| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \
| | | |
| | | |
| | | | |
scheduling problem with layers"
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes a scheduling problem with layers
bug:3392331 bug:5145259
Change-Id: I2ea2c91f2c6d6f5288375cb5ebdaa69819b740be
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
http://trac.webkit.org/changeset/87114
Bug: 5139032
Change-Id: Ia5a3607ad9163e19d2be5df522fddea3ccd6357e
|
|\ \ \ \ \
| |/ / / / |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Update the asset sizes and margins so that the new xhdpi assets
display correctly.
Bug: 5171535
Change-Id: Id2f1c378563fd60e6493f513c78ffaea443454e7
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
bug: 5041053
Change-Id: Ic06d6d161a04d2d501ad629ba24f827ac6f98331
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | | |
on HC"
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Sending the WebView to java so it can get the private status of
the window.
Depends on frameworks/base CL: https://android-git.corp.google.com/g/#/c/127813/
Change-Id: I014ca73557ba6a2b5fb4f1051465ec7d4bb3ebd5
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Rather than decoding the graphics when we create a WebView, wait until
we actually need them. This saves about 50ms on native WebView creation time.
Requires frameworks/base change:
I5a2e87d03d73fa74ebb00c33567783225ed97d3a
Bug: 5084146
Change-Id: Ia6c17634f535ed75b2a0757ac4d53f1a0befb78a
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When Skia resorts to fallback fonts for non-latin characters, it
retains the font ID of originally requested font, concealing the
fact that a fallback was invoked. Harfbuzz needs to know the fallback
font ID to read the correct GSUB/GPOS tables from the fallback font
file so that these complex languages can be properly rendered.
This change uses the script recognized by Harfbuzz as a means to
surmise the fallback font that would be used by Skia and then injects
that font file as a replacement for the originally requested font.
Bug: 5087744
Change-Id: I3a3469bcd589ee796c9b5a828fb47d40ecb38738
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
bug:5049965
Full screen repaints were passing incorrect inval regions. Added special case
for delayed full repaints to pass full screen back as inval region from drawGL()
method. Since no valid inval region was passed to framework to redraw, the
view's drawGL() wasn't called again, so the tiledPages couldn't be swapped.
Change-Id: Ibbcec77b304c01ba1e3072376480e04613aad56e
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Cherry pick parts of this upstream CL:
http://trac.webkit.org/changeset/86949
Change-Id: I019907814804bacd1c98b1480f9b7949274b1a23
|
|\ \ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The ImageBuffers used by canvas can eat a ton of memory quickly, so
be mindful of the available memory on the device before allocating
them.
See also frameworks/base change
I3d0f85075497c2a374cd866b0223eecaaa4b5f46
Bug: 5142892
Change-Id: I74d243ef9d0d63aac168c16653e9aae0430dfa21
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | / / /
| | |_|/ / /
| |/| | | | |
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
bug: 5013645
Change-Id: I255a19c68d8a98231b1500d93d21649d15d70820
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
bug:4982054
Change-Id: Ic8c559df84af0cd1ad27c281eadbc6adf74bea68
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
* changes:
Part of fix for bug 5152544 Reduce the number of warning, int and size_t
Part of fix for bug 5152544 Reduce the number of warning
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Don't compare and use size_t with int
Change-Id: I08b329cdb192fa031acae5a90cd6ad6d8ec39aea
|
| |/ /
| | |
| | |
| | | |
Change-Id: I06a7975d6b08f01731b8bd1761141e3aba942393
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This Android modification was lost over the course of two WebKit
merges and means that we are allocating the backing images for
canvas significantly larger than they need to be.
For the original change, see Change-Id:
I9652d6b88e01f27d69c804ac6bc56b527b33c219
Bug: 5142892
Change-Id: I01549c017cc3b8d683b273948826433c6451de72
|
|\ \ \
| |_|/
|/| | |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
bug:5114637
Determine alpha blending through surface texture instead of ANativeWindow call.
Should no longer break the gpl build...
Change-Id: Iacc733c29413f0302304b78f378a003d690199f0
|
|/
|
|
|
|
|
| |
retain layers as needed
bug:4177062
Change-Id: Ifd8d493c8ed3b13eedece260136be873f6701fed
|
|\ |
|
| |
| |
| |
| |
| |
| | |
bug:5123881
Change-Id: Ia3f5e76bc38f32c756cb4e108fe153dd8e103bf3
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This patch fixes JavaInstanceJobject::getField() to use getJNIField()
correctly.
Bug: 5140493
Change-Id: Ib29fe0a010535f3a8dc2b9084c4e4440169971b2
|
|\ \ \
| | | |
| | | |
| | | | |
JavaNPObjectGetProperty()"
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
JavaNPObjectGetProperty()
Bug: 5006441
Change-Id: I2da7a6f626560416cf5cac0cde3193a9074fab0f
|
|\ \ \ |
|
| | | |
| | | |
| | | | |
This reverts commit aa809ca82529a9d546f50918830d075daea08a91
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
bug:5114637
Determine alpha blending through surface texture instead of ANativeWindow call.
Change-Id: I5a56178047b7f7782bbd3b736e98f0d5965c1c2b
|
|\ \ \ \ |
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In the case of a prefetch or favicon load, we want to silently fail
auth loads but allow the use of cached credentials. To acheive this,
pass an extra flag through to Java to decide whether to show the
prompt or not.
Requires:
frameworks/base change: Ida5708aad7cbe5633106e9ae2997c9231aaf95b8
packages/apps/Browser change: Id901855830bbe17ede8a18293cff2bbc0aad4ba8
Bug: 5094761
Change-Id: If8c6f22e8307e1e13b8f7ad29f79305ce24b3255
|
|\ \ \ \ |
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 7178bcff68f2abc8fefe50fa62b7043663034c05.
Bug: 5052287
|
|\ \ \ \
| |/ / /
|/| | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There are many errors that are not used at the moment, will look
at the output and add the ones that are used.
Change-Id: I16da444b9e1aa0ca12a17cfd77aa8f220e642914
|
| | | |
| | | |
| | | |
| | | |
| | | | |
bug:5128336
Change-Id: I591882eb9bd96a04fd34299a8bf76d35a9462d94
|
| |_|/
|/| |
| | |
| | |
| | | |
bug:5121768
Change-Id: Ie0065bca023b9a8470970ba15f5837f600fe4afb
|