summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix SVG text renderingSteve Block2011-11-242-4/+25
* Force layers above overscroll/fixed elements to compositeChris Craik2011-11-221-8/+0
* Merge "Use isHighEndGfx to double textures" into ics-mr1John Reck2011-11-214-6/+14
|\
| * Use isHighEndGfx to double texturesJohn Reck2011-11-214-6/+14
* | Merge "Set the number of current textures depending on the layers' count, to ...Nicolas Roard2011-11-215-17/+79
|\ \ | |/ |/|
| * Set the number of current textures depending on the layers' count,Nicolas Roard2011-11-185-17/+79
* | Merge "Content and viewport rects set in one step." into ics-mr1Bart Sears2011-11-181-88/+71
|\ \
| * | Content and viewport rects set in one step.George Mount2011-11-161-88/+71
* | | Merge "Only allow stacking contexts to skip compositing" into ics-mr1Bart Sears2011-11-171-1/+1
|\ \ \ | |_|/ |/| |
| * | Only allow stacking contexts to skip compositingChris Craik2011-11-171-1/+1
* | | Merge "Force tiles to swap whenever drawing tree is ready" into ics-mr1Chris Craik2011-11-171-1/+1
|\ \ \
| * | | Force tiles to swap whenever drawing tree is readyChris Craik2011-11-161-1/+1
| |/ /
* | | Merge "Add logging to help debug an ANR" into ics-mr1Teng-Hui Zhu2011-11-171-4/+10
|\ \ \ | |/ / |/| |
| * | Add logging to help debug an ANRTeng-Hui Zhu2011-11-161-4/+10
* | | Merge "synchronous layer updates, and animation deferral during paint" into i...Chris Craik2011-11-1631-738/+1420
|\ \ \
| * | | synchronous layer updates, and animation deferral during paintChris Craik2011-11-1631-738/+1420
* | | | Fix clipping issue causing the layers to disappear when IME is upNicolas Roard2011-11-161-1/+2
|/ / /
* | | Merge "Promote -ve z-index fixed/scrollable elements to layers" into ics-mr1Ben Murdoch2011-11-161-0/+11
|\ \ \
| * | | Promote -ve z-index fixed/scrollable elements to layersBen Murdoch2011-11-161-0/+11
| |/ /
* | | Merge "Position WebTextView correctly on layers" into ics-mr1Michael Kolb2011-11-161-1/+1
|\ \ \ | |/ / |/| |
| * | Position WebTextView correctly on layersMichael Kolb2011-11-151-1/+1
* | | Merge "Fix CacheManager to correctly write CacheFiles to disk." into ics-mr1Ben Murdoch2011-11-162-6/+6
|\ \ \
| * | | Fix CacheManager to correctly write CacheFiles to disk.Ben Murdoch2011-11-152-6/+6
* | | | Merge "Use the transformed clipping rect for media layers (flash plugin)" int...Bart Sears2011-11-151-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Use the transformed clipping rect for media layers (flash plugin)Nicolas Roard2011-11-151-1/+2
| |/ /
* | | Fix text selection handle positioningJohn Reck2011-11-153-3/+14
|/ /
* | Only mark tiles as dirty if the inval region actually intersectsNicolas Roard2011-11-141-0/+24
* | Use a single shared bitmap instead of one per BaseTile.Nicolas Roard2011-11-142-10/+15
* | Merge "Enable SPDY protocol." into ics-mr1Selim Gurun2011-11-111-2/+1
|\ \
| * | Enable SPDY protocol.Selim Gurun2011-11-101-2/+1
* | | Remove inset for WebTextViewMichael Kolb2011-11-111-2/+2
* | | Merge "Fix combobox metrics and asset scaling" into ics-mr1Michael Kolb2011-11-113-17/+40
|\ \ \
| * | | Fix combobox metrics and asset scalingMichael Kolb2011-11-103-17/+40
* | | | Merge "Fallback mode when running out of textures for layers" into ics-mr1Nicolas Roard2011-11-1019-99/+588
|\ \ \ \
| * | | | Fallback mode when running out of textures for layersNicolas Roard2011-11-1019-99/+588
* | | | | Merge "Use anti-aliasing in prefetch tiles" into ics-mr1Chris Craik2011-11-101-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Use anti-aliasing in prefetch tilesChris Craik2011-11-101-2/+2
| | |_|/ | |/| |
* | | | Merge "Fix CTS regressions from merge to r74534." into ics-mr1Ben Murdoch2011-11-101-2/+0
|\ \ \ \
| * | | | Fix CTS regressions from merge to r74534.Ben Murdoch2011-11-101-2/+0
| |/ / /
* | | | Merge "Support pausing drawing" into ics-mr1John Reck2011-11-101-1/+11
|\ \ \ \
| * | | | Support pausing drawingJohn Reck2011-11-091-1/+11
* | | | | Merge "DO NOT MERGE Offset scroll area by the scroll origin on Android" into ...George Mount2011-11-103-11/+39
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DO NOT MERGE Offset scroll area by the scroll origin on AndroidGeorge Mount2011-11-093-11/+39
| | |/ / | |/| |
* | | | Merge "Fix font size handling for harfbuzz hack" into ics-mr1Russell Brenner2011-11-091-10/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix font size handling for harfbuzz hackRussell Brenner2011-11-081-10/+15
* | | | Merge "Add support for Bengali and Tamil gpos/gsub tables" into ics-mr1Russell Brenner2011-11-091-13/+23
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add support for Bengali and Tamil gpos/gsub tablesRussell Brenner2011-11-091-13/+23
| |/ /
* | | Merge "Revert crash on bad scale - do not merge" into ics-mr1Bart Sears2011-11-081-3/+1
|\ \ \ | |_|/ |/| |
| * | Revert crash on bad scale - do not mergeBart Sears2011-11-081-3/+1
* | | Merge "Add necessary null pointer check to avoid crash on youtube video" into...Teng-Hui Zhu2011-11-081-0/+4
|\ \ \ | |/ / |/| |