Bug 1467151 - Enable OMTP on all remaining platforms. r=nical draft
authorRyan Hunt <rhunt@eqrion.net>
Mon, 16 Jul 2018 15:02:11 -0500
changeset 819451 6456958aa680bb44fb8ec5041765d77cb6c9b17e
parent 819450 a6aacf58c4a6dc5621c3faa0387f775d699aa6f1
push id116556
push userbmo:rhunt@eqrion.net
push dateTue, 17 Jul 2018 21:35:26 +0000
reviewersnical
bugs1467151
milestone63.0a1
Bug 1467151 - Enable OMTP on all remaining platforms. r=nical MozReview-Commit-ID: 2AMCTQ7sIQz
modules/libpref/init/all.js
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -5818,21 +5818,17 @@ pref("dom.clients.openwindow_favors_same
 pref("toolkit.crashreporter.include_context_heap", false);
 #else
 pref("toolkit.crashreporter.include_context_heap", true);
 #endif
 
 // Open noopener links in a new process
 pref("dom.noopener.newprocess.enabled", true);
 
-#if defined(XP_WIN) || defined(XP_MACOSX) || defined(MOZ_WIDGET_GTK)
 pref("layers.omtp.enabled", true);
-#else
-pref("layers.omtp.enabled", false);
-#endif
 pref("layers.omtp.paint-workers", -1);
 pref("layers.omtp.release-capture-on-main-thread", false);
 pref("layers.omtp.dump-capture", false);
 
 // Limits the depth of recursive conversion of data when opening
 // a content to view.  This is mostly intended to prevent infinite
 // loops with faulty converters involved.
 pref("general.document_open_conversion_depth_limit", 20);