summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Add layer clip check to hide handles when not visible.""George Mount2012-06-121-0/+23
| | | This reverts commit c63158835c5027aa7245f331dc23f77cda96e192
* Revert "Add layer clip check to hide handles when not visible."George Mount2012-06-121-23/+0
| | | This reverts commit 40369ea6114f406fef50d4241335dd8613372748
* Add layer clip check to hide handles when not visible.George Mount2012-06-071-0/+23
| | | | | | Bug 6590742 Change-Id: Idd1ad305989ab8137597f86b4a6463e052c08a9e
* am 110b238c: am 0d4f6046: Remove unnecessary Android code from hitTestForLayerJohn Reck2012-06-072-32/+0
|\ | | | | | | | | * commit '110b238cc7d53427764b65c9351c820743ae83a3': Remove unnecessary Android code from hitTestForLayer
| * Remove unnecessary Android code from hitTestForLayerJohn Reck2012-06-062-32/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6613097 The bug here is that the clipping rects it is calculating are wrong, which results in the hit test failing. However, as we now actually scroll our overflow layers (which we didn't at the time this was added), this code is no longer necessary anyway. WebKit knows how to do hit tests correctly, just let it. This is a partial revert of I0da2d8db Change-Id: I7b42f36dd199d431508da934878fc0f56e76559c
* | Merge "Revert "Fix hardcoded font path. Allow adding new font path thru Skia ↵Billy Hewlett2012-06-071-17/+49
|\ \ | | | | | | | | | changes. Includes patch which fixes merge issue""
| * | Revert "Fix hardcoded font path. Allow adding new font path thru Skia ↵Billy Hewlett2012-06-071-17/+49
| | | | | | | | | | | | | | | changes. Includes patch which fixes merge issue" This reverts commit 74af3f4571f2501ed4fdd9da928db0644acc3f6c
* | | Merge "Fix hardcoded font path. Allow adding new font path thru Skia ↵Billy Hewlett2012-06-071-49/+17
|\ \ \ | |/ / | | | | | | changes. Includes patch which fixes merge issue"
| * | Fix hardcoded font path. Allow adding new font path thru Skia changes.Billy Hewlett2012-06-071-49/+17
| | | | | | | | | | | | | | | | | | | | | Includes patch which fixes merge issue Bug: 6609231 Change-Id: Ib802981fd077fb733a224addfd5aad3046b96cca
| * | Merge "Revert "Fix hardcoded font path. Allow adding new font path thru Skia ↵Billy Hewlett2012-06-071-15/+47
| |\ \ | | | | | | | | | | | | changes. Bug: 6609231""
| | * | Revert "Fix hardcoded font path. Allow adding new font path thru Skia ↵Billy Hewlett2012-06-071-15/+47
| | | | | | | | | | | | | | | | | | | | changes. Bug: 6609231" This reverts commit ca140956b75684db0cb9609af79b8e8956ae770a
| * | | Merge "Fix hardcoded font path. Allow adding new font path thru Skia ↵Billy Hewlett2012-06-071-47/+15
| |\ \ \ | | |/ / | | | | | | | | changes. Bug: 6609231"
| | * | Fix hardcoded font path. Allow adding new font path thru Skia changes.Billy Hewlett2012-06-041-47/+15
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 6609231 Change-Id: I3ecaf2bc8c560588f38f4c3a49ede7fadd1ee81c
* | | | Merge "Use scoped_refptr's rather than naked ptrs."Selim Gurun2012-06-071-5/+5
|\ \ \ \
| * | | | Use scoped_refptr's rather than naked ptrs.Selim Gurun2012-06-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6508448 This is to make sure webkit usage of scoped refptrs are compatible with chromium changes, see bug for more details. Change-Id: I24e3615ba961ba928d1074d54ea0bfe2d051519a
* | | | | Merge "Fixed flipped selection handles."George Mount2012-06-071-1/+1
|\ \ \ \ \
| * | | | | Fixed flipped selection handles.George Mount2012-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6623406 Change-Id: Ib99d308fe97d245bc55ffb2557319efffb6e6e4f
* | | | | | Fix build warning.George Mount2012-06-061-1/+1
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Bug 6622975 Change-Id: I375cdb22623317372236de9d05e886f4e422b256
* | | | | Merge "Fix scrolling behavior for text input and textarea."George Mount2012-06-062-23/+19
|\ \ \ \ \ | |/ / / /
| * | | | Fix scrolling behavior for text input and textarea.George Mount2012-06-062-23/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6614784 Change-Id: Ifb6ef42fc4df4b163f29c9777c79f42b60a65f4e
* | | | | am 3b9c97dd: am 7da43ef8: Merge "Fix fake bold for fallback fonts." into jb-devVictoria Lease2012-06-053-2/+16
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | * commit '3b9c97dddec1d7be0c22d97cf2bcd224e2c4f23e': Fix fake bold for fallback fonts.
| * | | | Merge "Fix fake bold for fallback fonts." into jb-devVictoria Lease2012-06-053-2/+16
| |\ \ \ \
| | * | | | Fix fake bold for fallback fonts.Victoria Lease2012-05-313-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With no knowledge of the actual SkTypeface used to render text before render-time, the best we can do is turn fake bold on for all text and simply ignore it at render-time if the SkTypeface's style is bold. Also the complex FontPlatformData hashing mechanism needed to account for fake styles, as the versions of FontPlatformData with fake styles enabled are otherwise indistinguishable from the normal style version Bug: 6522642 Change-Id: Ic0e9f1bbd8cae9fdd3a6d1d015bb9224c8be545c
* | | | | | am 16a85ada: am d3fa9c80: Reduce base layer false clip size to avoid ↵Chris Craik2012-06-052-1/+6
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rounding issues * commit '16a85ada902e896fca5d91e258d0ab0f2f4c0250': Reduce base layer false clip size to avoid rounding issues
| * | | | | Reduce base layer false clip size to avoid rounding issuesChris Craik2012-06-052-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:6605853 Change-Id: I65583e61197452ac70c5adf5f967182f0fd7578a
* | | | | | am a70a7851: am 988183e3: Size change on the base surface invalidates the ↵Chris Craik2012-06-051-8/+18
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | | | | | | | | | | | | larger of the new/old dimensions * commit 'a70a7851d9c5daeef242cb9e6641dfcc449324c3': Size change on the base surface invalidates the larger of the new/old dimensions
| * | | | Size change on the base surface invalidates the larger of the new/old dimensionsChris Craik2012-06-041-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an issue where tiles outside the new bounds weren't invalidated, as the layer shrank in one dimension. bug:6609350 Change-Id: I1f6715670654c9e6211dbec71875aa2ea11cd8f8
* | | | | Merge "Support selections within scrollable text areas."George Mount2012-06-042-40/+56
|\ \ \ \ \
| * | | | | Support selections within scrollable text areas.George Mount2012-06-042-40/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6557816 Change text selection to modify only the base or extent, not both points of the selection. Framework Change: I355b21e9062b5d364cfb278fda239a4ecdff16d1 Change-Id: I9a08633160eeb14d5c45246c6128aa02c1642e8d
* | | | | | Merge "Change from left/right to base/extent for selection handles."George Mount2012-06-044-23/+62
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | Change from left/right to base/extent for selection handles.George Mount2012-06-014-23/+62
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6557816 This is a step in preparation to fix text area selection. It moves selection from left/right to base/extent. left/right can cause problems when dragging cursors -- it is sometimes difficult to tell which cursor should be dragged, the left or right, but we can always keep the base/extent constant. Framework Change: I2f9b963e93bb1ab86a9b26518fca52449b56d5d9 Change-Id: I5609d07ea2ee67fc08d15cfcad31f49302f33297
* | | | am c2973319: am 06100d01: Merge "Disable clipping on the base surface" into ↵Chris Craik2012-06-022-11/+14
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | jb-dev * commit 'c29733197c3c7e09fb276016a8b492412ca9e64f': Disable clipping on the base surface
| * | | Merge "Disable clipping on the base surface" into jb-devChris Craik2012-06-022-11/+14
| |\ \ \
| | * | | Disable clipping on the base surfaceChris Craik2012-06-012-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Base surface can expand dynamically (see BaseLayerAndroid::updatePosition) to fill the viewport, so disable clipping on it. bug:6593707 Change-Id: I3afafb28fbe95d3162c76f8e835932577ded65ce
* | | | | am f3e42950: am 6b850721: Fixed mistake in how label was being mistakenly ↵George Mount2012-06-011-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | set into name. * commit 'f3e429507eba1a13e9afaf436e240fd81797c646': Fixed mistake in how label was being mistakenly set into name.
| * | | | Fixed mistake in how label was being mistakenly set into name.George Mount2012-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6594983 Change-Id: I8adf636345e5d5284e372e28176c31c7e937334d
* | | | | am c6990706: am 678de4ac: Fix document.createTouchList crash.Ben Murdoch2012-06-013-10/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit 'c69907062387aaedf35962337b254c01893d398b': Fix document.createTouchList crash.
| * | | | Fix document.createTouchList crash.Ben Murdoch2012-06-013-10/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cherry pick of WebKit r119158. Note the layout test is tweaked slighly from upstream to make it happy in our older webkit snapshot. See: http://trac.webkit.org/changeset/119158 Bug: 6578213 Change-Id: Id6cc23938b5139cf0416e3d4c6e7ba227b1b6a0c
* | | | am c40f87a1: am b5d3edac: Merge "Invalidate webview content on ↵Chris Craik2012-05-311-0/+7
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | setBackgroundColor" into jb-dev * commit 'c40f87a1970b5377976087f2ffb4f0c621d39fd5': Invalidate webview content on setBackgroundColor
| * | | Merge "Invalidate webview content on setBackgroundColor" into jb-devChris Craik2012-05-311-0/+7
| |\ \ \
| | * | | Invalidate webview content on setBackgroundColorChris Craik2012-05-311-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | bug:6593154 Change-Id: Ic9438f758c7c67d0a2e0579dbc53dcdf8dd109cd
* | | | | am 9af7514f: am effdd108: Don\'t allow merging within an animated layerChris Craik2012-05-312-7/+12
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '9af7514f84d41c3aa4add011ef0ffe5af04e7143': Don't allow merging within an animated layer
| * | | | Don't allow merging within an animated layerChris Craik2012-05-312-7/+12
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Also isolates layer translation fudging so as to not affect child transforms. bug:6585341 Change-Id: If416c6fad90ee37fbe3438e01706b34e683165b7
* | | | am b1005282: am 150a26fa: Fix animation in single surface modeTeng-Hui Zhu2012-05-314-27/+27
|\ \ \ \ | |/ / / | | / / | |/ / |/| | * commit 'b10052827bf3e6263912013b2daaf928a63508e8': Fix animation in single surface mode
| * | Fix animation in single surface modeTeng-Hui Zhu2012-05-314-27/+27
| |/ | | | | | | | | | | bug:5683630 Change-Id: I4d617962a8412de884903f150799f733ea996e1c
* | am 5ace2391: am 6f60c96b: Merge "Don\'t override X-Requested-With if it is ↵John Reck2012-05-301-1/+1
|\ \ | |/ | | | | | | | | | | already set" into jb-dev * commit '5ace239149deab659c929c2b77c44d1dd0588801': Don't override X-Requested-With if it is already set
| * Merge "Don't override X-Requested-With if it is already set" into jb-devJohn Reck2012-05-301-1/+1
| |\
| | * Don't override X-Requested-With if it is already setJohn Reck2012-05-301-1/+1
| | | | | | | | | | | | | | | | | | Bug: 6547248 Change-Id: I50490abec1ac62a94acb750182e9ae70a5a654e9
* | | am 5ce4bd8d: am db590796: Merge "Minimize tearing for fixed element in ↵Teng-Hui Zhu2012-05-306-12/+28
|\ \ \ | |/ / | | | | | | | | | | | | | | | single surface mode" into jb-dev * commit '5ce4bd8decc0c23f3727397652e4b9d9193f6d3e': Minimize tearing for fixed element in single surface mode
| * | Merge "Minimize tearing for fixed element in single surface mode" into jb-devTeng-Hui Zhu2012-05-306-12/+28
| |\ \