Bug 1332411 - Enable print_via_parent for Tier3 platforms. r?lsalzman r?ted draft
authorJan Beich <jbeich@FreeBSD.org>
Thu, 19 Jan 2017 20:14:32 +0000
changeset 463809 fe3579ad5093460869998ebd0d83394ae0bef0d9
parent 463681 a3978751f45108ff1ae002ecebdc0fa23fc52b84
child 542778 4e1c8d6e608133af5a6db2db6e15ec4615222194
push id42182
push userbmo:jbeich@FreeBSD.org
push dateThu, 19 Jan 2017 20:28:12 +0000
reviewerslsalzman, ted
bugs1332411
milestone53.0a1
Bug 1332411 - Enable print_via_parent for Tier3 platforms. r?lsalzman r?ted MozReview-Commit-ID: v227rb4Ovh
modules/libpref/init/all.js
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -1104,17 +1104,17 @@ pref("print.print_unwriteable_margin_bot
 // This is used by both Printing and Print Preview
 // Units are in 1/100ths of an inch.
 pref("print.print_edge_top", 0);
 pref("print.print_edge_left", 0);
 pref("print.print_edge_right", 0);
 pref("print.print_edge_bottom", 0);
 
 // Print via the parent process. This is only used when e10s is enabled.
-#if defined(XP_WIN) || defined(XP_MACOSX) || defined(XP_LINUX)
+#if !defined(MOZ_WIDGET_GONK) && !defined(MOZ_WIDGET_ANDROID)
 pref("print.print_via_parent", true);
 #else
 pref("print.print_via_parent", false);
 #endif
 
 // Pref used by the spellchecker extension to control the
 // maximum number of misspelled words that will be underlined
 // in a document.