summaryrefslogtreecommitdiffstats
path: root/tests/BrowserTestPlugin/jni
Commit message (Collapse)AuthorAgeFilesLines
* Merge WebKit at r75993: Update MakefilesBen Murdoch2011-05-161-1/+1
| | | | | | | Update BrowserPlugin makefile post WebKit source code move. Change-Id: I5c8e1f4db80fc066171e6ddd74b0a5e61beadb3d
* Fix WebCore include paths due to merge to WebKit r75315Steve Block2011-05-121-3/+5
| | | | | | The WebCore directory has moved inside a new Source directory. Change-Id: Idb72a6e80f8df9d8685698b259ca5c305a3c0a5d
* frameworks/base: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-1/+1
| | | | | Change-Id: I54dd62ebef47e7690afa5a858f3cad941b135481 Signed-off-by: Iliyan Malchev <malchev@google.com>
* Merge Webkit at r58956: Plugin code has switched to C99 integer types. See ↵Ben Murdoch2010-05-144-13/+13
| | | | | | http://trac.webkit.org/changeset/58590 Change-Id: I82798d5af062219a73864c3c3b59a217e882e2a5
* 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-302-10/+10
|
* 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-153-53/+27
| | | | Change-Id: I6d1f45f31210c2353fa348cc37be8d91bcd5e887
* adding harness for plugin testing to be built uponDerek Sollenberger2009-08-247-0/+892