summaryrefslogtreecommitdiffstats
path: root/Source/WebCore
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Only use the clipping painter when painting to a bitmap.Chris Craik2012-08-231-18/+24
* | | | Merge "Exit fast tile swap mode immediately upon SurfaceCollection swap" into...Chris Craik2012-08-201-0/+1
|\ \ \ \
| * | | | Exit fast tile swap mode immediately upon SurfaceCollection swapChris Craik2012-08-201-0/+1
* | | | | Merge "DO NOT MERGE Text locale compatibility shim" into jb-mr1-devVictoria Lease2012-08-202-91/+100
|\ \ \ \ \
| * | | | | DO NOT MERGE Text locale compatibility shimBilly Hewlett2012-08-202-91/+100
* | | | | | Fix opaque operation area calculationChris Craik2012-08-202-18/+25
|/ / / / /
* | | | | Merge "Support partial invals on layers" into jb-mr1-devJohn Reck2012-08-172-33/+25
|\ \ \ \ \
| * | | | | Support partial invals on layersJohn Reck2012-08-172-33/+25
* | | | | | Merge "Early return from layer painting when fully clipped" into jb-mr1-devChris Craik2012-08-171-7/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Early return from layer painting when fully clippedChris Craik2012-08-161-7/+8
| |/ / / /
* | | | | Fix SIGBUG due to misalignmentJohn Reck2012-08-161-3/+3
* | | | | Merge "Increase max texture count to accommodate large screens" into jb-mr1-devChris Craik2012-08-161-5/+5
|\ \ \ \ \
| * | | | | Increase max texture count to accommodate large screensChris Craik2012-08-161-5/+5
| |/ / / /
* | | | | Merge "Memory allocation changes" into jb-mr1-devJohn Reck2012-08-166-80/+125
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Memory allocation changesJohn Reck2012-08-166-80/+125
* | | | | Merge "Correctly handle preserve-3d layer ordering" into jb-mr1-devChris Craik2012-08-154-47/+86
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Correctly handle preserve-3d layer orderingChris Craik2012-08-154-47/+86
* | | | | Move text allocations to LinearAllocatorJohn Reck2012-08-143-17/+34
* | | | | Memory usage improvementsJohn Reck2012-08-142-10/+49
* | | | | Merge "Null check" into jb-mr1-devJohn Reck2012-08-131-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Null checkJohn Reck2012-08-131-1/+1
* | | | | Merge "Improve in-canvas pure color checking" into jb-mr1-devChris Craik2012-08-132-35/+49
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Improve in-canvas pure color checkingChris Craik2012-08-102-35/+49
* | | | | Merge "Clear mOperationState when calling popState" into jb-mr1-devJohn Reck2012-08-102-7/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Clear mOperationState when calling popStateJohn Reck2012-08-102-7/+14
* | | | | Merge "Paint with requested size instead of layer size" into jb-mr1-devChris Craik2012-08-101-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Paint with requested size instead of layer sizeChris Craik2012-08-091-1/+1
* | | | | Merge "Clip out opaque regions to avoid double painting" into jb-mr1-devChris Craik2012-08-093-4/+154
|\ \ \ \ \
| * | | | | Clip out opaque regions to avoid double paintingChris Craik2012-08-083-4/+154
| |/ / / /
* | | | | Fix memory leakJohn Reck2012-08-081-0/+6
|/ / / /
* | | | Merge "Reset cached opacity on shader swap" into jb-mr1-devChris Craik2012-08-071-0/+1
|\ \ \ \
| * | | | Reset cached opacity on shader swapChris Craik2012-08-071-0/+1
* | | | | Add extra null checkJohn Reck2012-08-071-0/+2
* | | | | Remove usages of getCanvasJohn Reck2012-08-0620-130/+123
* | | | | am dd5962d2: am 47387cc7: Merge "Fix browser rendering issue: pure color tile...John Reck2012-08-021-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am 47387cc7: Merge "Fix browser rendering issue: pure color tiles are rendere...John Reck2012-08-021-1/+1
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Fix browser rendering issue: pure color tiles are rendered blackYuyang Du2012-08-011-1/+1
* | | | DO NOT MERGE. Allow numeric entry fields to have placeholder text.George Mount2012-08-021-0/+4
* | | | Tweak shadow settingsJohn Reck2012-08-011-3/+3
* | | | Optimize recompute bounds checksNicolas Roard2012-08-012-16/+44
| |_|/ |/| |
* | | Memory cleanupJohn Reck2012-07-312-53/+61
* | | Switch GraphicsOperation to LinearAllocatorJohn Reck2012-07-319-94/+199
* | | Don't use SkPicture for DrawText recordingJohn Reck2012-07-279-124/+276
* | | Merge "DO NOT MERGE Push everything into an R-Tree" into jb-mr1-devJohn Reck2012-07-278-539/+233
|\ \ \
| * | | DO NOT MERGE Push everything into an R-TreeJohn Reck2012-07-278-539/+233
* | | | Fix background tiles drawingChris Craik2012-07-272-3/+5
|/ / /
* | | am f35e08fe: am 0e8bb600: Null check to fix crashBart Sears2012-07-241-1/+3
|\ \ \ | |/ /
| * | Null check to fix crashBart Sears2012-07-231-1/+3
| |/
* | Merge "Support autoplay attribute for media element, with optional gesture re...Teng-Hui Zhu2012-07-241-1/+4
|\ \
| * | Support autoplay attribute for media element, with optional gesture requirement.Teng-Hui Zhu2012-07-241-1/+4