author | Lee Salzman <lsalzman@mozilla.com> |
Wed, 04 Jan 2017 14:01:56 -0500 | |
changeset 327975 | 5b9702d8fe4e8ddf3ce155e81d54b9d199805843 |
parent 327974 | 2797f193a147a4a09d508ae2e7417cd83e657ebd |
child 327976 | 9a7c2edd54b8dd6c3d6471560ac1b096b2955536 |
push id | 31160 |
push user | philringnalda@gmail.com |
push date | Thu, 05 Jan 2017 02:33:44 +0000 |
treeherder | mozilla-central@f13abb8ba9f3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bobowen |
bugs | 1309205 |
milestone | 53.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -1108,17 +1108,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) +#if defined(XP_WIN) || defined(XP_MACOSX) || defined(XP_LINUX) 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.