diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/defaults/preferences/nightlytools.js	Tue Dec 02 20:31:01 2008 +0900
@@ -0,0 +1,16 @@
+pref("nightly.idtitle", true);
+
+pref("nightly.showEnableAll", true);
+
+pref("nightly.leaks.showleaklog", false);
+pref("nightly.leaks.filterDocshell", true);
+pref("nightly.leaks.filterDocument", true);
+pref("nightly.leaks.filterWindow", true);
+pref("nightly.leaks.filterLeaked", true);
+pref("nightly.leaks.filterCollected", true);
+pref("nightly.leaks.filterIgnored", true);
+
+pref("nightly.crashreports.recentlist.display", true);
+pref("nightly.breakpad.searchurl", "http://crash-stats.mozilla.com/report/index/");
+
+pref("extensions.{8620c15f-30dc-4dba-a131-7c5d20cf4a29}.description", "chrome://nightly/locale/nightly.properties");