History log of /external/webkit/Source/WebCore/plugins/android/PluginViewAndroid.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
452bdffe9a208cf01a467cb1b23166e0eeedd738 20-Dec-2012 Derek Sollenberger <djsollen@google.com> Changes needed to update Skia to revision 6890.

Change-Id: Ia12db820a72172a3f404582ab1bb6734181db3a8
/external/webkit/Source/WebCore/plugins/android/PluginViewAndroid.cpp
3718b58e4da76b7025aa5316a51264c5e38f2569 04-Aug-2012 John Reck <jreck@google.com> Remove usages of getCanvas

Everything goes through either PlatformGraphicsContext or recordingCanvas()

Change-Id: I375a4294d2e8d4b467b70c6b8a7f0b96f402f252
/external/webkit/Source/WebCore/plugins/android/PluginViewAndroid.cpp
4c5a4dcf70c125b8a568b050ed1c2491f25e4593 15-Jun-2012 John Reck <jreck@google.com> Remove unused and fix build warning

Change-Id: I68292b54638502d0769e6e8dbeea5d77eef901d0
/external/webkit/Source/WebCore/plugins/android/PluginViewAndroid.cpp
64e4b265f84573b97d408f7d3e5aa99a647be057 03-Apr-2012 Nicolas Roard <nicolasroard@google.com> Implements a recording GraphicsContext

Change-Id: I41feadb23dce25af321331c459eb159c6141831b
/external/webkit/Source/WebCore/plugins/android/PluginViewAndroid.cpp
9d5e9234a371d13bf55a779a6257ae5e277bfb1b 16-Feb-2012 Steve Block <steveblock@chromium.org> Remove JSC-specific code and V8 guards from Android-specific code

Also removes such code from downstream edits to non-Android-specific code.

Bug: 5495373
Change-Id: I478824af2e6ff0eff9a43a9534c2a5ee0e99e9f8
/external/webkit/Source/WebCore/plugins/android/PluginViewAndroid.cpp
b8c086775bdf98e932daead992eb960767248f44 09-Sep-2011 Derek Sollenberger <djsollen@google.com> Hookup internal plumbing needed to expose new plugin API.

bug: 5239378
Change-Id: I2078db559315f93e8c43052bf9718566157f971b
/external/webkit/Source/WebCore/plugins/android/PluginViewAndroid.cpp
2c05b037dcbc9de2f41781747422c2098c42c16e 03-Aug-2011 Derek Sollenberger <djsollen@google.com> Replace plugin's OpenGL API with a NativeWindow API.

bug: 5114637
Change-Id: Idfadf95b9b65bf87ad2edf76fd2c5fc0513a75c3
/external/webkit/Source/WebCore/plugins/android/PluginViewAndroid.cpp
efe71a4f8c22057f6b18aca6c3cd46769d23468c 01-Jun-2011 Derek Sollenberger <djsollen@google.com> Add API to allow plugins to lock their orientation in full-screen mode.

This CL has companion changes in the framework and browser.

bug: 3398386
Change-Id: I3427e61e47b66f4142581fb043eeebc613d71b51
/external/webkit/Source/WebCore/plugins/android/PluginViewAndroid.cpp
b4d178df818e8b6e7a1cfbb0e34bbf7bb9d74ec9 12-May-2011 Steve Block <steveblock@google.com> Always check weak global references before using them

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
/external/webkit/Source/WebCore/plugins/android/PluginViewAndroid.cpp
31dbc523d9ee6fd7d7e46c540b5f675eeb559ed7 09-May-2011 Steve Block <steveblock@google.com> Merge WebKit at r75315: Move Android-specific WebCore files to Source

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
/external/webkit/Source/WebCore/plugins/android/PluginViewAndroid.cpp