Mercurial > simple_xulrunner_app
view myapp/defaults/preferences/prefs.js @ 1:6e6b8404733e default tip
Added some ... stuff. I'm actually committing this a week or two after I made the changes, so I don't know exactly what was added here.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 21 Apr 2008 10:16:13 -0700 |
parents | 71b4d9ffc67b |
children |
line wrap: on
line source
pref("toolkit.defaultChromeURI", "chrome://myapp/content/main.xul"); //pref("toolkit.defaultChromeFeatures", "chrome,resizable=no,dialog=no"); pref("browser.dom.window.dump.enabled", true); pref("javascript.options.showInConsole", true); pref("javascript.options.strict", true); pref("nglayout.debug.disable_xul_cache", true); pref("nglayout.debug.disable_xul_fastload", true);