summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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