Bug 1427809 - Enable Simplify Print Feature by default on Linux. r=mconley

MozReview-Commit-ID: AskeuyeHCWd
This commit is contained in:
Matheus Longaray 2018-01-03 16:31:00 -02:00
Родитель 8320ef0c68
Коммит b408fa1f76
1 изменённых файлов: 2 добавлений и 10 удалений

Просмотреть файл

@ -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