-rw-r--r-- | src/plugin/README_plugin.txt | 37 | ||||
-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, 323 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 @@ +<html> + <body> + + <center><h1>Basic Plugin Example for Mozilla Test Case</h1></center> + + This test case is to demonstrate the Basic Plugin example. You + should see the plugin window with the black frame aroung it and + the browser user agent string which plugin draws inside the + window. + <br><br> + + <center> + <embed type="application/x-flumap" width=600 height=80> + </center> + + </body> +</html> |