History log of /frameworks/base/core/java/android/webkit/PluginManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3a23a3f367315e8ea0cd9ecde8d27fd8ea20889f 30-Aug-2010 Derek Sollenberger <djsollen@google.com> am a3faa923: am 6726d6bb: Merge "Support pre-loading browser plugins on the system image." into gingerbread

Merge commit 'a3faa923a0ac8d0d58409fcf7c99e8ff7b261ef4'

* commit 'a3faa923a0ac8d0d58409fcf7c99e8ff7b261ef4':
Support pre-loading browser plugins on the system image.
de2c49ef48de4e18e53fa1e6b13888a15965a1cc 26-Aug-2010 Derek Sollenberger <djsollen@google.com> Support pre-loading browser plugins on the system image.

The shared library from a pre-loaded plugin is in the /system/lib
directory and not in the apps typical data directory. This change
adjust the plugin loading to handle that difference and ensures
that the right library is loaded.

Change-Id: I4337089e40944e77adb6a95afb93cc1d5069511a
http://b/2779728
/frameworks/base/core/java/android/webkit/PluginManager.java
41d5e93bbdff5dc6383ebd9391e3f1c492dee215 23-Aug-2010 Derek Sollenberger <djsollen@google.com> Move APK monitoring into WebView.

This CL adds the monitoring logic that was removed from the Browser
in a companion CL. This allows applications other than the Browser
to use special features offered by YouTube and plugins. Additionally,
the pluginManager was refactored to prevent code duplication between
the manager and WebView.

Change-Id: Ie37f248c8edd9d06ae1fd6675dd5f06f04774b09
http://b/2834603
/frameworks/base/core/java/android/webkit/PluginManager.java
26f1faa122a4557c26042c5a5ab59ef659fe2974 25-Mar-2010 Grace Kloba <klobag@google.com> Turn on plugin signature checking.

Fix http://b/issue?id=2465450
/frameworks/base/core/java/android/webkit/PluginManager.java
6870eba19f30e036b3b0fbca060eeddd69558109 24-Feb-2010 Grace Kloba <klobag@google.com> Temp disable plugin's signature checking.

Filed http://b/issue?id=2465450 to re-enable later.
/frameworks/base/core/java/android/webkit/PluginManager.java
7c5bf4666cb8f2f79a61f46f14dd2272b0ba41db 11-Jan-2010 Derek Sollenberger <djsollen@google.com> consolidating to only use one surface per plugin. give plugin access to java context.

There is a companion commit in external webkit.
/frameworks/base/core/java/android/webkit/PluginManager.java
01d0fbfa683012623f030ec75a63e1a9fabcb916 01-Dec-2009 Romain Guy <romainguy@android.com> Fix a leak in WebView.

Fixes #2296601.

WebView and its related APIs are keeping static objects that hold references to
Context instance. This could cause applications to leak their first Activity
and all the associated resources.
/frameworks/base/core/java/android/webkit/PluginManager.java
cb37e71509da43e0d8d809591b09e8f5a582b5cd 24-Nov-2009 Derek Sollenberger <djsollen@google.com> Refactoring plugins to use new java interfaces.

This change adds 3 new interfaces for plugins to the framework. This
change also includes extensive cleanup as we consolidate internal plugin
functions into the pluginManager. Also using the new interfaces we no
longer need to pass additional parameters in quite a few methods.
/frameworks/base/core/java/android/webkit/PluginManager.java
2919f49273ee5a6669dc4689c88759b3cc6a083f 01-Oct-2009 Grace Kloba <klobag@google.com> remove cert for SampleBrowserPlugin and only check
signature for the release build.
/frameworks/base/core/java/android/webkit/PluginManager.java
73477e7336cd1bdd67984a0f6374c79108a8f098 01-Oct-2009 Grace Kloba <klobag@google.com> Add the signature checking for WebView plugins. The
first one is for SampleBrowserPlugin. The second
one is for Flash.
/frameworks/base/core/java/android/webkit/PluginManager.java
c0b8a96d28c55cb51e4f9e1f85c8d3ecf1ff13bf 22-Sep-2009 Derek Sollenberger <djsollen@google.com> launching plugin activity when a plugin requests to go full screen.

Change-Id: Ib42bb08d01a75ca3a9c02085ee185396bb7b7378
/frameworks/base/core/java/android/webkit/PluginManager.java
37eb3c35152fadc2541ebe6af3e39b246ca87fb7 18-Aug-2009 Derek Sollenberger <djsollen@google.com> removing old gears code and correcting simple method typo
/frameworks/base/core/java/android/webkit/PluginManager.java
325eabdc8518984e3ab44b2e5f94d4f4ed52d8e0 18-Aug-2009 Grace Kloba <klobag@google.com> Remove the hack to include Gears as it is gone now.
/frameworks/base/core/java/android/webkit/PluginManager.java
fd055b2d7cebd6693925a30adad6c66a697af407 05-Aug-2009 Grace Kloba <klobag@google.com> Add the support for the new SystemInterface of android_npapi, expose
getApplicationDataDirectory to the plugin.
/frameworks/base/core/java/android/webkit/PluginManager.java
658ab7d787f64987d7c45aae08e5a12a073afe78 14-May-2009 Grace Kloba <klobag@google.com> Added PluginManager to handle getting all the plugin directories from PackageManager.

Deprecated the old api to set a single plugin path.
/frameworks/base/core/java/android/webkit/PluginManager.java