XULRunner is Mozilla's runtime environment meant to run cross-platform applications using the same technologies (XUL, XPCOM, JavaScript, CSS) as the Firefox browser.
I can detect when the content of an iframe has loaded using the load event. Unfortunately, for my purposes, there …
javascript html firefox-addon frames xulrunnerI'm using the SWT browser widget to develop an application in Java with Eclipse ("Kepler"). Now I want to use …
java eclipse xulrunnerIs it possible to use the 64bit XulRunner for Windows (available from here) with the Eclipse browser widget? It works …
java swt eclipse-rcp xulrunnerI'm working with XULRunner and came across the following pattern in a code sample: var StrangeSample = { backingStore : "", get foo() { return …
javascript xulrunner getter-setterI have downloaded XULRunner from http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/7.0/runtimes/xulrunner-7.0.en-US.win32.zip Unpacked …
installation xulrunner