| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Everything goes through either PlatformGraphicsContext or recordingCanvas()
Change-Id: I375a4294d2e8d4b467b70c6b8a7f0b96f402f252
|
|
|
|
| |
Change-Id: I68292b54638502d0769e6e8dbeea5d77eef901d0
|
|
|
|
| |
Change-Id: I41feadb23dce25af321331c459eb159c6141831b
|
|
|
|
|
|
|
| |
Also removes such code from downstream edits to non-Android-specific code.
Bug: 5495373
Change-Id: I478824af2e6ff0eff9a43a9534c2a5ee0e99e9f8
|
|
|
|
|
| |
bug: 5239378
Change-Id: I2078db559315f93e8c43052bf9718566157f971b
|
|
|
|
|
| |
bug: 5114637
Change-Id: Idfadf95b9b65bf87ad2edf76fd2c5fc0513a75c3
|
|
|
|
|
|
| |
See http://trac.webkit.org/changeset/81563
Change-Id: Ie125edaee69cc24bc4db035773feed9bc68747a5
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We hold weak references to Java objects from native code in several
places to avoid circular reference problems. These objects may become
weakly reachable at any time, after which the GC could null our weak
reference, so we have to null-check at every use.
Note that weak references are nulled before the referent is finalized,
so we can't rely on doing work in the finalizer to wait for the
currently executing message to complete and to remove other messages
from the queue.
This effectively reverts
https://android-git.corp.google.com/g/#change,30955
Bug: 4336862
Change-Id: I431fcac11220cb406c26e31aacb9bda7ea22776e
|
|
|
|
|
|
| |
See http://trac.webkit.org/changeset/75217
Change-Id: I2100dd3ab2d96de8ab18f0cb873dcdff082569c2
|
|
This moves files in the following WebCore subdirectories ...
- bindings/js
- bindings/v8/custom
- plugins/android
- platform/android
- platform/graphics/android
- page/
- css/
- dom/
- loader/archive/android
|