Bug 1422245 Disable @-moz-document in content pages r?emilio draft
authorTom Ritter <tom@mozilla.com>
Sun, 18 Mar 2018 12:48:18 -0500
changeset 769163 ccd4efa322ab14758cbfc1c1fdcb438d4c92cd20
parent 769162 328c9bfdddd48621421c53ec5a7df5c6babe6b42
push id103052
push userbmo:tom@mozilla.com
push dateSun, 18 Mar 2018 19:29:21 +0000
reviewersemilio
bugs1422245, 1446470
milestone61.0a1
Bug 1422245 Disable @-moz-document in content pages r?emilio Previously we had disabled them in content pages on Nightly and Early Beta, now we're ready to let this ride the trains in 61. We're going to land this ahead of Bug 1446470 which is specifically about url-prefix(). MozReview-Commit-ID: AGDHt1snyjU
modules/libpref/init/all.js
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -2951,21 +2951,17 @@ pref("layout.selection.caret_style", 0);
 
 // pref to report CSS errors to the error console
 pref("layout.css.report_errors", true);
 
 // Should the :visited selector ever match (otherwise :link matches instead)?
 pref("layout.css.visited_links_enabled", true);
 
 // Pref to control whether @-moz-document rules are enabled in content pages.
-#ifdef EARLY_BETA_OR_EARLIER
 pref("layout.css.moz-document.content.enabled",  false);
-#else
-pref("layout.css.moz-document.content.enabled",  true);
-#endif
 
 // Override DPI. A value of -1 means use the maximum of 96 and the system DPI.
 // A value of 0 means use the system DPI. A positive value is used as the DPI.
 // This sets the physical size of a device pixel and thus controls the
 // interpretation of physical units such as "pt".
 pref("layout.css.dpi", -1);
 
 // Set the number of device pixels per CSS pixel. A value <= 0 means choose