Bug 337875: set showInConsole to true by default for Firefox debug builds, r=bsmedberg

This commit is contained in:
gavin%gavinsharp.com 2006-05-21 03:04:38 +00:00
Родитель 4f53d0c75d
Коммит 9cb884e9db
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -263,7 +263,12 @@ pref("browser.bookmarks.sort.resource", "rdf:http://home.netscape.com/NC-rdf#Nam
// Scripts & Windows prefs
pref("dom.disable_open_during_load", true);
#ifdef DEBUG
pref("javascript.options.showInConsole", true);
#else
pref("javascript.options.showInConsole", false);
#endif
// Make the status bar reliably present and unaffected by pages
pref("dom.disable_window_open_feature.status", true);
// This is the pref to control the location bar, change this to true to