Skip to content

Commit e73ea97

Browse files
committed
fix: Fixed zen not starting up on macos, b=closes #11599, c=no-component
1 parent fb9bbc3 commit e73ea97

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

prefs/firefox/performance.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@
88

99
- name: network.predictor.enable-hover-on-ssl
1010
value: true
11+
12+
# See https://github.com/zen-browser/desktop/issues/11599, this pref seems to
13+
# have disabled itself on macos for some unknown reason.
14+
# Make sure its in sync with:
15+
# https://searchfox.org/firefox-main/rev/1477feb9706f4ccc5bd571c1c215832a6fbb7464/modules/libpref/init/StaticPrefList.yaml#7741-7748
16+
- name: gfx.webrender.compositor
17+
condition: 'defined(XP_WIN) || defined(XP_DARWIN)'
18+
value: '@cond'
19+
mirror: once

0 commit comments

Comments
 (0)