summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/plugins/android
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused and fix build warningJohn Reck2012-06-141-4/+4
| | | | Change-Id: I68292b54638502d0769e6e8dbeea5d77eef901d0
* Implements a recording GraphicsContextNicolas Roard2012-04-061-1/+4
| | | | Change-Id: I41feadb23dce25af321331c459eb159c6141831b
* Remove JSC-specific code and V8 guards from Android-specific codeSteve Block2012-02-161-7/+0
| | | | | | | Also removes such code from downstream edits to non-Android-specific code. Bug: 5495373 Change-Id: I478824af2e6ff0eff9a43a9534c2a5ee0e99e9f8
* Hookup internal plumbing needed to expose new plugin API.Derek Sollenberger2011-09-091-0/+2
| | | | | bug: 5239378 Change-Id: I2078db559315f93e8c43052bf9718566157f971b
* Replace plugin's OpenGL API with a NativeWindow API.Derek Sollenberger2011-08-031-3/+3
| | | | | bug: 5114637 Change-Id: Idfadf95b9b65bf87ad2edf76fd2c5fc0513a75c3
* Merge WebKit at r82507: StringImpl::computeHash() removedSteve Block2011-06-081-2/+1
| | | | | | See http://trac.webkit.org/changeset/81563 Change-Id: Ie125edaee69cc24bc4db035773feed9bc68747a5
* Fix some include guards in Android filesSteve Block2011-06-081-3/+3
| | | | | | | | | 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
* Add API to allow plugins to lock their orientation in full-screen mode.Derek Sollenberger2011-06-021-0/+2
| | | | | | | This CL has companion changes in the framework and browser. bug: 3398386 Change-Id: I3427e61e47b66f4142581fb043eeebc613d71b51
* Always check weak global references before using themSteve Block2011-06-021-0/+2
| | | | | | | | | | | | | | | | | | 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
* Merge WebKit at r75315: Fix PluginData::initPlugins()Steve Block2011-05-131-1/+1
| | | | | | See http://trac.webkit.org/changeset/75217 Change-Id: I2100dd3ab2d96de8ab18f0cb873dcdff082569c2
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-124-0/+1266
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