From 3332144211abfcce21ed43c2ccb3d5cbdd026b64 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 29 Oct 2018 22:41:12 +0100 Subject: Set CSS error console reporting default to false for performance. Dev note needed upon release. This resolves #444. --- modules/libpref/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index f7bef942f..957affa79 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -2438,7 +2438,7 @@ pref("layout.word_select.stop_at_punctuation", true); pref("layout.selection.caret_style", 0); // pref to report CSS errors to the error console -pref("layout.css.report_errors", true); +pref("layout.css.report_errors", false); // Should the :visited selector ever match (otherwise :link matches instead)? pref("layout.css.visited_links_enabled", true); -- cgit v1.2.3