XULRunner:Faq: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
m (remove double redirect with mdc)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<!-- should move this to devmo -->
#REDIRECT [[mdc:XULRunner tips]] [[category: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 [https://bugzilla.mozilla.org/show_bug.cgi?id=306263 #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);

Latest revision as of 04:16, 20 June 2006

Redirect to: