| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BaseTile,BaseTileTexture -> Tile,TileTexture
Used in layers other than the base
LayerGroup -> Surface
Renamed to convey that it is a member of the SurfaceCollection, and that the
layers grouped inside are painted together (if at all)
DualTiledTexture -> SurfaceBacking
Better conveys that this is the raster backing for a surface that can
paint. It may be implemented with two tiled textures for now, but that isn't
as important as its relationship to the surface.
TiledTexture -> TileGrid
Renamed to make it more clear that it was a container of tiles, and to be
less similar to TileTexture
Change-Id: I843f8603a2080cfe5a7313ba1c2eff10620f8aa2
|
| |
|
|
|
|
| |
Depends on frameworks/base change https://android-git.corp.google.com/g/#/c/177934/
Change-Id: I9154017ef2990b3bebd038cabcaf3d93c9df14d8
|
| |
|
|
|
|
|
| |
Bug 6198286
Framework Change: I3c51ed5f6988d58440badfbe8b076fd83d48ae2a
Change-Id: I55604f3ec28586beaec5fd98a27c9f4b8a59a8a5
|
| |
|
|
|
|
| |
Breaks low res tiling, and expanded rendering bounds.
Change-Id: Iec3ba2adceb6bd95399594d29fd8c0b18c1122ce
|
| |
|
|
|
|
|
|
| |
Bug 6206177
The left/bottom of the caret is always the point at which the
selection should point. The top/right is at the "top" of the text.
Change-Id: Ie13f6ad5bfea3614892c0f986e019393f77ab3cf
|
| |
|
|
| |
Change-Id: Ifd27772aba0435ea55008400e4b42181bf45b944
|
| |
|
|
| |
Change-Id: I841b3e021298738c91701068992798a55290a520
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Bug 5993316
Framework Change: If00d42c0cb4f2c207f0d502e297741e1d6a68bf4
Change-Id: I9d09a924a579d2d4551bff0489670de71d04757e
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Layers can now use a LayerContent object to draw their content.
We currently have two subclasses, one using an SkPicture (currently
used for composited layers), the other using a PictureSet (that we
use for the base layer). First step toward unification...
Change-Id: I5e7fd06a653f02f8721613fd3a39d36fb64a8614
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| | |
Bug: 5338388
Change-Id: I2ae12dde6ef2f30e015c052da67c2bafbd59ecd3
|
| |/
|
|
|
|
| |
Displays surface collection count on tiles when visual indicator is on.
Change-Id: Ibe90792279849baff6f5bf0d71b80d9081471dc4
|
| |
|
|
| |
Change-Id: Ia3810e83a2d919ff5fa37b8fcd92e6cbbb63d569
|
| |
|
|
| |
Change-Id: I5ed8bb10141907656347e7c667be19b88f407bf0
|
| |
|
|
|
|
|
|
|
| |
Changes native method bindings from API classes WebView and WebSettings, to
the corresponding implementation classes WebViewClassic and WebSettingsClassic
Interdepends on https://android-git.corp.google.com/g/165608
Change-Id: Ie47e5c8453fabef2afae399f411ffbe047cbfaab
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
This log will appear very rarely and it is very useful for debugging.
bug:6079959
Change-Id: I52283d7d11f0d200e4ce9d05259b809ddf05d9e5
|
| |\ \
| |/ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Refactor the code such that the shared resources are in the VideoLayerManager
now.
Get rid of the solid color texture and use pure color shader.
bug:6079959
Change-Id: I0d1ce50157fb2ed083b9cc80464a1e61fa8e159f
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* added 'LayerGroup' class
separate the painting/tiled features of a layer (eventually multiple layers)
tiled drawing/preparing/counting details are abstracted out of LayerAndroid
* added 'SurfaceCollection' class
incorporates both the BaseLayerAndroid/LayerAndroid tree, as well as the
vector of tiled LayerGroup
* renamed 'TreeManager' to 'SurfaceManager'
* Removes PaintedSurface
was mostly a thin wrapper around DualTiledTexture
* Combines TilePainter/SurfacePainter
* Simplified ref counting
Change-Id: I92c5c75f48d92e0e28812c56de00102399fc02ee
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| | |
bug:6079959
Change-Id: I55c96bb6abc90503c178607d0798c82e2c5ecaf1
|
| |/
|
|
| |
Change-Id: I07ab8c6e7ea1c15181eaaa936968b60f6cdd69a4
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Will clean up the JNI in a later CL
Change-Id: I448fe5592026c325c3b2fa1c90f174674bf358b1
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
EGLContext can be re-created when memory pressure is very high, that will delete
all the GL resources automatically.
After this, we should re-create the GL resources for webView.
bug:6075574
Change-Id: I3035554d124cee38df3ba2dfae1eda0568b45d0f
|
| |/
|
|
|
|
| |
Bug: 6074032
Change-Id: I74f80da22bebbfac556728bba25bcddc2333629a
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Fixed address_detector to pass CTS
Change-Id: I6e3c4146d4c03881d036be9b8d8708a8200efef8
|
| |/
|
|
|
|
| |
Bug: 6064378
Change-Id: I0dfb596df31b72e52e8b7846d6bcfffefb1b8403
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Bug: 6008243
Change-Id: I32df636933d77dc9d7174f7a025a1ee70bb945fa
|
| |/
|
|
| |
Change-Id: I5804c865f4bce6452213dc89337ff6a5e6100c9e
|
| |
|
|
|
|
| |
First step. Move libui headers to their new home.
Change-Id: I2e770e6b53c2f34432b0df2937c4cc33af6dc52b
|
| |
|
|
|
|
| |
Bug: 6019693
Change-Id: I7b4f6d83e8913e647e8ac7340afd01d609c4343b
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
bug:6008955
framework change:
https://android-git.corp.google.com/g/#/c/165735/
Change-Id: I4228af004ac2060fa53cf49d34cde68b15fedc80
|
| |\ \
| | |
| | |
| | | |
Change-Id: I104f02e5e6ec50c002a2bdc960b428ece13528dd
|
| | | |
| | |
| | |
| | |
| | |
| | | |
These changes are required to work with r3022 of Skia
Change-Id: I4d4a13bad9acc54934bbb46bdfc08ee424c7a33a
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | | |
Change-Id: I93c76ccd401b1fe611cc9c1ea361251667422c7b
|
| | |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
Instead of using WebKit's cursor location use the start and end
of the text highlight region since we only highlight text and not
other content like images
Change-Id: I1b84b8a0be34c56e87169d215c581fdada745362
|
| |/ /
| |
| |
| | |
Change-Id: Ie1943ef0ba2d353fac20ff67f78a1647921daec4
|
| | |
| |
| |
| | |
Change-Id: I2d3f2c88a18c6c6ae63ec6aae376497437f513c7
|
| | |
| |
| |
| | |
Change-Id: Iba601e384549c11cf659a47e06c586048f624148
|
| | |
| |
| |
| | |
Change-Id: I8e2e400940c7c84055aeb2624958aaf47804900b
|
| |\ \ |
|