Bug 1427809 - Enable Simplify Print Feature by default on Linux. r?mconley draft
authorMatheus Longaray <mlongaray@hp.com>
Wed, 03 Jan 2018 16:31:00 -0200
changeset 715333 a196b83c871408284cfa2778b9f7c5f091dc4850
parent 715271 ac93fdadf1022211eec62258ad22b42cb37a6d14
child 744771 e763cfb74d3b10fae9763d05aceb9d6695f8b516
push id94138
push userbmo:mlongaray@hp.com
push dateWed, 03 Jan 2018 18:32:15 +0000
reviewersmconley
bugs1427809
milestone59.0a1
Bug 1427809 - Enable Simplify Print Feature by default on Linux. r?mconley MozReview-Commit-ID: FRJo8SvzGyk
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1658,27 +1658,19 @@ pref("browser.migrate.chrome.history.max
 
 // Enable browser frames for use on desktop.  Only exposed to chrome callers.
 pref("dom.mozBrowserFramesEnabled", true);
 
 pref("extensions.pocket.enabled", true);
 
 pref("signon.schemeUpgrades", true);
 
-// "Simplify Page" feature in Print Preview. This feature is disabled by default
-// in toolkit.
-//
-// This feature is only enabled on Nightly for Linux until bug 1306295 is fixed.
-#ifdef UNIX_BUT_NOT_MAC
-#if defined(NIGHTLY_BUILD)
+// Enable the "Simplify Page" feature in Print Preview. This feature
+// is disabled by default in toolkit.
 pref("print.use_simplify_page", true);
-#endif
-#else
-pref("print.use_simplify_page", true);
-#endif
 
 // Space separated list of URLS that are allowed to send objects (instead of
 // only strings) through webchannels. This list is duplicated in mobile/android/app/mobile.js
 pref("webchannel.allowObject.urlWhitelist", "https://content.cdn.mozilla.net https://input.mozilla.org https://support.mozilla.org https://install.mozilla.org");
 
 // Whether or not the browser should scan for unsubmitted
 // crash reports, and then show a notification for submitting
 // those reports.