summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/plugin/README_plugin.txt9
-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, 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>

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.