* This change fixes
http://bugzilla.mozilla.org/show_bug.cgi?id=15793 which caused one
to have to copy the component.reg and components directory. It
also causes webclient to do autoregistration. It also adds a
debugging method to BrowserControlMozillaShim.java
nativeDebugBreak().
This changes makes webclient depend on having mozilla sources from
10/5/99 or later.
Reviewed by Mark Lin <marklin@eng.sun.com>
Approved by Ed Burns <edburns@acm.org>, module owner
This fix enables the Tasks->Java Console menu item to show the Java
Console provided by the JRE plugin if it is installed.
It also exposes nsIJVMManager as a full XPIDL citizen, with the progid
component://netscape/oji/jvm-mgr. see modules/oji/public/nsIJVMManager.idl
for the methods that can be called.
Thanks to Trevor, John Bandauer, Brendan Eich and Robert Yang.