summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/PluginUtil.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring plugins to use new java interfaces.Derek Sollenberger2009-11-301-61/+0
| | | | | | | 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.
* Allow plugins to load java classes from their apk.Derek Sollenberger2009-11-091-9/+11
| | | | | | | | Provide the functions to be called from native code that take the plugin's location and desired class name and then load that class from the plugin's apk if it is available. see http://b/2215696
* First pass at replacing native plugin views with java.Derek Sollenberger2009-09-151-7/+4
| | | | Change-Id: I6d1f45f31210c2353fa348cc37be8d91bcd5e887
* adding support for webkit plugins to use the java view systemDerek Sollenberger2009-09-081-0/+62
| | | | Change-Id: I4fb328e5f30476fe4aa70565bacb969dc97b495d
* Revert "Adding classes to enable plugins to use the java view system."Derek Sollenberger2009-09-081-66/+0
| | | | This reverts commit b127dc29bbe41dde9cb30e178bd252f48e84e533.
* Adding classes to enable plugins to use the java view system.Derek Sollenberger2009-09-011-0/+66
Change-Id: I2a9bb5b3d3759645257263797c977ecc4a44b263