From e73ea97ea0cc8f17ff3a7be3e069f6cd2df142ea Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Sun, 14 Dec 2025 01:47:54 +0100 Subject: [PATCH] fix: Fixed zen not starting up on macos, b=closes #11599, c=no-component --- prefs/firefox/performance.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/prefs/firefox/performance.yaml b/prefs/firefox/performance.yaml index 5b4455ee5..fcc1d294f 100644 --- a/prefs/firefox/performance.yaml +++ b/prefs/firefox/performance.yaml @@ -8,3 +8,12 @@ - name: network.predictor.enable-hover-on-ssl value: true + +# See https://github.com/zen-browser/desktop/issues/11599, this pref seems to +# have disabled itself on macos for some unknown reason. +# Make sure its in sync with: +# https://searchfox.org/firefox-main/rev/1477feb9706f4ccc5bd571c1c215832a6fbb7464/modules/libpref/init/StaticPrefList.yaml#7741-7748 +- name: gfx.webrender.compositor + condition: 'defined(XP_WIN) || defined(XP_DARWIN)' + value: '@cond' + mirror: once