summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/LayerAndroid.h
Commit message (Expand)AuthorAgeFilesLines
* Enable navigation in scrollable layers.Patrick Scott2010-08-021-0/+4
* Fix focus rings by adding back in the SkPicture constructor.Patrick Scott2010-07-271-0/+1
* Enable scrollable divs.Patrick Scott2010-07-221-1/+25
* Enable composite layers for the sub frame.Grace Kloba2010-07-071-0/+1
* Fix incorrect position when using CSS shadows, and use left/top over right/bo...Nicolas Roard2010-05-201-13/+3
* Performance improvements in GraphicsLayer: implement the simple image code path.Nicolas Roard2010-04-161-0/+15
* add portable bzero interfaceCary Clark2010-03-301-0/+7
* Renders fixed layers with the root canvas matrix. Fix some positioning issues.Nicolas Roard2010-03-241-0/+9
* Implement margin for fixed elements.Nicolas Roard2010-03-181-0/+12
* Refactor how we set up the layers hierarchy when using fixedNicolas Roard2010-03-171-23/+0
* Fix bug 'Children of fixed elements do not always remain fixed themselves'Nicolas Roard2010-03-091-4/+34
* scroll into view considers layersCary Clark2010-03-081-0/+4
* forgot header file ; broke build in 43447Cary Clark2010-03-051-0/+1
* allow anchor containing layer to be mapped to navable layerCary Clark2010-03-021-0/+3
* make methods private (or static local) if possible to reduce surface area of APIMike Reed2010-02-251-2/+1
* remove unused methodsMike Reed2010-02-251-10/+2
* Fix the gap when using the IME (Bug:2453748)Nicolas Roard2010-02-251-1/+11
* refactor drawing to support layersCary Clark2010-02-241-3/+30
* move viewport into just this subclassMike Reed2010-02-191-19/+72
* refactorMike Reed2010-02-181-3/+20
* minor fixes to layer navCary Clark2010-02-171-3/+1
* Add UI considerations to layersCary Clark2010-02-171-14/+19
* checkpoint for refactoringMike Reed2010-02-151-11/+6
* Add dump layers capability (triggered the same way as the dump tree trick,Nicolas Roard2010-02-121-0/+2
* move children into SkLayerMike Reed2010-02-121-8/+2
* Refactor the layers to use calcPosition().Nicolas Roard2010-02-121-0/+7
* Put back the animations in the UI threadNicolas Roard2010-02-121-3/+2
* Layers refactoringNicolas Roard2010-02-111-32/+5
* cleanupNicolas Roard2010-02-111-4/+1
* Fix memory leak with layers.Nicolas Roard2010-01-261-1/+1
* Add proper support for fixed position elementsNicolas Roard2010-01-141-5/+12
* webkit layers supportNicolas Roard2010-01-041-0/+129