summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix layers ordering issue with Absolute positioned elementsNicolas Roard2012-03-131-3/+8
* replace XLOGC/XLOG with ALOGD/ALOGVChris Craik2012-03-121-56/+46
* Introduce a LayerContent interfaceNicolas Roard2012-03-091-11/+21
* Replace picture count with the SurfaceCollection countChris Craik2012-03-091-3/+0
* Change the way we apply fixed position to layersNicolas Roard2012-03-081-16/+12
* Refactor LayerAndroid to add iframe subclassesNicolas Roard2012-03-071-8/+13
* UI-side layer mergingChris Craik2012-03-071-0/+8
* Refactor LayerAndroid and add a FixedLayerAndroid classNicolas Roard2012-03-061-1/+14
* Fix iframe, for reals!John Reck2012-03-011-11/+10
* Fix iframe webkit positioningNicolas Roard2012-02-271-3/+16
* fix jumpy scrolling on layersMichael Kolb2012-01-131-2/+4
* Fix off-by-border RTL initial scrolling.George Mount2011-12-201-3/+2
* Fix crash with composited layersNicolas Roard2011-12-161-3/+31
* fix layer scrollingMichael Kolb2011-12-161-1/+12
* Merge "Start RTL overflow scroll scrolled rightmost."George Mount2011-12-161-1/+5
|\
| * Start RTL overflow scroll scrolled rightmost.George Mount2011-12-151-1/+5
* | Don't pass pictures with no content to UI threadChris Craik2011-12-151-3/+3
* | Fix the repaint inval mechanism for layers - cherry-pick from MR1Nicolas Roard2011-12-091-1/+8
|/
* am f1a22119: Merge "Fix image layer codepath" into ics-mr1Nicolas Roard2011-12-011-8/+20
|\
| * Fix image layer codepathNicolas Roard2011-11-301-8/+20
* | am 807ee5ec: Merge "synchronize animation starts with webkit" into ics-mr1Chris Craik2011-11-301-1/+7
|\ \ | |/
| * synchronize animation starts with webkitChris Craik2011-11-291-1/+7
* | Audit misuse of PassRefPtrRussell Brenner2011-11-161-2/+2
|/
* Fallback mode when running out of textures for layersNicolas Roard2011-11-101-0/+3
* Remove the global button lockJohn Reck2011-11-071-1/+1
* Re-enable animations on the UI threadNicolas Roard2011-10-181-7/+0
* Refactor the image sharing codeNicolas Roard2011-10-121-0/+1
* Fix repaint request logic for the image layer code pathNicolas Roard2011-10-061-15/+7
* Fix repaint issues with overflow layersNicolas Roard2011-10-051-0/+2
* Add shared images for layersNicolas Roard2011-09-261-7/+9
* Disable UI-side animations for now, and let webkit deal with them.Nicolas Roard2011-08-311-0/+7
* Implement partial repaint for layers (at the tile level)Nicolas Roard2011-08-171-21/+9
* Merge "Implements tiled layers. We remove all the existing code in LayerAndro...Nicolas Roard2011-07-151-1/+2
|\
| * Implements tiled layers. We remove all the existing code in LayerAndroidNicolas Roard2011-07-141-1/+2
* | Add android specific virtual function to GraphicsLayerClient.Shimeng (Simon) Wang2011-07-141-8/+7
|/
* Refactoring: Moved 'SkLayer' to 'Layer' class in webkitChris Craik2011-06-301-1/+1
* Check that the view is not null in GraphicsLayerAndroid::updateFixedPosition()Steve Block2011-05-241-1/+4
* Merge WebKit at r76408: Fix calls to RenderLayer::scrollToOffset()Ben Murdoch2011-05-231-2/+2
* Fix position updateTeng-Hui Zhu2011-05-231-9/+8
* Partially revert change from 96777Teng-Hui Zhu2011-05-181-12/+2
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+989