Type: String
Specified by: default prefs of XULRunner applications
Default: "chrome,dialog=no,all"
Example: pref("toolkit.defaultChromeFeatures", "chrome,resizable=no,dialog=no");
The toolkit.defaultChromeFeatures preference allows simple XULRunner-based applications to specify what features are passed to window.open() when the main application window is opened.
See also: XULRunner:Specifying Startup Chrome Window, DOM:window.open, toolkit.defaultChromeURI, toolkit.singletonWindowType.