summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* am 78d0003d: Better fix for crash workaroundNicolas Roard2012-05-091-6/+2
|\ | | | | | | | | * commit '78d0003d44a4fa393275929d92c8e4929e70c7fa': Better fix for crash workaround
| * Better fix for crash workaroundNicolas Roard2012-05-081-6/+2
| | | | | | | | | | bug:6431194 Change-Id: I444b1efb7ab12a18994c8b0553fa80f2ce09d386
* | am 57609831: Complete implementation fixed background - extract image for ↵Nicolas Roard2012-05-0912-101/+293
|\ \ | |/ | | | | | | | | | | body background (a lot more memory-friendly) - implement tiling / repeat - handles background color * commit '576098317db607e1d3b32a0e53d2551ea0e7ef21': Complete implementation fixed background - extract image for body background (a lot more memory-friendly) - implement tiling / repeat - handles background color
| * 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
* | am 35caaaf7: Disable prerenders if we aren\'t focusedJohn Reck2012-05-093-2/+41
|\ \ | |/ | | | | | | * commit '35caaaf726b8b17cec92747a1fe42dba44d6b775': Disable prerenders if we aren't focused
| * Disable prerenders if we aren't focusedJohn Reck2012-05-083-2/+41
| | | | | | | | | | | | Bug: 6448418 Change-Id: I624d78a2b674cbd91ebe70008c70967101fbb12a
* | am 828c3a7d: Merge "Pass webview instance when getting base layer / color, ↵Chris Craik2012-05-091-13/+13
|\ \ | |/ | | | | | | | | | | and prevent null value" into jb-dev * commit '828c3a7d6b11b21de7ddfbe200eb62b3a0ef0c41': Pass webview instance when getting base layer / color, and prevent null value
| * 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
* | | am 7f83c77c: Merge "Set the default scrollTo back to animate = false" into ↵John Reck2012-05-091-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | jb-dev * commit '7f83c77c0e2f7b1c6dc39af244c13114af56f443': Set the default scrollTo back to animate = false
| * | 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
* | | am 418e065c: Fix visible area calculation.Mangesh Ghiware2012-05-097-11/+26
|\ \ \ | |/ / | | | | | | | | | * commit '418e065ccd82593c3f5d49942b0aaee6fac95615': Fix visible area calculation.
| * | 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
* | am e19b4847: Merge "Replace tree observer with a JNI call at draw time" into ↵Teng-Hui Zhu2012-05-091-19/+14
|\ \ | |/ | | | | | | | | | | jb-dev * commit 'e19b4847176a5d05309947d1f57f57e5d63c7e61': Replace tree observer with a JNI call at draw time
| * 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
* | | am c2749f95: Merge "Delay creating Java objects for WebHistoryItem" into jb-devJohn Reck2012-05-095-90/+194
|\ \ \ | |/ / | | | | | | | | | * commit 'c2749f95bc9ee83dd35c260da5be5c38a3a2ad45': Delay creating Java objects for WebHistoryItem
| * | 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
* | | | am d65e985b: Merge "Cherry-pick WebKit change r104441 to fix a rendering ↵Steve Block2012-05-091-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | crash" into jb-dev * commit 'd65e985be95311ae46bfcb518b42721130469eb9': Cherry-pick WebKit change r104441 to fix a rendering crash
| * | | 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
* | | | | am af5fa119: Merge changes Ie015bf4c,If5e731ad into jb-devSteve Block2012-05-091-8/+15
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | * commit 'af5fa119b4efee32d2fc764636fd6a3ffaf06284': Cherry-pick WebKit change r98561 to fix a rendering crash Cherry-pick WebKit change r96294 as a prerequisite for r98561
| * | | | 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
* | | | am b3d68a4f: Merge "Replace Lohit Devanagari/Tamil fonts with Droid ↵Victoria Lease2012-05-081-4/+16
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | versions." into jb-dev * commit 'b3d68a4f5f6b7a491646e2d158c0c7aedccd9eb4': Replace Lohit Devanagari/Tamil fonts with Droid versions.
| * | | 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
* | | | | am 17a3b1ef: Merge "Disable prerenders while scrolling" into jb-devJohn Reck2012-05-085-10/+15
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '17a3b1ef1e8d47f9e6330193bda64609772b8626': Disable prerenders while scrolling
| * | | | 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
* | | | | | am 353e1be7: Merge "Fix ssl client certs to use the private key ctx" into jb-devSelim Gurun2012-05-071-38/+56
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * commit '353e1be7cac5375c6698b13bc0d786b385aff9ad': Fix ssl client certs to use the private key ctx
| * | | | | 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
* | | | | | | am a90fcfc4: Cherrypick WebKit r95959.Victoria Lease2012-05-071-1/+7
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit 'a90fcfc47657b249c6d17f6c945d75aee5f1c112': Cherrypick WebKit r95959.
| * | | | | | 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 "Fix anti-aliasing issues with dashed lines"Derek Sollenberger2012-05-071-0/+2
|\ \ \ \ \ \
| * | | | | | Fix anti-aliasing issues with dashed linesDerek Sollenberger2012-04-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bitmap shader used for dashed lines needs to be filtered and anti-aliased to be visually consistent at different zoom levels. bug: 5869305 Change-Id: Iefca8fae776a353976bd77fd3f53bea7acc7d952
* | | | | | | am 2c3ac3ef: Merge "Cherrypick WebKit r94508." into jb-devVictoria Lease2012-05-078-5/+58
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | * commit '2c3ac3ef31c36dba2fd46d8f94658e6d00283f9f': Cherrypick WebKit r94508.
| * | | | | | 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
* | | | | | | | am 5331af46: Merge "Ensure updateGLPositionsAndScale is called from ↵George Mount2012-05-075-11/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updateLayerPosition." into jb-dev * commit '5331af464fa0f4a08cbfe84f1de2ebab0038f2c1': Ensure updateGLPositionsAndScale is called from updateLayerPosition.
| * | | | | | | 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
* | | | | | | | am e712b54e: Merge "Broaden fast inval path" into jb-devJohn Reck2012-05-063-32/+41
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e712b54e831d077c789984b8206f64d81dbceaa2': Broaden fast inval path
| * | | | | | | 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
* | | | | | | | | am c4ea1619: Merge "Simplify hierarchy with fixed background Preliminary ↵Nicolas Roard2012-05-042-35/+49
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for color background." into jb-dev * commit 'c4ea1619cb3bb0af9e7b69d6a72da772d71f5e9c': Simplify hierarchy with fixed background Preliminary support for color background.