History log of /frameworks/base/tests/BrowserTestPlugin/jni/main.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8e3015e7aa7007b1687a4dd39b99cc16f94b2bd1 15-Mar-2010 Carl Shapiro <cshapiro@google.com> Replace all uses of bzero with memset. Bzero and memset are both
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
/frameworks/base/tests/BrowserTestPlugin/jni/main.cpp
f5831d4303410edffb865c936164a7aee981d04c 21-Jan-2010 Derek Sollenberger <djsollen@google.com> Removing unused parameter from NP_Initialize.
/frameworks/base/tests/BrowserTestPlugin/jni/main.cpp
c782c8d3277f1ee627b7d9b70eab27e956b78c98 27-Dec-2009 Grace Kloba <klobag@google.com> free the NPObject in NPP_Destroy.
/frameworks/base/tests/BrowserTestPlugin/jni/main.cpp
b16749e2c60dca69f8b71adf900597bad10adf40 30-Nov-2009 Derek Sollenberger <djsollen@google.com> Refactoring the logging interface to remove dependence on NPP.
/frameworks/base/tests/BrowserTestPlugin/jni/main.cpp
9e28c4ce666f1b8c5e5355d739e37480856ef509 09-Nov-2009 Derek Sollenberger <djsollen@google.com> Allow plugins to load java classes from their apk.

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
/frameworks/base/tests/BrowserTestPlugin/jni/main.cpp
0b3a5d65247be1fb79d66af534fa78a94743864f 09-Sep-2009 Derek Sollenberger <djsollen@google.com> First pass at replacing native plugin views with java.

Change-Id: I6d1f45f31210c2353fa348cc37be8d91bcd5e887
/frameworks/base/tests/BrowserTestPlugin/jni/main.cpp
df8a3f31d871db25e952972c2eb346a71186e9e3 18-Aug-2009 Derek Sollenberger <djsollen@google.com> adding harness for plugin testing to be built upon
/frameworks/base/tests/BrowserTestPlugin/jni/main.cpp