summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the repainting problems with overflow-scroll div elementsNicolas Roard2011-03-231-0/+1
* Fix a crash caused by the wrong destruction handlingTeng-Hui Zhu2011-03-111-1/+1
* Fix CSS animationsNicolas Roard2011-03-101-12/+12
* Merge "Fix 2453890: animation via css -webkit-transform" into honeycomb-mr1Nicolas Roard2011-03-081-7/+13
|\
| * Fix 2453890: animation via css -webkit-transformRussell Brenner2011-03-081-7/+13
* | Do not merge.Patrick Scott2011-03-071-8/+2
|/
* Ensure plugin content does not shift when gaining focus.Derek Sollenberger2011-03-021-0/+14
* Update fixed layer at sync time.Teng-Hui Zhu2011-02-241-2/+1
* Fixed element in iframe supportTeng-Hui Zhu2011-02-241-0/+3
* Scroll the RenderLayer during touch events.Patrick Scott2011-02-221-3/+3
* Clip nodes to the visible rect.Patrick Scott2011-02-161-3/+1
* A couple of fixes for scrolling layers.Patrick Scott2011-02-151-31/+101
* Fix to ensure that plugin layer's are synced to the UI thread.Derek Sollenberger2011-01-311-0/+16
* Auto fixed element positioning fixTeng-Hui Zhu2011-01-251-1/+2
* Sync the parent layer's children.Patrick Scott2011-01-251-4/+10
* Video doesn't use a layer as we hand it off to the fullscreen player.Ben Murdoch2011-01-211-3/+4
* Fix iframe scrolling.Patrick Scott2010-12-211-4/+9
* Add initial support for OpenGL plugins.Derek Sollenberger2010-12-201-0/+12
* Fix for layers repaintingNicolas Roard2010-12-161-2/+10
* Layers implementation in GL.Nicolas Roard2010-12-161-1/+13
* Refactoring of animationNicolas Roard2010-12-151-228/+54
* Re-enable iframe scrolling.Patrick Scott2010-12-151-2/+1
* Revert "Enable iframe scrolling."Guang Zhu2010-12-141-1/+2
* Enable iframe scrolling.Patrick Scott2010-12-131-2/+1
* Fix hit testing inside layers.Patrick Scott2010-12-131-19/+50
* Rewrite scrollable layers using multiple layers.Patrick Scott2010-12-031-59/+62
* 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