summaryrefslogtreecommitdiffstats
path: root/Source/WebCore
Commit message (Expand)AuthorAgeFilesLines
* Cherry pick fixes for b/6388728 to jb-dev. DO NOT MERGEclaireho2012-05-111-20/+12
* Complete implementation fixed backgroundNicolas Roard2012-05-0811-99/+287
* Fix visible area calculation.Mangesh Ghiware2012-05-087-11/+26
* Merge "Delay creating Java objects for WebHistoryItem" into jb-devJohn Reck2012-05-081-4/+4
|\
| * Delay creating Java objects for WebHistoryItemJohn Reck2012-05-071-4/+4
* | Merge "Cherry-pick WebKit change r104441 to fix a rendering crash" into jb-devSteve Block2012-05-081-1/+1
|\ \
| * | Cherry-pick WebKit change r104441 to fix a rendering crashSteve Block2012-05-031-1/+1
* | | Merge changes Ie015bf4c,If5e731ad into jb-devSteve Block2012-05-081-8/+15
|\ \ \ | |/ /
| * | Cherry-pick WebKit change r98561 to fix a rendering crashSteve Block2012-04-271-0/+5
| * | Cherry-pick WebKit change r96294 as a prerequisite for r98561Steve Block2012-04-271-8/+10
* | | Merge "Replace Lohit Devanagari/Tamil fonts with Droid versions." into jb-devVictoria Lease2012-05-071-4/+16
|\ \ \
| * | | Replace Lohit Devanagari/Tamil fonts with Droid versions.Victoria Lease2012-04-301-4/+16
* | | | Merge "Disable prerenders while scrolling" into jb-devJohn Reck2012-05-073-10/+7
|\ \ \ \
| * | | | Disable prerenders while scrollingJohn Reck2012-05-063-10/+7
* | | | | Cherrypick WebKit r95959.Victoria Lease2012-05-071-1/+7
| |_|_|/ |/| | |
* | | | Merge "Cherrypick WebKit r94508." into jb-devVictoria Lease2012-05-078-5/+58
|\ \ \ \
| * | | | Cherrypick WebKit r94508.Victoria Lease2012-05-048-5/+58
* | | | | Merge "Ensure updateGLPositionsAndScale is called from updateLayerPosition." ...George Mount2012-05-074-10/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Ensure updateGLPositionsAndScale is called from updateLayerPosition.George Mount2012-05-044-10/+15
* | | | | Merge "Broaden fast inval path" into jb-devJohn Reck2012-05-062-12/+16
|\ \ \ \ \
| * | | | | Broaden fast inval pathJohn Reck2012-05-042-12/+16
* | | | | | Merge "Simplify hierarchy with fixed background Preliminary support for color...Nicolas Roard2012-05-042-35/+49
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Simplify hierarchy with fixed backgroundNicolas Roard2012-05-042-35/+49
| |/ / / /
* | | | | Merge "Unify the naming of rectangles used for draw." into jb-devTeng-Hui Zhu2012-05-0422-251/+282
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Unify the naming of rectangles used for draw.Teng-Hui Zhu2012-05-0322-251/+282
* | | | | Merge "Fixed single-surface rendering with fixed-background elements" into jb...Nicolas Roard2012-05-031-5/+7
|\ \ \ \ \
| * | | | | Fixed single-surface rendering with fixed-background elementsNicolas Roard2012-05-031-5/+7
| |/ / / /
* | | | | Respect clipping for CanvasLayerJohn Reck2012-05-031-2/+2
|/ / / /
* | | | Rewrite PictureSet with TURBO!John Reck2012-05-0231-248/+340
* | | | Merge "Fix max texture setup" into jb-devTeng-Hui Zhu2012-05-023-62/+58
|\ \ \ \
| * | | | Fix max texture setupTeng-Hui Zhu2012-05-013-62/+58
* | | | | Merge "Fix the clipping issue when webview has offset on X axis." into jb-devTeng-Hui Zhu2012-05-011-7/+40
|\ \ \ \ \
| * | | | | Fix the clipping issue when webview has offset on X axis.Teng-Hui Zhu2012-05-011-7/+40
| |/ / / /
* | | | | Use different mechanism for enabling slider.George Mount2012-05-018-63/+95
| |/ / / |/| | |
* | | | Changes from code comments.George Mount2012-04-272-3/+4
* | | | Merge "Don't crash on bad scale - DO NOT MERGE" into jb-devJohn Reck2012-04-271-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Don't crash on bad scale - DO NOT MERGEChris Craik2012-04-271-1/+1
* | | | Cherry-pick WebKit change r92025 to fix a rendering crashSteve Block2012-04-271-1/+2
* | | | Cherry-pick WebKit change r90130 to fix a rendering crashSteve Block2012-04-271-16/+21
* | | | Cherry-pick WebKit change r88472 to fix a rendering crashSteve Block2012-04-271-1/+4
* | | | Merge "Make input="range" visible and react to touch events." into jb-devGeorge Mount2012-04-269-97/+98
|\ \ \ \ | |_|/ / |/| | |
| * | | Make input="range" visible and react to touch events.George Mount2012-04-259-97/+98
* | | | Merge "Support partial draw in terms of a rect." into jb-devTeng-Hui Zhu2012-04-268-27/+49
|\ \ \ \
| * | | | Support partial draw in terms of a rect.Teng-Hui Zhu2012-04-268-27/+49
| |/ / /
* | | | Merge "DO NOT MERGE: Fix clipping issue due to webview animation(scaling)" in...Teng-Hui Zhu2012-04-263-27/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | DO NOT MERGE: Fix clipping issue due to webview animation(scaling)Teng-Hui Zhu2012-04-253-27/+13
| |/ /
* | | Handle uncaught exceptions from methods called through the Java BridgeSteve Block2012-04-264-4/+28
| |/ |/|
* | Fix crash in RenderLayerCompositor::updateCompositingLayersMangesh Ghiware2012-04-251-2/+7
|/
* Merge "CSS Background image implementation"Nicolas Roard2012-04-2418-37/+332
|\
| * CSS Background image implementationNicolas Roard2012-04-2418-37/+332