summaryrefslogtreecommitdiffstats
path: root/tests/BrowserTestPlugin/jni/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace all uses of bzero with memset. Bzero and memset are bothCarl Shapiro2010-03-141-1/+1
| | | | | | | | | compiler built-ins so this change should not negatively effect the generated code. However, a forthcoming commit will remove the implicit include of strings.h from stdlib.h and bzero will no longer be visible in these translation units without additional includes. Change-Id: I8080fbcaabad4ff280163515168e4af5cd0a7112
* Removing unused parameter from NP_Initialize.Derek Sollenberger2010-01-211-2/+2
|
* free the NPObject in NPP_Destroy.Grace Kloba2009-12-271-1/+4
|
* Refactoring the logging interface to remove dependence on NPP.Derek Sollenberger2009-11-301-3/+3
|
* Allow plugins to load java classes from their apk.Derek Sollenberger2009-11-091-1/+0
| | | | | | | | 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-8/+1
| | | | Change-Id: I6d1f45f31210c2353fa348cc37be8d91bcd5e887
* adding harness for plugin testing to be built uponDerek Sollenberger2009-08-241-0/+280