commit 8d521605e37edfc5ad40edf630e38f5a6f10e23e
parent 057d6a09cf842756af6093a24e914318028bf1be
Author: Brad Werth <werth@efn.org>
Date: Sat, 4 Oct 2025 15:01:41 +0000
Bug 1985082 Part 1: Flip the gpu process pref for macOS Nightly. r=gfx-reviewers,ErichDonGubler
Differential Revision: https://phabricator.services.mozilla.com/D263791
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
@@ -9545,6 +9545,8 @@
value: true
#elif defined(MOZ_X11)
value: false # we'd like this to be @IS_NIGHTLY_BUILD@, see Bug 1927058
+#elif defined(XP_MACOSX)
+ value: @IS_NIGHTLY_BUILD@
#else
value: false
#endif