summaryrefslogtreecommitdiffstats
path: root/Source/WebCore
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge "Cherry-pick WebKit change r87623 to fix use of KURL::prettyURL()"Steve Block2012-04-127-10/+15
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Cherry-pick WebKit change r87623 to fix use of KURL::prettyURL()Steve Block2012-03-287-10/+15
* | | | | | | Merge "Cherry-pick WebKit change r84762 to fix URL canonicalization"Steve Block2012-04-121-5/+26
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Cherry-pick WebKit change r84762 to fix URL canonicalizationSteve Block2012-03-281-5/+26
* | | | | | | Merge "Cherry-pick WebKit change r91386 to fix a rendering crash"Steve Block2012-04-122-1/+3
|\ \ \ \ \ \ \
| * | | | | | | Cherry-pick WebKit change r91386 to fix a rendering crashSteve Block2012-04-102-1/+3
* | | | | | | | Merge "Cherry-pick WebKit change r90068 to fix a rendering crash"Steve Block2012-04-124-1/+15
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Cherry-pick WebKit change r90068 to fix a rendering crashSteve Block2012-04-104-1/+15
| |/ / / / / /
* | | | | | | Merge "Unify composited layer/base layer draw path"Chris Craik2012-04-114-59/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Unify composited layer/base layer draw pathChris Craik2012-04-104-59/+5
* | | | | | | Merge "Sort surface drawing order by Z value"Chris Craik2012-04-112-2/+19
|\ \ \ \ \ \ \
| * | | | | | | Sort surface drawing order by Z valueChris Craik2012-04-112-2/+19
| |/ / / / / /
* | | | | | | Merge "Treat image texture TileGrids as non-base surfaces"Chris Craik2012-04-112-11/+9
|\ \ \ \ \ \ \
| * | | | | | | Treat image texture TileGrids as non-base surfacesChris Craik2012-04-102-11/+9
| |/ / / / / /
* | | | | | | Merge "Removed unused bool"Chris Craik2012-04-112-8/+0
|\ \ \ \ \ \ \
| * | | | | | | Removed unused boolChris Craik2012-04-102-8/+0
| |/ / / / / /
* | | | | | | Merge "Expand base layer bounds to fill viewport"Chris Craik2012-04-102-0/+15
|\ \ \ \ \ \ \
| * | | | | | | Expand base layer bounds to fill viewportChris Craik2012-04-102-0/+15
| |/ / / / / /
* | | | | | | Merge "Turn on Fence sync for transfer queue."Teng-Hui Zhu2012-04-101-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Turn on Fence sync for transfer queue.Teng-Hui Zhu2012-04-101-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge "Don't render expanded bounds if useMinimalMemory set"Chris Craik2012-04-092-8/+9
|\ \ \ \ \
| * | | | | Don't render expanded bounds if useMinimalMemory setChris Craik2012-04-092-8/+9
| | |/ / / | |/| | |
* | | | | Force kModeProcess functor invocation to returnChris Craik2012-04-091-1/+9
|/ / / /
* | | | Merge "disable expanded bounds when highEndGfx=false"Chris Craik2012-04-091-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | disable expanded bounds when highEndGfx=falseChris Craik2012-04-061-2/+5
* | | | Temporary workaround to fix a bug on google.comNicolas Roard2012-04-061-1/+3
|/ / /
* | | Reorganize platform/graphics/androidNicolas Roard2012-04-06105-52/+56
* | | Merge "Implements a recording GraphicsContext"Nicolas Roard2012-04-0619-1211/+2878
|\ \ \
| * | | Implements a recording GraphicsContextNicolas Roard2012-04-0619-1211/+2878
* | | | TransferQueue: use BufferQueue::setBufferCountJamie Gennis2012-04-061-3/+6
* | | | Merge "Merging drawLayerQuad and drawQuad"Teng-Hui Zhu2012-04-0515-151/+324
|\ \ \ \
| * | | | Merging drawLayerQuad and drawQuadTeng-Hui Zhu2012-04-0515-151/+324
| |/ / /
* | | | Merge "minor cleanup"Chris Craik2012-04-056-25/+7
|\ \ \ \
| * | | | minor cleanupChris Craik2012-04-056-25/+7
| |/ / /
* | | | Cleanup unnecessary codeTeng-Hui Zhu2012-04-041-5/+0
|/ / /
* | | Rename several classesChris Craik2012-04-0449-600/+720
|/ /
* | Use new draw-less functor execution mode to do work without redrawingTeng-Hui Zhu2012-04-027-56/+68
* | Translucent background color support for webviewTeng-Hui Zhu2012-04-0214-40/+138
* | Merge "Add back low res base layer rendering, and expanded bounds prefetching"Chris Craik2012-03-3013-118/+146
|\ \
| * | Add back low res base layer rendering, and expanded bounds prefetchingChris Craik2012-03-3013-118/+146
* | | Merge "Line spacing for vertical writing mode."claireho2012-03-301-2/+6
|\ \ \
| * | | Line spacing for vertical writing mode.claireho2012-03-301-2/+6
* | | | add enable/disable switch for link prefetch to WebSettingsVictoria Lease2012-03-303-0/+20
| |/ / |/| |
* | | Merge "Add missing paintingDisabled() checks"John Reck2012-03-291-0/+28
|\ \ \
| * | | Add missing paintingDisabled() checksJohn Reck2012-03-291-0/+28
* | | | Merge "Clip canvas to layer content on a draw."Mangesh Ghiware2012-03-293-4/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Clip canvas to layer content on a draw.Mangesh Ghiware2012-03-293-4/+9
| |/ /
* | | Merge "Fix m.youtube.com thumbnails"John Reck2012-03-284-38/+75
|\ \ \ | |/ / |/| |
| * | Fix m.youtube.com thumbnailsJohn Reck2012-03-284-38/+75
| |/
* | Pause webkit painting betterJohn Reck2012-03-271-1/+1
|/