edburns%acm.org f3221c6814 Import Waterfall under the directory pluggable-jvm.
git-svn-id: svn://10.0.0.236/trunk@94499 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-10 18:12:45 +00:00

18 lines
757 B
Plaintext

1. Netscape 4 build is broken, as I see no reasons to work on it (very tight
in time).
If someone wishes to do it - please note that on Unix you need to run JVM
in separate process. It's bad for speed. Also you need to complete remote
bridge shmtran.[ch] as it shouldn't work for calls like
NC->Java->NC for now. It's not too hard, you just need to poll on proper
SHM queue
when waiting for completion of the call, and if something has come -
process it.
2. Rewrite code borrowed from Java Plugin and remove dead code.
3. Add handler for access to browser-provided protocols from applets
(most obvious HTTPS).
4. Complete Waterfall own security model - maybe just get rid of capabilies
at all, if I'll see no use of it.