summaryrefslogtreecommitdiffstats
path: root/Source/WebKit
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Unify the naming of rectangles used for draw." into jb-devTeng-Hui Zhu2012-05-041-63/+64
|\
| * Unify the naming of rectangles used for draw.Teng-Hui Zhu2012-05-031-63/+64
| | | | | | | | | | | | | | | | | | The rects are referring to the same rect under different coordinates, so we just prefix the coordinates' name to differentiate the rects. This is pure refactor, no functional change. bug:6338456 Change-Id: Ic072a4f5aa56a25751e0151a697c0e31bca94ef5
* | Merge "Bump WebView font cache size to 1.5MB for better performance." into ↵Derek Sollenberger2012-05-041-0/+4
|\ \ | | | | | | | | | jb-dev
| * | Bump WebView font cache size to 1.5MB for better performance.Derek Sollenberger2012-05-031-0/+4
| |/ | | | | | | | | bug: 6226962 Change-Id: I3c705e50b7204df6be732422a8fcacacaf5ce7e9
* | Merge "Fix the matrix" into jb-devJohn Reck2012-05-031-12/+2
|\ \
| * | Fix the matrixJohn Reck2012-05-031-12/+2
| |/ | | | | | | | | | | | | Bug: 6442353 SkNWayCanvas needs to be translated as well or it screws up our clipping Change-Id: Ic8bb64aaa796f5cff58b0fab15062e6c8f5f0d23
* | Merge "Fixed single-surface rendering with fixed-background elements" into ↵Nicolas Roard2012-05-031-1/+0
|\ \ | | | | | | | | | jb-dev
| * | Fixed single-surface rendering with fixed-background elementsNicolas Roard2012-05-031-1/+0
| |/ | | | | | | | | | | | | | | In single-surface rendering, we did not paint the surface collection correctly if there was more than one child on the base surface (which is the case with fixed-background elements). Change-Id: I6e8d34630060414159b5f13cd302c1dc2165a048
* | Merge "Fix null pointer crash" into jb-devJohn Reck2012-05-031-1/+3
|\ \
| * | Fix null pointer crashJohn Reck2012-05-031-1/+3
| |/ | | | | | | | | | | Bug: 6436745 Change-Id: I7225fbb3c05d9c8ea79180740bbf1b5f3faf6ead
* | Merge "Fix mapLayerRect to modify the mapped rectangle." into jb-devGeorge Mount2012-05-031-1/+1
|\ \ | |/ |/|
| * Fix mapLayerRect to modify the mapped rectangle.George Mount2012-05-021-1/+1
| | | | | | | | | | | | Bug 6434432 Change-Id: I42181f232332e4c015ed403d53248b9e0b787043
* | Rewrite PictureSet with TURBO!John Reck2012-05-0211-1629/+510
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes how partial invals are done by adding a hybrid mode. What we used to do is generate a SkPicture for the new area. This SkPicture would possibly be larger than the actual inval, depending on various merge rules (more SkPictures == slower to draw a tile) The new code rewrites PictureSet entirely, preserving many of the old rules but cleans up the code and adds the concept of a "PrerenderedInval". This is a partial inval that WebKit has rasterized. By having WebKit produce both a SkPicture and a SkBitmap, we avoid needing to play back the picture and avoid overdrawing. We take this SkBitmap, and simply update the front textures with it. This gives us full partial invals through the entire system without hitting any driver bugs, and with minimal copies. And while the SkPicture may be larger than the inval, the SkBitmap that is rasterized is not - it matches the area webkit has said is dirty. Change-Id: Ieb7ecc9db0d4f679102fda004a43399f9b319ebc
* | Merge "Don't create a new functor if old one exists" into jb-devChris Craik2012-05-021-3/+13
|\ \
| * | Don't create a new functor if old one existsChris Craik2012-05-021-3/+13
| | | | | | | | | | | | | | | bug:6405861 Change-Id: Ife0dcc6416b18bbd50b4d244e6464f423f651de6
* | | Merge "Workaround a crash" into jb-devTeng-Hui Zhu2012-05-021-2/+8
|\ \ \ | |/ / |/| |
| * | Workaround a crashTeng-Hui Zhu2012-05-011-2/+8
| | | | | | | | | | | | | | | | | | | | | When content is empty, just minus an empty rect. bug:6404975 Change-Id: Ia12a64f93345bde7d3b92a99746b29e2e71bb652
* | | fix monkey scrolling crashChris Craik2012-05-011-12/+12
| |/ |/| | | | | | | | | | | | | bug:6336994 Depends on frameworks/base change: https://android-git.corp.google.com/g/#/c/186187/ Change-Id: Id9a179728a504a32b52bede9d30deb0dbeb39423
* | Merge "Disallow cookies for JavaScript when disabled." into jb-devGeorge Mount2012-04-261-3/+9
|\ \
| * | Disallow cookies for JavaScript when disabled.George Mount2012-04-251-3/+9
| |/ | | | | | | | | | | Bug 6363497 Change-Id: I97d6e7caf1820a624f92a12b69bd4ccfab80e0b9
* | Merge "On new content, attach functor directly" into jb-devJohn Reck2012-04-264-30/+24
|\ \
| * | On new content, attach functor directlyChris Craik2012-04-254-30/+24
| |/ | | | | | | | | | | | | | | bug:6323847 depends on frameworks/base change: https://android-git.corp.google.com/g/#/c/184313/ Change-Id: I8f21317af746d501c92e338ce678434a2479576c
* | Fix use after freeJohn Reck2012-04-261-2/+2
|/ | | | | | Bug: 6396295 Change-Id: I7c115a06ee7605956d205d1401b84d1118c8be85
* Merge "CSS Background image implementation"Nicolas Roard2012-04-242-19/+51
|\
| * CSS Background image implementationNicolas Roard2012-04-242-19/+51
| | | | | | | | | | | | bug:1352305 Change-Id: Id9caaae9b9442729110b52c75004f634d8284db4
* | signal framework to unregister functorChris Craik2012-04-231-5/+15
|/ | | | Change-Id: Ia503e508a13c40c29f18db924dce4ac711b03c68
* Fix up webkit to reflect Java class renamesJonathan Dixon2012-04-234-9/+9
| | | | | | | | | GeolocationPermissionsClassic CookieManagerClassic WebIconDatabaseClassic WebStorageClassic Change-Id: I3fb125ea286db55c906d80e322b06060464a8bff
* Merge "Better handle the EGL context lost situation."Teng-Hui Zhu2012-04-201-3/+1
|\
| * Better handle the EGL context lost situation.Teng-Hui Zhu2012-04-201-3/+1
| | | | | | | | | | | | | | | | | | Unless framework provide a better message, we can't avoid this EGL context issue totally if mis-match happen again. Clean up some obsolete code. Change-Id: Ica03daecd58f9757c8cad41e0f40d5d51b041748
* | Merge "Revert "Revert "Add webkit plumbing for file origin policy"""Selim Gurun2012-04-191-0/+15
|\ \ | |/ |/|
| * Revert "Revert "Add webkit plumbing for file origin policy""Selim Gurun2012-04-191-0/+15
| | | | | | This reverts commit 68c1e19ccf6ea08208332b6cd19fadc5716159f5
| * Revert "Add webkit plumbing for file origin policy"Selim Gurun2012-04-091-15/+0
| | | | | | This reverts commit 960271d799b3ee4b8de483109435a9092d99c468
| * Add webkit plumbing for file origin policySelim Gurun2012-03-301-0/+15
| | | | | | | | | | Bug: 6212665 Change-Id: I7d9b0d26f26c9f9bdaa7febd8739358d300f3476
* | Merge "fix minor warnings and style issues"Chris Craik2012-04-191-7/+0
|\ \
| * | fix minor warnings and style issuesChris Craik2012-04-191-7/+0
| | | | | | | | | | | | Change-Id: Iaa4b1abeca17df54a4ddd169a3828695b8dcc776
* | | Merge "rename audio policy output flags."Eric Laurent2012-04-181-1/+1
|\ \ \
| * | | rename audio policy output flags.Eric Laurent2012-04-181-1/+1
| |/ / | | | | | | | | | Change-Id: I2d0c6a33bc8d9bb163506cdfa7dcb25e4b54d01a
* | | Merge "Follow the new rule from framework about EGLContext deletion"Teng-Hui Zhu2012-04-181-2/+3
|\ \ \ | |/ / |/| |
| * | Follow the new rule from framework about EGLContext deletionTeng-Hui Zhu2012-04-181-2/+3
| | | | | | | | | | | | | | | bug:6325463 Change-Id: I303e2cf08feec110bd75c95f1de8ebc2e79f3c4c
* | | Merge "Fix crash in createWindow"John Reck2012-04-171-3/+3
|\ \ \
| * | | Fix crash in createWindowJohn Reck2012-04-171-3/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6343878 frame->view()->platformWidget() is only valid on the main frame, not subframes. Fix the dialog check to use windowRect(), which handles getting the WebCoreViewBridge from the right frame Change-Id: Ia7083e2b7d54774bc33f41ac58f547c4c139c5b6
* | | add basic webview tracingChris Craik2012-04-163-0/+7
|/ / | | | | | | Change-Id: Id97ce1efab5918802cff5b90c0122b4cc2d7e73d
* | Merge "Move the matrix support to rely on the new framework clip info"Teng-Hui Zhu2012-04-161-1/+3
|\ \
| * | Move the matrix support to rely on the new framework clip infoTeng-Hui Zhu2012-04-131-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In this new way, we don't need to worry about the animation offset, b/c it is in the clip rect. Also add the matrix support for video layer. bug:5684832 Change-Id: I08e22ca042e425f8f7af935b60e04f2a4dbc52df
* | | Set initial focusJohn Reck2012-04-132-0/+36
| | | | | | | | | | | | | | | | | | Bug: 6108927 Change-Id: I150e75a7d1c0d971db03e407a58ba28acbd6283c
* | | Add support for HTML Media Capture "capture" attribute.Ben Murdoch2012-04-131-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support in WebKit for the newly specified "capture" attribute to be used on HTML file pickers. Maintains support for the legacy implementation of the API (a MIME type parameter on the 'accept' attribute) for backwards compatibility. Note the 'capture' attribute takes precedent over a MIME type parameter. See http://www.w3.org/TR/html-media-capture/#captureparam for details. Requires changes in the framework (I494adc1274ca21ce8fe52a6c7b6b758217927e66) and Browser (I38dfe2df043fdba1388384dbd3b5370737eb38e5). Bug: 5771207 Change-Id: I0a921be31fda79a43c05da4fe22d9c808d92709c
* | | Fix funky rects in some casesJohn Reck2012-04-121-2/+3
|/ / | | | | | | | | | | Bug: 6138337 Change-Id: Ibbfee2f451a0f05c25832122e1debd53d7fce4b6
* | Merge "Minor clean-up in DeviceOrientation and DeviceMotion"Steve Block2012-04-122-5/+5
|\ \
| * | Minor clean-up in DeviceOrientation and DeviceMotionSteve Block2012-04-122-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | No functional change. See corresponding frameworks/base change https://android-git.corp.google.com/g/#change,125699 Change-Id: Iad7260fd506c13e773ee7a6c2225cbc71e8acdab
* | | Merge "Cleanup unused code"John Reck2012-04-122-131/+1
|\ \ \