summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--src/plugin/README_plugin.txt37
-rw-r--r--src/plugin/install.rdf19
-rwxr-xr-xsrc/plugin/make_xpi.sh22
-rw-r--r--src/plugin/plugin.c199
-rw-r--r--src/plugin/plugin.h29
-rw-r--r--src/plugin/test.html17
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>

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.