Re: JavaXPCOM development?

Grant Gayed <[email protected]> Mon, 16 Jul 2012 11:36:48 -0400
Newsgroups gmane.comp.mozilla.devel.embedding
Message-ID <[email protected]>
 > lol actually they are using javaXPCOM and are stuck at Xul 1.9, which
 > is why I'm here asking

The Browser control in the SWT 3.8/4.2 release can embed XULRunner 10.x 
because it uses XPCOM directly, it does not use JavaXPCOM.  The part 
that does not work beyond XULRunner 1.9.2.x is its 
Browser.getWebBrowser() method, which provides a JavaXPCOM wrapper of 
its nsIWebBrowser.

Grant