comparison defaults/preferences/nightlytools.js @ 0:dada0ac40a8f

initial import
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 02 Dec 2008 20:31:01 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:dada0ac40a8f
1 pref("nightly.idtitle", true);
2
3 pref("nightly.showEnableAll", true);
4
5 pref("nightly.leaks.showleaklog", false);
6 pref("nightly.leaks.filterDocshell", true);
7 pref("nightly.leaks.filterDocument", true);
8 pref("nightly.leaks.filterWindow", true);
9 pref("nightly.leaks.filterLeaked", true);
10 pref("nightly.leaks.filterCollected", true);
11 pref("nightly.leaks.filterIgnored", true);
12
13 pref("nightly.crashreports.recentlist.display", true);
14 pref("nightly.breakpad.searchurl", "http://crash-stats.mozilla.com/report/index/");
15
16 pref("extensions.{8620c15f-30dc-4dba-a131-7c5d20cf4a29}.description", "chrome://nightly/locale/nightly.properties");