XULRunner:Faq
Installing developer extensions
To install extensions, you need to enable EM in <link article on application.ini>.
Venkman
- Need a custom build or a compatible extension <is there downloadable domi for 1.8.0.1?>
- Need to edit compatibility in install.rdf to match the id and versions in application.ini
- anything else?
DOM Inspector
Same as venkman
Component Viewer
Need custom build, first of all. What else?
Extension Developer's Extension
fix install.rdf
Branding
Branding is required to use inspector and some features of XULRunner.
In ~.mozconfig:
ac_add_options --enable-branding=« branding location »
What is the format of a branding? Could'nt find it anywhere!
Can i have JavaScript errors / warnings directed to stdout instead of the jsconsole?
See #306263
This doesn't do anything (1.8.0.1):
xulrunner -app application.ini -console
This neither (1.8.0.1) in defaults/preferences/«application name».js:
pref("javascript.options.strict", true); pref("javascript.options.showInConsole", true); pref("browser.dom.window.dump.enabled", true);