summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add call to parent to resync for webglVeluppillai Arulesan2013-01-201-0/+5
* WebGL implementation for AndroidPierre-Antoine LaFayette2013-01-201-0/+34
* Prevent fixed background layers for iframesChris Craik2012-10-021-0/+2
* Paint into the right PicturePileJohn Reck2012-09-131-1/+1
* Support partial invals on layersJohn Reck2012-08-171-28/+21
* Paint with requested size instead of layer sizeChris Craik2012-08-091-1/+1
* Don't attach empty PicturePile content to layerChris Craik2012-07-231-1/+2
* Fix crashes -- we were resetting a potentiallyNicolas Roard2012-07-181-4/+4
* Fix crashes -- we were resetting a potentiallyNicolas Roard2012-07-181-16/+9
* Use PicturePile in layersNicolas Roard2012-07-171-27/+23
* Add detailed tracing to tile paintingChris Craik2012-06-131-0/+1
* Fix for wrong positioningNicolas Roard2012-05-291-1/+1
* Compute scroll limits correctlyJohn Reck2012-05-251-3/+10
* Don't set up background images if 1x1Nicolas Roard2012-05-231-4/+7
* Fix memory leak and repaint issues with fixed background elementsNicolas Roard2012-05-181-14/+21
* Allow more layers to be merged (merging fixed)Nicolas Roard2012-05-161-1/+1
* Revert "Allow more layers to be merged."Chris Craik2012-05-161-1/+1
* Allow more layers to be merged.Nicolas Roard2012-05-151-1/+1
* Fix crash on arstechnicaNicolas Roard2012-05-151-18/+16
* Implements mask layers and replica layersNicolas Roard2012-05-111-3/+38
* Complete implementation fixed backgroundNicolas Roard2012-05-081-49/+12
* Simplify hierarchy with fixed backgroundNicolas Roard2012-05-041-34/+48
* CSS Background image implementationNicolas Roard2012-04-241-13/+139
* Merge "Implements a recording GraphicsContext"Nicolas Roard2012-04-061-2/+2
|\
| * Implements a recording GraphicsContextNicolas Roard2012-04-061-2/+2
* | minor cleanupChris Craik2012-04-051-2/+1
|/
* Rename several classesChris Craik2012-04-041-0/+1
* Canvas on a textureJohn Reck2012-03-201-1/+6
* 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