summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge "remove hacky workaround for a scrolling bug"Victoria Lease2012-03-091-3/+1
|\
| * remove hacky workaround for a scrolling bugVictoria Lease2012-03-071-3/+1
| | | | | | | | | | | | | | | | Bug: 5470588 I'll file a bug for the scrolling issue that this unmasks. Change-Id: If6ea7ffd163260c70ada61960ac3d70465e93918
* | Merge "partial multi-layer invalidates in layergroups"Chris Craik2012-03-081-12/+16
|\ \
| * | partial multi-layer invalidates in layergroupsChris Craik2012-03-071-12/+16
| | | | | | | | | | | | Change-Id: Ic17235008ba96056cef353285e46eec86ee52597
* | | Change the way we apply fixed position to layersNicolas Roard2012-03-088-118/+147
|/ / | | | | | | | | | | | | | | | | With the latest refactoring we lost the possibility of having a layer other than LayerAndroid be fixed positioned. This CL remove the FixedLayerAndroid class (rename it into FixedPositioning) of the hierarchy, and use delegation to apply fixed position. Change-Id: Ib291fcaefe6a4431849ccfe2cf458fac6cac58aa
* | Refactor LayerAndroid to add iframe subclassesNicolas Roard2012-03-0715-105/+311
| | | | | | | | Change-Id: Ia3810e83a2d919ff5fa37b8fcd92e6cbbb63d569
* | Merge "UI-side layer merging"Chris Craik2012-03-0712-129/+348
|\ \
| * | UI-side layer mergingChris Craik2012-03-0712-129/+348
| | | | | | | | | | | | | | | | | | | | | | | | Merge multiple painted layers into a LayerGroup to share a dualTiledTexture see LayerAndroid::canJoinGroup() for merging rules Change-Id: I5f5b156894c3743825f570b47d34e905d74de10a
* | | Merge "Fix cursor rings for buttons"John Reck2012-03-063-8/+26
|\ \ \
| * | | Fix cursor rings for buttonsJohn Reck2012-03-063-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 6124914 Change-Id: I2a802ac7f83117acdac7d44cb872b9e3c227025f
* | | | Merge "Support passing focus to the chrome"John Reck2012-03-063-2/+34
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Support passing focus to the chromeJohn Reck2012-03-063-2/+34
| |/ | | | | | | | | | | | | Bug: 6109044 This is primarily for tab navigation, arrow keys are handled differently Change-Id: I72968014535afe21bbcb43913bd11cbb676daaf9
* | Merge "Refactor LayerAndroid and add a FixedLayerAndroid class"Nicolas Roard2012-03-0610-309/+562
|\ \ | |/ |/|
| * Refactor LayerAndroid and add a FixedLayerAndroid classNicolas Roard2012-03-0610-309/+562
| | | | | | | | Change-Id: Ic94e67678e7f5783bf6690308d0a13ce2202d1f2
* | Merge "operation and filter cleanup"Chris Craik2012-03-056-98/+8
|\ \
| * | operation and filter cleanupChris Craik2012-03-056-98/+8
| | | | | | | | | | | | Change-Id: I0074d10bc969f139e66c9c8014811309a1e85f5b
* | | Merge "Fix platformLayerIdFromNode lookup"John Reck2012-03-051-0/+2
|\ \ \
| * | | Fix platformLayerIdFromNode lookupJohn Reck2012-03-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6119014 If the RenderLayer of the node isn't composited, traverse up the tree until we find a composited parent. Change-Id: I9448273fb5cc86ae56a47e229e9556a15569ed69
* | | | Merge "Fix scrollable divs"John Reck2012-03-051-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix scrollable divsJohn Reck2012-03-051-1/+1
| |/ / | | | | | | | | | | | | | | | Bug: 6118912 Change-Id: I1345370b975e8a47b5969224f77e506bb87d973d
* | | Merge "Removes unused classes"Nicolas Roard2012-03-052-139/+0
|\ \ \ | |/ / |/| |
| * | Removes unused classesNicolas Roard2012-03-052-139/+0
| | | | | | | | | | | | | | | | | | Now that find text is done through webkit, we don't need those. Change-Id: I70a7bbdcc0e6842ab2ce181871c2893ce84012c7
* | | Merge "Delete more unused stuff from navcache"John Reck2012-03-053-633/+19
|\ \ \ | |_|/ |/| |
| * | Delete more unused stuff from navcacheJohn Reck2012-03-053-633/+19
| |/ | | | | | | Change-Id: I5ed8bb10141907656347e7c667be19b88f407bf0
* | Fix scaling issue with translationTeng-Hui Zhu2012-03-051-1/+14
| | | | | | | | | | | | bug:5684832 Change-Id: I57fd4cddd480f6d8d5e3bebdf9a63bcab59e02c5
* | add more logs and format correctionTeng-Hui Zhu2012-03-051-12/+14
|/ | | | Change-Id: I63bda1a03b3e634b8ee92a0379ab46af8a7af6b5
* Merge "Pass transform matrix in draw instead of through painter"Chris Craik2012-03-0215-39/+37
|\
| * Pass transform matrix in draw instead of through painterChris Craik2012-03-0215-39/+37
| | | | | | | | | | | | | | | | | | | | bug:6105013 Since BaseTile's painter pointer may be stale, pass transform through draw rename transparency->opacity where needed added const for drawing path rects Change-Id: Ie08cef63c656e95887a3230af18b5b6a4513c10d
* | Merge "Fix crash when getting input text on an empty node."George Mount2012-03-021-8/+10
|\ \ | |/ |/|
| * Fix crash when getting input text on an empty node.George Mount2012-03-021-8/+10
| | | | | | | | | | | | Bug 6109122 Change-Id: I1ecc5a599256dfb4701eb1f57f950b8950acf006
* | Merge "Fix m.movies.com crash"John Reck2012-03-021-5/+12
|\ \ | |/ |/|
| * Fix m.movies.com crashJohn Reck2012-03-011-5/+12
| | | | | | | | | | | | | | | | | | Bug: 6105672 Bug was caused by an attempt to get WebViewCore in a frame destructor. Fixed by adding some shortcuts that do not rely on a valid tree if the ScrollView given has a platformWidget Change-Id: I14b4506f621c7234fb1a841d5c9ed14028d0d816
* | Fixup webkit for WebViewClassic renameJonathan Dixon2012-03-024-12/+12
|/ | | | | | | | | Changes native method bindings from API classes WebView and WebSettings, to the corresponding implementation classes WebViewClassic and WebSettingsClassic Interdepends on https://android-git.corp.google.com/g/165608 Change-Id: Ie47e5c8453fabef2afae399f411ffbe047cbfaab
* Merge "Fix iframe, for reals!"Nicolas Roard2012-03-0115-152/+101
|\
| * Fix iframe, for reals!John Reck2012-03-0115-152/+101
| | | | | | | | Change-Id: I588aa5709e7a3c2ced9479c3cf9c1827bf6f7733
* | Merge "Add one useful log"Teng-Hui Zhu2012-03-011-0/+1
|\ \ | |/ |/|
| * Add one useful logTeng-Hui Zhu2012-03-011-0/+1
| | | | | | | | | | | | | | | | This log will appear very rarely and it is very useful for debugging. bug:6079959 Change-Id: I52283d7d11f0d200e4ce9d05259b809ddf05d9e5
* | Merge "Minor cleanup in PictureSet"John Reck2012-03-014-105/+57
|\ \
| * | Minor cleanup in PictureSetJohn Reck2012-03-014-105/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused variable from add() Switch mArea from SkRegion to SkIRect (we only ever used the region's bounds) Restrict draw's inval checking to within content rect - prevents an issue where after scaling/transforms the canvas clip can end up slightly negative, which results in drawing all the pictures in the list even if we only need to draw a partial inval Change-Id: Ie6e06437af2e326ee7d9286db65858d8886ec15d
* | | Merge "take proper credit for overflow scrolling support"Victoria Lease2012-03-012-0/+5
|\ \ \
| * | | take proper credit for overflow scrolling supportVictoria Lease2012-03-012-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5771391 Change-Id: I3072fd1e9ad7b0ab9d3f6beac84c125d1930024f
* | | | Merge "Cleanup GL resource for HTML5 Video."Teng-Hui Zhu2012-03-015-133/+171
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Cleanup GL resource for HTML5 Video.Teng-Hui Zhu2012-03-015-133/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor the code such that the shared resources are in the VideoLayerManager now. Get rid of the solid color texture and use pure color shader. bug:6079959 Change-Id: I0d1ce50157fb2ed083b9cc80464a1e61fa8e159f
* | | Merge "pin find-on-page scrolls to content edges"Victoria Lease2012-03-011-10/+15
|\ \ \
| * | | pin find-on-page scrolls to content edgesVictoria Lease2012-03-011-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6066283 This change also contains code to prevent find-on-page from scrolling in unnecessary circumstances, for example when a match is already being displayed. Change-Id: I555c84f8851a82e854d12cb34b8805c9d3f22f5e
* | | | fix stalls in tile updatesChris Craik2012-02-292-2/+10
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Disable layer readiness check when in single surface mode Disregard painter change in TransferQueue::checkObsolete bug:6091207 Change-Id: I556fca3faf2482beffd81ecbcf7a03a43d297cb9
* | | Merge "Add support for maxlength text fields to WebViewInputConnection."George Mount2012-02-292-2/+14
|\ \ \
| * | | Add support for maxlength text fields to WebViewInputConnection.George Mount2012-02-282-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6083776 Sends the maximum length from WebKit to WebViewInputConnection so that it can limit the number of characters entered and remain in sync with WebKit. Framework Change: I135871db7809e8dc28a3ad8d3aa852976a274555 Change-Id: Ie02f82a3f5b3527c378938d93bac2dece802af26
* | | | Merge "layer rendering cleanup/rewrite"Chris Craik2012-02-2833-1190/+1175
|\ \ \ \ | |_|_|/ |/| | |
| * | | layer rendering cleanup/rewriteChris Craik2012-02-2833-1190/+1175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added 'LayerGroup' class separate the painting/tiled features of a layer (eventually multiple layers) tiled drawing/preparing/counting details are abstracted out of LayerAndroid * added 'SurfaceCollection' class incorporates both the BaseLayerAndroid/LayerAndroid tree, as well as the vector of tiled LayerGroup * renamed 'TreeManager' to 'SurfaceManager' * Removes PaintedSurface was mostly a thin wrapper around DualTiledTexture * Combines TilePainter/SurfacePainter * Simplified ref counting Change-Id: I92c5c75f48d92e0e28812c56de00102399fc02ee