fixed failing windows builds

This commit is contained in:
partisan 2025-01-30 19:44:49 +01:00
parent 2abee68b6b
commit 1e8fea4287

View file

@ -397,6 +397,13 @@ o: /modules/libpref/init/StaticPrefList.yaml
+ value: true + value: true
+ mirror: always + mirror: always
+ +
+ # Without this my windows build crashes
+- name: apz.mousemove_hittest_optimization.enabled
+ type: bool
+ value: false
+ mirror: always
+
+
+- name: apz.allow_immediate_handoff +- name: apz.allow_immediate_handoff
+ type: RelaxedAtomicBool + type: RelaxedAtomicBool
+ value: false + value: false
@ -683,6 +690,13 @@ o: /modules/libpref/init/StaticPrefList.yaml
+ value: @IS_NOT_ANDROID@ + value: @IS_NOT_ANDROID@
+ mirror: always + mirror: always
+ +
+ # Without this my windows build crashes
+- name: apz.keyboard_focus_optimization
+ type: bool
+ value: false
+ mirror: always
+
+
+- name: apz.max_tap_time +- name: apz.max_tap_time
+ type: RelaxedAtomicInt32 + type: RelaxedAtomicInt32
+ value: 300 + value: 300
@ -2329,7 +2343,7 @@ o: /modules/libpref/init/StaticPrefList.yaml
+ value: true + value: true
+ mirror: always + mirror: always
+ +
+# Without this my windows build crashes + # Without this my windows build crashes
+- name: "dom.block_multiple_popups" +- name: "dom.block_multiple_popups"
+ type: bool + type: bool
+ value: true + value: true
@ -15763,6 +15777,12 @@ o: /modules/libpref/init/StaticPrefList.yaml
+ value: true + value: true
+ mirror: always + mirror: always
+ +
+ # Without this my windows build crashes
+- name: security.mls.enabled
+ type: bool
+ value: false
+ mirror: always
+
+# Whether strict file origin policy is in effect. "False" is traditional. +# Whether strict file origin policy is in effect. "False" is traditional.
+- name: security.fileuri.strict_origin_policy +- name: security.fileuri.strict_origin_policy
+ type: RelaxedAtomicBool + type: RelaxedAtomicBool