summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Implements mask layers and replica layersNicolas Roard2012-05-117-13/+109
| | | | | bug:6221600 Change-Id: I974eb846200d43bd3635ed1787a5753f87a547dd
* Better fix for crash workaroundNicolas Roard2012-05-081-6/+2
| | | | | bug:6431194 Change-Id: I444b1efb7ab12a18994c8b0553fa80f2ce09d386
* Complete implementation fixed backgroundNicolas Roard2012-05-0812-101/+293
| | | | | | | | | | - extract image for body background (a lot more memory-friendly) - implement tiling / repeat - handles background color bug:1352305 Change-Id: I0efa27e09416e3c3848a4a53ced650cbb3d9f7ce
* Disable prerenders if we aren't focusedJohn Reck2012-05-083-2/+41
| | | | | | Bug: 6448418 Change-Id: I624d78a2b674cbd91ebe70008c70967101fbb12a
* Merge "Pass webview instance when getting base layer / color, and prevent ↵Chris Craik2012-05-081-13/+13
|\ | | | | | | null value" into jb-dev
| * Pass webview instance when getting base layer / color, and prevent null valueChris Craik2012-05-081-13/+13
| | | | | | | | | | | | | | depends on frameworks/base change: https://android-git.corp.google.com/g/#/c/188470/ bug:6429897 Change-Id: I374534b0302b5029d69b058c670083e6ad33ea95
* | Merge "Set the default scrollTo back to animate = false" into jb-devJohn Reck2012-05-081-1/+1
|\ \
| * | Set the default scrollTo back to animate = falseJohn Reck2012-05-081-1/+1
| |/ | | | | | | | | | | | | | | Bug: 6427052 Originally changed as part of making keyboard navigation nicer, but had unintended side effects Change-Id: Ib3696490c0861df6a88e63e5af3a6e540e13986c
* | Fix visible area calculation.Mangesh Ghiware2012-05-087-11/+26
|/ | | | | | | | | | | Use the inverse of draw tranform to convert from content to layers coordinate space. Also, if the draw transform isn't limited to 2D space, return the entire content area. Above conversion doesn't preserve 3D. Bug: 6077575 Change-Id: I8393de0597ae5cd739b3df10c087cedd234ac9f0
* Merge "Replace tree observer with a JNI call at draw time" into jb-devTeng-Hui Zhu2012-05-081-19/+14
|\
| * Replace tree observer with a JNI call at draw timeTeng-Hui Zhu2012-05-071-19/+14
| | | | | | | | | | | | | | | | framework change: https://android-git.corp.google.com/g/#/c/188149/ bug:6447729 Change-Id: Id115fd1d4ad62e958fec1ff27f7dc7d55a59b6cc
* | Merge "Delay creating Java objects for WebHistoryItem" into jb-devJohn Reck2012-05-085-90/+194
|\ \
| * | Delay creating Java objects for WebHistoryItemJohn Reck2012-05-075-90/+194
| | | | | | | | | | | | | | | | | | Bug: 6447632 Change-Id: Ib2fb66f607dd62ffa2d8acbe5882ad6219413120
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://trac.webkit.org/changeset/104441 Bug: 6293773 Change-Id: Icf18ede57a9d505635e1ef8e15b7b2a426ae5a8c
* | | | Merge changes Ie015bf4c,If5e731ad into jb-devSteve Block2012-05-081-8/+15
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | * changes: Cherry-pick WebKit change r98561 to fix a rendering crash Cherry-pick WebKit change r96294 as a prerequisite for r98561
| * | Cherry-pick WebKit change r98561 to fix a rendering crashSteve Block2012-04-271-0/+5
| | | | | | | | | | | | | | | | | | | | | See http://trac.webkit.org/changeset/98561 Bug: 6329121 Change-Id: Ie015bf4cc144cd2514d687202e1b247f9ca0799b
| * | Cherry-pick WebKit change r96294 as a prerequisite for r98561Steve Block2012-04-271-8/+10
| | | | | | | | | | | | | | | | | | | | | See http://trac.webkit.org/changeset/96294 Bug: 6329121 Change-Id: If5e731adc2751a8fc55a7baa3d7c205f47964b17
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WebView's fallback lists previously provided only regular weight for Tamil, so I adapted Hebrew's separate Regular/Bold logic there. Also of note is that while the rest of the system uses the UI Tamil fonts, WebView substitutes the non-UI version. The Devanagari font needs to fit on all devices, so we only supply a single font there. Bug: 6318791 Change-Id: Iba0d98e5869b8fa00c1431cccee85e6e1943d2f8
* | | | Merge "Disable prerenders while scrolling" into jb-devJohn Reck2012-05-075-10/+15
|\ \ \ \
| * | | | Disable prerenders while scrollingJohn Reck2012-05-065-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6445656 Change-Id: I3d9e2cece4b3ec86deb00e98ae98f281525dab48
* | | | | Merge "Fix ssl client certs to use the private key ctx" into jb-devSelim Gurun2012-05-071-38/+56
|\ \ \ \ \
| * | | | | Fix ssl client certs to use the private key ctxSelim Gurun2012-05-041-38/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6249185 Change-Id: Id9d57dc9adcbb37d1a39d33c6abd8e896ced1785
* | | | | | Cherrypick WebKit r95959.Victoria Lease2012-05-071-1/+7
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://trac.webkit.org/changeset/95959 This, in conjunction with WebKit r94508, addresses our issue involving referencing deleted fonts. Bug: 6105670 Change-Id: Ida486c92d33aee792486f49e784f64d978e2fb81
* | | | | Merge "Cherrypick WebKit r94508." into jb-devVictoria Lease2012-05-078-5/+58
|\ \ \ \ \
| * | | | | Cherrypick WebKit r94508.Victoria Lease2012-05-048-5/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://trac.webkit.org/changeset/94508 This, in conjunction with WebKit r95959, addresses our issue involving referencing deleted fonts. Bug: 6105670 Change-Id: Ica4c89046ed47e2c75d13640a27ac92f2aad6709
* | | | | | Merge "Ensure updateGLPositionsAndScale is called from updateLayerPosition." ↵George Mount2012-05-075-11/+16
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | into jb-dev
| * | | | | Ensure updateGLPositionsAndScale is called from updateLayerPosition.George Mount2012-05-045-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6436989 The layer transform was not being updated quickly enough after a draw, causing the thumb selection handle to become misplaced. Change-Id: I6cd33baaaba258c9d0977f06e7793ade2816b95d
* | | | | | Merge "Broaden fast inval path" into jb-devJohn Reck2012-05-063-32/+41
|\ \ \ \ \ \
| * | | | | | Broaden fast inval pathJohn Reck2012-05-043-32/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6445600 Clip fast partial invals to the screen instead of an arbitrary size limit Change-Id: Iafcbcb427566db87420b8bfc54eb9148530913ce
* | | | | | | Merge "Simplify hierarchy with fixed background Preliminary support for ↵Nicolas Roard2012-05-042-35/+49
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | color background." into jb-dev
| * | | | | | Simplify hierarchy with fixed backgroundNicolas Roard2012-05-042-35/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preliminary support for color background. bug:1352305 Change-Id: Ibd82017c18fd939b253d22a455aae484ea308544
* | | | | | | Merge "Unify the naming of rectangles used for draw." into jb-devTeng-Hui Zhu2012-05-0423-314/+346
|\ \ \ \ \ \ \
| * | | | | | | Unify the naming of rectangles used for draw.Teng-Hui Zhu2012-05-0323-314/+346
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-032-6/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | jb-dev
| * | | | | | Fixed single-surface rendering with fixed-background elementsNicolas Roard2012-05-032-6/+7
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 "Respect clipping for CanvasLayer" into jb-devJohn Reck2012-05-031-2/+2
|\ \ \ \ \ \
| * | | | | | Respect clipping for CanvasLayerJohn Reck2012-05-031-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6422177 Change-Id: I04bb713bd217f1c8776b2aa46f329ef413b7d36b
* | | | | | 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-0242-1877/+850
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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