Bug 1446470: Make the moz-document-in-content pref false by default. r?xidorn draft
authorEmilio Cobos Álvarez <emilio@crisal.io>
Fri, 16 Mar 2018 18:51:05 +0100
changeset 768861 2e9f6bfd8c7f6fe570bb4b6708dd7af68e779120
parent 768860 3872f50716d91e673c1ca8fd1a3b5079c30a4a7f
child 768862 61fd7fc567ec59d427a64fd3c4211e755c8f6200
push id102993
push userbmo:emilio@crisal.io
push dateFri, 16 Mar 2018 23:07:24 +0000
reviewersxidorn
bugs1446470
milestone61.0a1
Bug 1446470: Make the moz-document-in-content pref false by default. r?xidorn MozReview-Commit-ID: 816sLb1lPX9
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