summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | The CPU code path for uploading the texturesTeng-Hui Zhu2011-09-062-0/+14
* | | | | | Merge "Implement PictureSet(SkPicture*) ctor in FAST_PICTURESET case"John Reck2011-09-071-0/+21
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Implement PictureSet(SkPicture*) ctor in FAST_PICTURESET caseJohn Reck2011-09-071-0/+21
| | |_|/ / | |/| | |
* | | | | Merge "Revert to allocate textures for layers which had overflow children."Teng-Hui Zhu2011-09-071-1/+1
|\ \ \ \ \
| * | | | | Revert to allocate textures for layers which had overflow children.Teng-Hui Zhu2011-09-071-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge "OnTrimMemory plumbing"John Reck2011-09-071-0/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | OnTrimMemory plumbingJohn Reck2011-09-071-0/+15
| | |/ / | |/| |
* | | | Merge "Cherry-pick WebKit change 92744 to fix RenderObjectChildList"Steve Block2011-09-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Cherry-pick WebKit change 92744 to fix RenderObjectChildListSteve Block2011-09-071-1/+1
* | | | Merge "Fix for plugin being "centered" to the left corner instead of center"Derek Sollenberger2011-09-071-9/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for plugin being "centered" to the left corner instead of centerDerek Sollenberger2011-09-061-9/+8
* | | | Merge "Cherry-pick WebKit change 85623 to fix RenderInline::culledInlineAbsol...Steve Block2011-09-061-0/+5
|\ \ \ \
| * | | | Cherry-pick WebKit change 85623 to fix RenderInline::culledInlineAbsoluteQuads()Steve Block2011-09-061-0/+5
| |/ / /
* | | | Merge "Fix logic error in Android style version calculation."Ben Murdoch2011-09-061-2/+6
|\ \ \ \
| * | | | Fix logic error in Android style version calculation.Ben Murdoch2011-09-061-2/+6
| |/ / /
* | | | Merge "Revert "WebView animation support""Teng-Hui Zhu2011-09-064-40/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "WebView animation support"Teng-Hui Zhu2011-09-064-40/+5
| |/ /
* | | Fix old textures not being repaintedChris Craik2011-09-061-0/+4
|/ /
* | Enable double buffering via base tilesChris Craik2011-09-0219-338/+382
* | Merge "Fix the Java bridge to correctly handle null strings"Steve Block2011-09-021-0/+15
|\ \
| * | Fix the Java bridge to correctly handle null stringsSteve Block2011-09-021-0/+15
* | | Merge changes Iebbac8a9,I854067cbSteve Block2011-09-021-12/+32
|\ \ \
| * | | 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
| |/ /
* | | Merge "Closing idle connections, including jni interface"Kristian Monsen2011-09-013-0/+28
|\ \ \
| * | | Closing idle connections, including jni interfaceKristian Monsen2011-09-023-0/+28
* | | | Merge "Reapply CL for: "Fix for antialiased text with shadows.""Derek Sollenberger2011-09-011-0/+1
|\ \ \ \
| * | | | Reapply CL for: "Fix for antialiased text with shadows."Derek Sollenberger2011-09-011-0/+1
* | | | | Merge "WebView animation support"Teng-Hui Zhu2011-09-014-5/+40
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | WebView animation supportTeng-Hui Zhu2011-08-314-5/+40
* | | | | Merge "Allow native to query selection region"John Reck2011-09-013-0/+26
|\ \ \ \ \
| * | | | | Allow native to query selection regionJohn Reck2011-08-313-0/+26
| | |_|_|/ | |/| | |
* | | | | Merge "Fix some leaked JNI local references in the Java Bridge"Steve Block2011-09-014-11/+25
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix some leaked JNI local references in the Java BridgeSteve Block2011-09-014-11/+25
| |/ / /
* | | | Disable UI-side animations for now, and let webkit deal with them.Nicolas Roard2011-08-311-0/+7
* | | | Enable the FAST_PICTURESET codepathNicolas Roard2011-08-312-2/+2
* | | | Merge "Implement a faster pictureset Cluster the invalidations in regular buc...Nicolas Roard2011-08-313-41/+425
|\ \ \ \ | |/ / / |/| | |
| * | | Implement a faster picturesetNicolas Roard2011-08-313-41/+425
* | | | Merge "Make sure WebViewClient.onPageStarted() doesn't preceed WebViewClient....Steve Block2011-08-314-25/+37
|\ \ \ \ | |/ / / |/| | |
| * | | Make sure WebViewClient.onPageStarted() doesn't preceed WebViewClient.shouldO...Steve Block2011-08-314-25/+37
* | | | Reduce the number of dirty buffers (not needed anymore)Nicolas Roard2011-08-301-2/+2
* | | | Fix repaint issues with BaseTileNicolas Roard2011-08-301-0/+3
* | | | Merge "Fix the null pointer crash when playing full screen video."Teng-Hui Zhu2011-08-302-0/+10
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix the null pointer crash when playing full screen video.Teng-Hui Zhu2011-08-292-0/+10
* | | Merge "Add Harfbuzz support for fallback fonts (redux)"Russell Brenner2011-08-293-5/+90
|\ \ \
| * | | Add Harfbuzz support for fallback fonts (redux)Russell Brenner2011-08-233-5/+90
* | | | Fix plugin crashes due to bad ref counting.Derek Sollenberger2011-08-295-16/+16
| |/ / |/| |
* | | Fix PictureSet invlidation rectangle bugBen Murdoch2011-08-262-2/+7
* | | Fix crash when scrolling non-HW accelerated WebViewBen Murdoch2011-08-261-1/+4
* | | Merge "better locking while scrolling, but disables double buffering"Chris Craik2011-08-257-65/+84
|\ \ \