Bug 1228022 - part 3 - Flip the print_via_parent pref to true on OS X, enabling remote printing; r=mconley draft
authorHaik Aftandilian <haftandilian@mozilla.com>
Fri, 05 Aug 2016 13:11:13 -0700
changeset 414209 c432c0c460788129fe36a546e8ebcf4366b5cc29
parent 414208 f63f5be979fd938c2673d16efcae59705c3da66a
child 531392 51f43e6e9922a6ab62a3e7ab41dc7cd6227e45ed
push id29617
push userhaftandilian@mozilla.com
push dateThu, 15 Sep 2016 21:14:57 +0000
reviewersmconley
bugs1228022
milestone51.0a1
Bug 1228022 - part 3 - Flip the print_via_parent pref to true on OS X, enabling remote printing; r=mconley MozReview-Commit-ID: 5arUyCsazuS
modules/libpref/init/all.js
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -1093,17 +1093,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)
+#if defined(XP_WIN) || defined(XP_MACOSX)
 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.