-rw-r--r-- | src/plugin/README_plugin.txt | 9 | ||||
-rw-r--r-- | src/plugin/install.rdf | 19 | ||||
-rwxr-xr-x | src/plugin/make_xpi.sh | 22 | ||||
-rw-r--r-- | src/plugin/plugin.c | 199 | ||||
-rw-r--r-- | src/plugin/plugin.h | 29 | ||||
-rw-r--r-- | src/plugin/test.html | 17 |
6 files changed, 295 insertions, 0 deletions
diff --git a/src/plugin/test.html b/src/plugin/test.html new file mode 100644 index 0000000..ce35369 --- a/dev/null +++ b/src/plugin/test.html | |||
@@ -0,0 +1,17 @@ | |||
1 | <html> | ||
2 | <body> | ||
3 | |||
4 | <center><h1>Basic Plugin Example for Mozilla Test Case</h1></center> | ||
5 | |||
6 | This test case is to demonstrate the Basic Plugin example. You | ||
7 | should see the plugin window with the black frame aroung it and | ||
8 | the browser user agent string which plugin draws inside the | ||
9 | window. | ||
10 | <br><br> | ||
11 | |||
12 | <center> | ||
13 | <embed type="application/x-flumap" width=600 height=80> | ||
14 | </center> | ||
15 | |||
16 | </body> | ||
17 | </html> | ||