Ben Murdoch
f4fea9a903
Merge WebKit at r75993: Update Makefiles
...
Update BrowserPlugin makefile post WebKit source code
move.
Change-Id: I5c8e1f4db80fc066171e6ddd74b0a5e61beadb3d
2011-05-16 11:58:21 +01:00
Steve Block
1048b7e63e
Fix WebCore include paths due to merge to WebKit r75315
...
The WebCore directory has moved inside a new Source directory.
Change-Id: Idb72a6e80f8df9d8685698b259ca5c305a3c0a5d
2011-05-12 16:31:13 +01:00
Iliyan Malchev
3070af0882
frameworks/base: remove LOCAL_PRELINK_MODULE
...
Change-Id: I54dd62ebef47e7690afa5a858f3cad941b135481
Signed-off-by: Iliyan Malchev <malchev@google.com>
2011-03-14 14:25:59 -07:00
Ben Murdoch
ccee910859
Merge Webkit at r58956: Plugin code has switched to C99 integer types. See http://trac.webkit.org/changeset/58590
...
Change-Id: I82798d5af062219a73864c3c3b59a217e882e2a5
2010-05-14 10:24:45 +01:00
Carl Shapiro
8e3015e7aa
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
2010-03-14 23:04:49 -07:00
Derek Sollenberger
f5831d4303
Removing unused parameter from NP_Initialize.
2010-01-21 15:06:19 -05:00
Grace Kloba
c782c8d327
free the NPObject in NPP_Destroy.
2009-12-27 14:38:14 -08:00
Derek Sollenberger
b16749e2c6
Refactoring the logging interface to remove dependence on NPP.
2009-11-30 11:55:16 -05:00
Derek Sollenberger
9e28c4ce66
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
2009-11-09 14:45:58 -05:00
Derek Sollenberger
0b3a5d6524
First pass at replacing native plugin views with java.
...
Change-Id: I6d1f45f31210c2353fa348cc37be8d91bcd5e887
2009-09-15 19:33:54 -04:00
Derek Sollenberger
df8a3f31d8
adding harness for plugin testing to be built upon
2009-08-24 15:10:48 -04:00