We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9bbc3 commit e73ea97Copy full SHA for e73ea97
prefs/firefox/performance.yaml
@@ -8,3 +8,12 @@
8
9
- name: network.predictor.enable-hover-on-ssl
10
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