summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* When restoring the global reference in the WeakJavaInstance destructor, alway...Steve Block2011-07-081-13/+11
* Delete a JNI local ref in WebViewCore::openFileChooser()Steve Block2011-07-081-9/+4
* Merge "Avoid leaking JNI local references in UrlInterceptResponse"Steve Block2011-07-072-1/+5
|\
| * Avoid leaking JNI local references in UrlInterceptResponseSteve Block2011-07-062-1/+5
* | Merge "Refactor partial invalidation code"Teng-Hui Zhu2011-07-064-36/+47
|\ \
| * | Refactor partial invalidation codeTeng-Hui Zhu2011-07-064-36/+47
| |/
* | Merge "Remove old scalar conversions"Russell Brenner2011-07-061-4/+4
|\ \ | |/ |/|
| * Remove old scalar conversionsRussell Brenner2011-07-011-4/+4
* | Merge "Factor the scale into the actual screen space calculation."Shimeng (Simon) Wang2011-07-011-4/+8
|\ \
| * | Factor the scale into the actual screen space calculation.Shimeng (Simon) Wang2011-07-011-4/+8
* | | Merge "meta format-detection is not a viewport meta tag."Shimeng (Simon) Wang2011-07-013-2/+18
|\ \ \ | |/ /
| * | meta format-detection is not a viewport meta tag.Shimeng (Simon) Wang2011-07-013-2/+18
* | | Merge "Update viewport using webkit's way."Shimeng (Simon) Wang2011-07-016-46/+26
|\ \ \ | |/ /
| * | Update viewport using webkit's way.Shimeng (Simon) Wang2011-07-016-46/+26
* | | Merge "Modified tile reclamation heuristic for multi-webview display"Chris Craik2011-07-0111-30/+64
|\ \ \
| * | | Modified tile reclamation heuristic for multi-webview displayChris Craik2011-07-0111-30/+64
| | |/ | |/|
* | | Merge "Update to match the Java side change"Teng-Hui Zhu2011-07-011-1/+1
|\ \ \
| * | | Update to match the Java side changeTeng-Hui Zhu2011-06-301-1/+1
| |/ /
* | | Merge changes I899af0a4,I1d8b554a,Iefb91f0bKristian Monsen2011-07-0113-100/+100
|\ \ \ | |/ / |/| |
| * | Merge Chromium at r11.0.696.0: Compile fix, update include locationKristian Monsen2011-06-301-1/+1
| * | Merge Chromium at r11.0.696.0: Compile fixes in WebRequestContext.ccKristian Monsen2011-06-291-5/+5
| * | Merge Chromium at r11.0.696.0: Just AutoFill => Autofill renamingKristian Monsen2011-06-2911-94/+94
| |/
* | Merge "Refactoring: Moved 'SkLayer' to 'Layer' class in webkit"Chris Craik2011-06-3012-19/+379
|\ \
| * | Refactoring: Moved 'SkLayer' to 'Layer' class in webkitChris Craik2011-06-3012-19/+379
* | | Merge "Add initial support for Ganesh renderer."Derek Sollenberger2011-06-3011-65/+476
|\ \ \
| * | | Add initial support for Ganesh renderer.Derek Sollenberger2011-06-3011-65/+476
* | | | Don't create newer LayerTexture when hitting upper bound.Teng-Hui Zhu2011-06-301-0/+4
| |/ / |/| |
* | | Added fix for AndroidAnimation copy (m_name was forgotten)Chris Craik2011-06-291-0/+1
* | | Merge "Use full scrollable area for content width/height."Shimeng (Simon) Wang2011-06-291-1/+1
|\ \ \ | |_|/ |/| |
| * | Use full scrollable area for content width/height.Shimeng (Simon) Wang2011-06-281-1/+1
* | | Merge "Revert Android specific method name"Kristian Monsen2011-06-292-2/+2
|\ \ \ | |_|/ |/| |
| * | Revert Android specific method nameKristian Monsen2011-06-292-2/+2
* | | Merge "Add BaseRenderer to handle generic rendering tasks."Derek Sollenberger2011-06-296-124/+295
|\ \ \
| * | | Add BaseRenderer to handle generic rendering tasks.Derek Sollenberger2011-06-296-124/+295
* | | | Merge "2nd try: Bubbles up the url that has the invalid certificate."Huahui Wu2011-06-283-5/+8
|\ \ \ \ | |/ / / |/| | |
| * | | 2nd try: Bubbles up the url that has the invalid certificate.Huahui Wu2011-06-283-5/+8
* | | | Merge "Cleanup Skia related rendering code for raster rendering."Derek Sollenberger2011-06-2815-161/+108
|\ \ \ \ | |/ / / |/| | |
| * | | Cleanup Skia related rendering code for raster rendering.Derek Sollenberger2011-06-2815-161/+108
* | | | Merge "Revert "Bubbles up the url that has the invalid certificate.""Huahui Wu2011-06-283-8/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Revert "Bubbles up the url that has the invalid certificate."Huahui Wu2011-06-283-8/+5
* | | | Merge "Bubbles up the url that has the invalid certificate."Huahui Wu2011-06-283-5/+8
|\ \ \ \ | |/ / /
| * | | Bubbles up the url that has the invalid certificate.Huahui Wu2011-06-273-5/+8
* | | | Merge "Delete the GL texture when deleting the Surface Texture"Teng-Hui Zhu2011-06-281-0/+1
|\ \ \ \
| * | | | Delete the GL texture when deleting the Surface TextureTeng-Hui Zhu2011-06-271-0/+1
| | |_|/ | |/| |
* | | | Merge "Prevent GL rings on layers"John Reck2011-06-271-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Prevent GL rings on layersJohn Reck2011-06-271-1/+2
| |/ /
* | | Refactor and improve the raster rendering for base tiles.Derek Sollenberger2011-06-275-198/+326
|/ /
* | Merge "Browser ST: Support both OES and 2D texture target"Teng-Hui Zhu2011-06-248-37/+193
|\ \
| * | Browser ST: Support both OES and 2D texture targetTeng-Hui Zhu2011-06-248-37/+193
| |/
* | Better way to determine not to reflow.Shimeng (Simon) Wang2011-06-231-2/+2
|/