summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics
Commit message (Expand)AuthorAgeFilesLines
* Merge "Further clean up for baselayer merge"Teng-Hui Zhu2012-03-266-67/+46
|\
| * Further clean up for baselayer mergeTeng-Hui Zhu2012-03-226-67/+46
* | Merge "Platform graphics refactor"John Reck2012-03-238-943/+1272
|\ \
| * | Platform graphics refactorJohn Reck2012-03-238-943/+1272
* | | Merge "Use the right opacity"Chris Craik2012-03-231-1/+1
|\ \ \
| * | | Use the right opacityJohn Reck2012-03-231-1/+1
* | | | Merge "add missing include"Mathias Agopian2012-03-231-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | add missing includeMathias Agopian2012-03-231-0/+1
| |/ /
* | | Fix TilesManager race conditionJohn Reck2012-03-234-29/+13
|/ /
* | Merge "reimplement BaseLayerAndroid as a LayerAndroid subclass"Chris Craik2012-03-2341-1663/+262
|\ \ | |/
| * reimplement BaseLayerAndroid as a LayerAndroid subclassChris Craik2012-03-2241-1663/+262
* | Merge "Null out m_canvas if HTMLCanvasElement is destroyed"John Reck2012-03-223-16/+25
|\ \
| * | Null out m_canvas if HTMLCanvasElement is destroyedJohn Reck2012-03-223-16/+25
| |/
* | Add missing null checkJohn Reck2012-03-221-1/+1
|/
* Fix pure color check to be performed pre-visual indicatorJohn Reck2012-03-218-9/+25
* Merge "Visual Indicator tweaks"John Reck2012-03-219-286/+33
|\
| * Visual Indicator tweaksJohn Reck2012-03-219-286/+33
* | Plumb WebView and WebViewCore thru to MediaLayerJonathan Dixon2012-03-214-21/+18
* | Merge "Attempt to fix the GPL build"John Reck2012-03-201-2/+1
|\ \
| * | Attempt to fix the GPL buildJohn Reck2012-03-201-2/+1
| |/
* | Remove unnecessary invertedTileSwitchJohn Reck2012-03-204-23/+0
|/
* Merge "Canvas on a texture"John Reck2012-03-2010-33/+641
|\
| * Canvas on a textureJohn Reck2012-03-2010-33/+641
* | Merge "Draw vertical text using by setting verticalText flag in SkPaint."Derek Sollenberger2012-03-191-19/+20
|\ \
| * | Draw vertical text using by setting verticalText flag in SkPaint.Derek Sollenberger2012-03-141-19/+20
* | | Merge "Fix selection positioning for RTL languages"Russell Brenner2012-03-161-2/+2
|\ \ \
| * | | Fix selection positioning for RTL languagesRussell Brenner2012-03-161-2/+2
| | |/ | |/|
* | | Paint tiles with the PaintTileOperation's painterChris Craik2012-03-166-17/+11
|/ /
* | Merge "Refresh fonts when system locale is changed"Russell Brenner2012-03-142-0/+43
|\ \
| * | Refresh fonts when system locale is changedRussell Brenner2012-03-142-0/+43
* | | Merge "use scale 1 when no GLWebViewState"Chris Craik2012-03-141-2/+5
|\ \ \
| * | | use scale 1 when no GLWebViewStateChris Craik2012-03-131-2/+5
| |/ /
* | | Fix layers ordering issue with Absolute positioned elementsNicolas Roard2012-03-135-16/+60
| |/ |/|
* | Fix tile discard, acquire, transfer, crashChris Craik2012-03-121-2/+3
|/
* replace XLOGC/XLOG with ALOGD/ALOGVChris Craik2012-03-1241-1061/+489
* resolved conflicts for merge of f6d49173 to masterDerek Sollenberger2012-03-126-108/+18
|\
| * am 1969832e: Merge "Update WebKit with necessary changes for the Skia merge."Derek Sollenberger2012-03-126-112/+18
| |\
| | * Update WebKit with necessary changes for the Skia merge.Derek Sollenberger2012-03-066-112/+18
* | | Introduce a LayerContent interfaceNicolas Roard2012-03-0911-114/+378
* | | Merge "Delete nativeSubtractLayers"John Reck2012-03-092-42/+0
|\ \ \
| * | | Delete nativeSubtractLayersJohn Reck2012-03-092-42/+0
* | | | Merge "Replace picture count with the SurfaceCollection count"Chris Craik2012-03-0923-102/+75
|\ \ \ \
| * | | | Replace picture count with the SurfaceCollection countChris Craik2012-03-0923-102/+75
| |/ / /
* | | | Merge "add bounds check in layer merging"Chris Craik2012-03-091-13/+15
|\ \ \ \ | |/ / / |/| | |
| * | | add bounds check in layer mergingChris Craik2012-03-081-13/+15
* | | | remove TextureTileInfo and readyfor checkChris Craik2012-03-085-114/+12
|/ / /
* | | Merge "partial multi-layer invalidates in layergroups"Chris Craik2012-03-081-12/+16
|\ \ \
| * | | partial multi-layer invalidates in layergroupsChris Craik2012-03-071-12/+16
* | | | Change the way we apply fixed position to layersNicolas Roard2012-03-086-88/+117
|/ / /
* | | Refactor LayerAndroid to add iframe subclassesNicolas Roard2012-03-0712-97/+290