view 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 source

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");