summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Refactor partial invalidation code"Teng-Hui Zhu2011-07-064-36/+47
|\
| * Refactor partial invalidation codeTeng-Hui Zhu2011-07-064-36/+47
| | | | | | | | Change-Id: Id8612946d845daad86f02f626c3247ff8dc1d2f8
* | Merge "Remove old scalar conversions"Russell Brenner2011-07-061-4/+4
|\ \ | |/ |/|
| * Remove old scalar conversionsRussell Brenner2011-07-011-4/+4
| | | | | | | | | | | | | | | | | | | | The webkit merge from CL 112610 introduced an api change in setrectForUnderline, changing two params from int to float. The body of the function, however, was still performing int to float conversions, resulting in a debug assert within skia and conversion results forced to zero. This CL removes the outdated conversion. Change-Id: I0d5fae39552c3e6801b83e6c4363dc063a01b165
* | 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
| | | | | | | | | | | | | | | issue: 4982074 Change-Id: I5d86539a17393f3060cd67bd4c6888734037c7e4
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | This reverts some of my previous change which wrongly treats format-detection as a viewport change. issue: 4975315 Change-Id: Icb3ab9b813010b253a59fca6992deb1aa4d186e7
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | The Android's customized way of parsing viewport meta tags is kept intact; while the viewport update notification mechanism is changed to use webkit's way. This gives much better notification of viewport switching. issue: 4975315 Change-Id: I7896b67d684efec015245ee804a9243e72ff0b50
* | | 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
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | When tiles are reclaimed, they are now taken first from webviews that haven't been drawn in a while. Previously they were taken from any other webview - which may have been one still being displayed if multiple are onscreen. bug:4049143 partially solved (still not enough graphics memory allocated for tiles on tablet devices) Change-Id: Id400ea28e92ba805120c8353881834157fefa483
* | | 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
| |/ / | | | | | | | | | | | | | | | Java side change: #change,118782 Change-Id: I9f94f2541a2dd197a77210566fb3a8d28102010c
* | | Merge changes I899af0a4,I1d8b554a,Iefb91f0bKristian Monsen2011-07-0113-100/+100
|\ \ \ | |/ / |/| | | | | | | | | | | | | | * changes: Merge Chromium at r11.0.696.0: Compile fix, update include location Merge Chromium at r11.0.696.0: Compile fixes in WebRequestContext.cc Merge Chromium at r11.0.696.0: Just AutoFill => Autofill renaming
| * | Merge Chromium at r11.0.696.0: Compile fix, update include locationKristian Monsen2011-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | chrome/browser/tab_contents/tab_contents.h has moved to content/browser/tab_contents/tab_contents.h Change-Id: I899af0a4895f0d6a30850c65c22fbc67c7bedd88
| * | Merge Chromium at r11.0.696.0: Compile fixes in WebRequestContext.ccKristian Monsen2011-06-291-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Members in UrlRequestContext was made private in: http://src.chromium.org/viewvc/chrome/trunk/src/net/url_request/url_request_context.h?view=diff&pathrev=77261&r1=75164&r2=75165 Using setter to set instead of using variable directly. Change-Id: I1d8b554a1f017d39acbf5ae014e934631c29049b
| * | Merge Chromium at r11.0.696.0: Just AutoFill => Autofill renamingKristian Monsen2011-06-2911-94/+94
| |/ | | | | | | Change-Id: Iefb91f0b784c26b503125017ae3582a28e7d530d
* | 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
| | | | | | | | | | | | Change-Id: Ie1c24e5e402c539e0359810cfdf872178fa083c1
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The GaneshRenderer can now be swapped in for the RasterRenderer in BaseTile. A following CL will enable this swap at runtime. Change-Id: Id42040fce2895ab00cccb8f11dfd0489df861655
* | | | Don't create newer LayerTexture when hitting upper bound.Teng-Hui Zhu2011-06-301-0/+4
| |/ / |/| | | | | | | | | | | bug:4976882 Change-Id: If1c913da8bdc3a310a3a665dc895711093fb8788
* | | Added fix for AndroidAnimation copy (m_name was forgotten)Chris Craik2011-06-291-0/+1
| | | | | | | | | | | | | | | bug:4595809 Change-Id: Ieaacb3cf7c6ea51f2ae7d92e5acf5c9fcafcf1d8
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Currently after webkit merge, the content width/height is only for visible area. issue: 4672075 Change-Id: Ib7d51119a59131f1443a3c0d59980a8da34b4173
* | | Merge "Revert Android specific method name"Kristian Monsen2011-06-292-2/+2
|\ \ \ | |_|/ |/| |
| * | Revert Android specific method nameKristian Monsen2011-06-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | The name change was reverted in external/chromium in: https://android-git.corp.google.com/g/#change,118320 This fixes external/webkit after that change. Change-Id: I21ff90a8759deee1799e718e0bac06b165477606
* | | 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
| | | | | | | | | | | | | | | | Change-Id: I5cf0e2da4d4f48be5daf176b5aac8222b9919ba9
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Same as this CL https://android-git.corp.google.com/g/#change,117817 except one minor change to make the build happy: Change-Id: Ie863737eee00c42de5d7a289b60aff8c2cfaa8e2
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the existing code we created a sharedBitmap for BaseTiles and never used it instead opting for createing bitmaps on the stack to enable partial invalidation. This CL removes the sharedBitmap concept and instead creates all bitmaps on the stack. This means that BackedDoubleBufferedTexture no longer needs to have a bitmap member, but instead simply takes the bitmap from the caller and uploads it to the appropriate texture. To make this upload clean we now pass the bitmap via const references instead of pointers. Change-Id: Ie218c4b4564e5574ca6e404d4857904ab41a3a5c
* | | | 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
| | | | | | | | | | | | | | | | This reverts commit f072ccf633e8c2c2812289f0e65f18320f2147c8.
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/2689122 SSL error shows the wrong page when triggered by an image/javascript in the page This CL bubbles the url, which has the invalid cert, up to framework to display it. Related CLs are: Framework: https://android-git.corp.google.com/g/#change,117828 Browser: https://android-git.corp.google.com/g/#change,117835 Change-Id: If01ea2320aa50450a6d3d409123bed5a9f101d61
* | | | 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
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Otherwise, there will be GPU memory leak. bug:4947376 Change-Id: Ib76a47c197d7c1a01471c4b38e210e0d5dd9fa02
* | | | Merge "Prevent GL rings on layers"John Reck2011-06-271-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Prevent GL rings on layersJohn Reck2011-06-271-1/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 4496611 Rings on layers are still drawn with the software path, but the gl ones are also drawn and in the wrong location. For now, prevent the drawing of the incorrect GL rings Change-Id: I7436dec9da3ce936b2ed0c4aa549a31b00e6e066
* | | Refactor and improve the raster rendering for base tiles.Derek Sollenberger2011-06-275-198/+326
|/ / | | | | | | Change-Id: I1dc4622e0ce1602f6dc314f0b510c41adb95a443
* | 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
| |/ | | | | | | | | | | | | | | | | | | | | | | | | B/c of driver limitation, we are using 2D texture target for our Surface Texture, this will be switched to EXTERNAL_OES soon. In order to have smooth transition, I added the code which can handle both types and it depends on what Surface Texture itself reports. Tested with both modes on Crespo since its driver support both. bug:4905428 Change-Id: Ic91702e7b8f75329f7d948e9217f7fc689a95bbb
* | Better way to determine not to reflow.Shimeng (Simon) Wang2011-06-231-2/+2
|/ | | | | | | | | Instead of using border which may be too broad, using whether an object is floating to fix flickr's reflow issue. Checked sites like slashdot.org and nytimes.com, this works better. issue: 4596265 Change-Id: Ic263b1e6fddedb47e410687ed04cd2ac7ccb7bed
* Merge "Do not reflow text if a div has border."Shimeng (Simon) Wang2011-06-231-1/+1
|\
| * Do not reflow text if a div has border.Shimeng (Simon) Wang2011-06-231-1/+1
| | | | | | | | | | | | | | | | This also fixes the case where flickr header's position is not good since it's reflowed for issue 4596265. issue: 4596265 Change-Id: I8445ec408a813935871c5d011b23b70e569105d3
* | Merge "Remove legacy fps cap"John Reck2011-06-232-12/+0
|\ \
| * | Remove legacy fps capJohn Reck2011-06-222-12/+0
| | | | | | | | | | | | | | | | | | Bug: 4743033 Change-Id: Ic0603ecf3af9290bd6d374aa8ddf4342948064ac