commit | c356b9f04076f3f95dae80426ce455efe1e2c543 | [log] [tgz] |
---|---|---|
author | Derek Sollenberger <djsollen@google.com> | Thu Jul 30 16:57:07 2009 -0400 |
committer | Derek Sollenberger <djsollen@google.com> | Thu Jul 30 16:57:07 2009 -0400 |
tree | 1cd2756117f4e45da11bfbecccdd9e3d52f2b759 | |
parent | f5a65ef811dcfe2160a131c2dc70dd605f83b072 [diff] [blame] |
adding sample cod to access dom and javascript.
diff --git a/samples/BrowserPlugin/jni/background/BackgroundPlugin.h b/samples/BrowserPlugin/jni/background/BackgroundPlugin.h index 8893c9d..0d7389b 100644 --- a/samples/BrowserPlugin/jni/background/BackgroundPlugin.h +++ b/samples/BrowserPlugin/jni/background/BackgroundPlugin.h
@@ -57,6 +57,8 @@ void test_timers(); void test_bitmaps(); void test_bitmap_transparency(const ANPEvent* evt); + void test_domAccess(); + void test_javascript(); };