summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the layers onlyNicolas Roard2010-11-011-6/+21
* Fix a few drawing issues with layers.Patrick Scott2010-10-191-1/+1
* Fix the compiler error while disabling overflow scroll.Shimeng (Simon) Wang2010-09-301-0/+2
* Merge WebKit at r67908: Remove GraphicsLayer::compositingCoordinatesOrientati...Steve Block2010-09-291-5/+0
* Update navigation in scrollable layers.Patrick Scott2010-08-161-13/+25
* Enable scrollable divs.Patrick Scott2010-07-221-11/+69
* Combine base PictureSet with composite layers intoGrace Kloba2010-07-091-27/+0
* Enable composite layers for the sub frame.Grace Kloba2010-07-071-2/+4
* Remove the double traversal in GraphicsLayerAndroid,Grace Kloba2010-06-301-50/+21
* Fix incorrect position when using CSS shadows, and use left/top over right/bo...Nicolas Roard2010-05-201-9/+19
* Merge webkit.org at r58033 : Update location of CString.hSteve Block2010-05-111-1/+1
* Performance improvements in GraphicsLayer: implement the simple image code path.Nicolas Roard2010-04-161-6/+5
* Only allow animations computed on the UI if we have two steps -- otherwise le...Nicolas Roard2010-04-071-1/+1
* Revert "Mark positioned elements as needing a relayout when checking for hit ...Nicolas Roard2010-04-061-8/+0
* Mark positioned elements as needing a relayout when checking for hit test.Nicolas Roard2010-03-241-0/+8
* Renders fixed layers with the root canvas matrix. Fix some positioning issues.Nicolas Roard2010-03-241-1/+6
* Implement margin for fixed elements.Nicolas Roard2010-03-181-1/+10
* Refactor how we set up the layers hierarchy when using fixedNicolas Roard2010-03-171-35/+0
* Fix bug 'Children of fixed elements do not always remain fixed themselves'Nicolas Roard2010-03-091-18/+57
* remove unused methodsMike Reed2010-02-251-11/+1
* Fix the gap when using the IME (Bug:2453748)Nicolas Roard2010-02-251-1/+7
* Simplify the layer code:Nicolas Roard2010-02-241-7/+7
* move viewport into just this subclassMike Reed2010-02-191-2/+2
* Set the fixed position values when changed via setPosition()Nicolas Roard2010-02-191-13/+22
* move children into SkLayerMike Reed2010-02-121-5/+6
* Layers refactoringNicolas Roard2010-02-111-16/+34
* Fix memory leak with layers.Nicolas Roard2010-01-261-5/+3
* Fix potential crash with layers enabled.Nicolas Roard2010-01-261-4/+22
* translate3d() wasn't handled as we only have a 2D backend for the moment.Nicolas Roard2010-01-261-1/+16
* Fix for setting layers opacity through CSS (bug http://b/2376455)Nicolas Roard2010-01-151-0/+1
* Add proper support for fixed position elementsNicolas Roard2010-01-141-3/+4
* Fix 'disappearing layers' bug (see http://b/2371053)Nicolas Roard2010-01-141-3/+0
* webkit layers supportNicolas Roard2010-01-041-0/+852