| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Everything goes through either PlatformGraphicsContext or recordingCanvas()
Change-Id: I375a4294d2e8d4b467b70c6b8a7f0b96f402f252
|
|
|
|
| |
Change-Id: I52d46f45692c5b0ed0a23b01cb6b21c9bf672840
|
|
|
|
| |
Change-Id: I2d0c6a33bc8d9bb163506cdfa7dcb25e4b54d01a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 https://android-git.corp.google.com/g/171224
Changes the plugin code to provide the WebView (not WebViewClassic) jobject
instance into the plugin, as this provides the full public API expected.
As a knock-on, I had to plumb WebViewCore jobject through to MediaTexture
so it can retain the sendPluginDrawMsg() call. This isn't pretty, but in
terms of layering it's no worse than before.
Change-Id: Iaaa6e0c6b65963fedaff078a20477d8595c82a5d
|
|
|
|
| |
Change-Id: Icc275ded644cc5e3b4e09098d52715ec4e7a0c1b
|
|
|
|
| |
Change-Id: Id0ac69f708b15ea03022c8ce9ca3d3c12f1ed307
|
|
|
|
| |
Change-Id: Ice3e54df3accab3874ef95e1ec0c2bf55809a57e
|
|
|
|
| |
Change-Id: Idc6090204f7f91a395564e9436d744b6e78d7468
|
|
|
|
| |
Change-Id: I1e5f10adb2d4cd2b5421505761fe02bb6d638ab6
|
|
|
|
|
|
|
|
|
|
| |
Previously the frame inversion state was passed to the UI thread
when the layer tree was synced. This CL removes that restriction
and updates it immediately by storing the state in a cross thread
refcounted object.
bug: 5283034
Change-Id: I58a7ea0f2ed261008b945241bc783cfee4f33466
|
|
|
|
|
| |
bug: 5436630
Change-Id: I058a0d750f185c56c0fe70ac0bff7c9781c35dc8
|
|
|
|
|
| |
bug: 5239378
Change-Id: I2078db559315f93e8c43052bf9718566157f971b
|
|
|
|
|
| |
bug: 5239378
Change-Id: I5f7d33302d5a40f58ec12a3c0be63cb51d4ffc75
|
|
|
|
|
| |
bug: 5149930
Change-Id: I23aa7f8292806897cbc99f7a36e6aec428daf859
|
|
|
|
|
| |
bug: 5197948
Change-Id: Iece573a141feda56af2123b5fc9ace4cefa5139d
|
|
|
|
|
| |
bug: 5114637
Change-Id: Idfadf95b9b65bf87ad2edf76fd2c5fc0513a75c3
|
|
|
|
|
|
|
|
|
| |
This will become relevant after we merge beyond
http://trac.webkit.org/changeset/81977 (and its follow-up build fixes
r81982, r81988, r81990, r82018) which relies on all platforms'
instances of FontPlatformData.h using the correct include guard.
Change-Id: I58ec4c8ee23698c41d86794333d603b95f303764
|
|
|
|
|
|
|
| |
This CL has companion changes in the framework and browser.
bug: 3398386
Change-Id: I3427e61e47b66f4142581fb043eeebc613d71b51
|
|
|
| |
This reverts commit 8d0d3a015e5f96c7eb2101fba5abcdf76958ff41
|
|
|
|
| |
Change-Id: I451b5a7560ca21d07a5b71e9a4c0eb4c15aab7a9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream now uses macros rather than inheritance for classes
declard Noncopyable or Fast Allocated.
Note that in the case of PluginTimer and ClipboardAndroid we
now need to explicitly declare them fast allocated. This is
because previously they got the fast allocated methods through
a common superclass (FastAllocBase) but now both parents provide
implementations, so there is an ambiguity the compiler cannot
resolve.
See http://trac.webkit.org/changeset/76248
Change-Id: I186e3fd36bde2074d34f453983d48e8fc223f420
|
|
Change-Id: Ifa871f8320bdb3a09fe189fffecc23f702c394b9
|