From b408fa1f76af39c55c27084a7a4851b059333fbe Mon Sep 17 00:00:00 2001 From: Matheus Longaray Date: Wed, 3 Jan 2018 16:31:00 -0200 Subject: [PATCH] Bug 1427809 - Enable Simplify Print Feature by default on Linux. r=mconley MozReview-Commit-ID: AskeuyeHCWd --- browser/app/profile/firefox.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index df4ce78f455b..673a1f9b07f9 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1659,17 +1659,9 @@ 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