Bug 831123 - Disable CSS error reporting by default to improve pageload performance r=blassey

This commit is contained in:
Mark Finkle 2013-01-17 13:12:16 -05:00
parent b7496984c6
commit 7b1e73ef4d

View File

@ -122,6 +122,7 @@ pref("mozilla.widget.force-24bpp", true);
pref("mozilla.widget.use-buffer-pixmap", true);
pref("mozilla.widget.disable-native-theme", true);
pref("layout.reflow.synthMouseMove", false);
pref("layout.css.report_errors", false);
/* download manager (don't show the window or alert) */
pref("browser.download.useDownloadDir", true);