mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
85f4af9d5d
A mozilla/npAPInsIInputStreamShim.h - Shim to allow the np4xplugin API to call pass stream data to pluglet M mozilla/Makefile.in - Add the shim to the source files M mozilla/nppluglet.cpp - implement the layer that calls the shim M test/test.html - Pass the plugin a src of its .java file. M test/test.java - additional debug printout inf mozilla/npAPInsIInputStreamShim.cpp mozilla/npAPInsIInputStreamShim.h mozilla/Makefile.in mozilla/nppluglet.cpp test/test.html test/test.java
8 lines
197 B
HTML
8 lines
197 B
HTML
<html>
|
|
<head><title>TestPluglet that loads its source file</title><head>
|
|
<body>
|
|
<EMBED type="application/x-simple-pluglet" name="test"
|
|
src="test.java" width=400 height=200>
|
|
</body>
|
|
</html>
|