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 9c17d5e598
commit 1745726d93

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