summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering
Commit message (Expand)AuthorAgeFilesLines
...
* | | am 03eb7752: am 3c049d2a: Prevent infinite loop when turning on then off comp...Nicolas Roard2012-01-131-0/+14
|\ \ \ | |/ / |/| / | |/
| * Prevent infinite loop when turning on then off composited modeNicolas Roard2012-01-121-0/+14
* | fix layer scrollingMichael Kolb2011-12-161-0/+3
* | am f912aaa3: am 599c05f3: Merge "Revert "Put canvas on a layer"" into ics-mr1John Reck2011-12-132-7/+1
|\ \ | |/
| * Merge "Revert "Put canvas on a layer"" into ics-mr1John Reck2011-12-132-7/+1
| |\
| | * Revert "Put canvas on a layer"John Reck2011-12-132-7/+1
* | | Fix the repaint inval mechanism for layers - cherry-pick from MR1Nicolas Roard2011-12-091-0/+7
* | | am e50c6da1: Merge "Revert change that caused text in floating divs to not re...Mangesh Ghiware2011-12-071-1/+1
|\ \ \ | |/ /
| * | Merge "Revert change that caused text in floating divs to not reflow." into i...Mangesh Ghiware2011-12-071-1/+1
| |\ \
| | * | Revert change that caused text in floating divs to not reflow.Mangesh Ghiware2011-12-071-1/+1
| * | | Fix the repaint inval mechanism for layers - DO NOT MERGENicolas Roard2011-12-071-0/+7
| |/ /
* | | am 42e97318: Merge "A WAR to enable the slider touch event on youtube.com" in...Bart Sears2011-11-301-0/+7
|\ \ \ | |/ /
| * | Merge "A WAR to enable the slider touch event on youtube.com" into ics-mr1Bart Sears2011-11-301-0/+7
| |\ \
| | * | A WAR to enable the slider touch event on youtube.comTeng-Hui Zhu2011-11-221-0/+7
* | | | am 807ee5ec: Merge "synchronize animation starts with webkit" into ics-mr1Chris Craik2011-11-301-0/+5
|\ \ \ \ | |/ / /
| * | | synchronize animation starts with webkitChris Craik2011-11-291-0/+5
| | |/ | |/|
* | | am 64797036: Merge "Put canvas on a layer" into ics-mr1John Reck2011-11-282-1/+7
|\ \ \ | |/ /
| * | Put canvas on a layerJohn Reck2011-11-282-1/+7
* | | am 7839f0a8: Fix SVG text renderingSteve Block2011-11-241-0/+20
|\ \ \ | |/ /
| * | Fix SVG text renderingSteve Block2011-11-241-0/+20
* | | am 3eaf0f8c: Force layers above overscroll/fixed elements to compositeChris Craik2011-11-231-8/+0
|\ \ \ | |/ /
| * | Force layers above overscroll/fixed elements to compositeChris Craik2011-11-221-8/+0
| |/
* | am e2e7333b: Merge "Only allow stacking contexts to skip compositing" into ic...Bart Sears2011-11-181-1/+1
|\ \ | |/
| * Only allow stacking contexts to skip compositingChris Craik2011-11-171-1/+1
* | Merge "Removing ANDROID_INSTRUMENTATION code"Kristian Monsen2011-11-172-11/+0
|\ \
| * | Removing ANDROID_INSTRUMENTATION codeKristian Monsen2011-11-172-11/+0
* | | am d34224ca: Merge "Promote -ve z-index fixed/scrollable elements to layers" ...Ben Murdoch2011-11-171-0/+11
|\ \ \ | |/ / |/| / | |/
| * Promote -ve z-index fixed/scrollable elements to layersBen Murdoch2011-11-161-0/+11
| * Don't force composited layers to be stacking contexts - DO NOT MERGEChris Craik2011-10-251-1/+1
* | Cherry-pick WebKit change 87687 to fix debug buildSteve Block2011-10-281-0/+1
* | Merge "Don't force composited layers to be stacking contexts"Chris Craik2011-10-241-1/+1
|\ \ | |/ |/|
| * Don't force composited layers to be stacking contextsChris Craik2011-10-211-1/+1
* | Cherry pick 97075John Reck2011-10-204-27/+15
* | Cherry pick 94857John Reck2011-10-201-2/+7
|/
* Cherry-pick WebKit change 89836 to fix a crash due to floats not being removedSteve Block2011-10-141-0/+3
* Cherry-pick WebKit change 89165 to fix a crash due to floats not being removedSteve Block2011-10-142-4/+39
* allow for compositing of 1x1 pluginsChris Craik2011-10-031-0/+6
* Roll back fix for http://b/issue?id=4203823Ben Murdoch2011-09-081-4/+1
* Cherry-pick WebKit change 92744 to fix RenderObjectChildListSteve Block2011-09-071-1/+1
* Cherry-pick WebKit change 85623 to fix RenderInline::culledInlineAbsoluteQuads()Steve Block2011-09-061-0/+5
* Incorrect handling of 'display:' property within nested <ruby> tagsSteve Block2011-09-021-14/+34
* Remove some unsafe static_cast in rendering/Steve Block2011-09-021-4/+4
* Part of fix for bug 5152544 Reduce the number of warning, int and size_tKristian Monsen2011-08-111-3/+3
* Previous commit was missing a chunk of code...Nicolas Roard2011-08-081-0/+3
* Fix crashes on plus.google.com and reduce the number of necessary layersNicolas Roard2011-08-051-4/+20
* Reduce the number of layersNicolas Roard2011-07-294-39/+112
* Refactor the overflow scroll fix.Shimeng (Simon) Wang2011-07-251-7/+10
* Disable customized overflow scroll for positioned renderblock.Shimeng (Simon) Wang2011-07-251-4/+7
* Limit RTL text wrapping when having floating element.Shimeng (Simon) Wang2011-07-211-1/+1
* Add android specific virtual function to GraphicsLayerClient.Shimeng (Simon) Wang2011-07-142-9/+3