fixed failing windows builds
This commit is contained in:
parent
2abee68b6b
commit
1e8fea4287
1 changed files with 21 additions and 1 deletions
|
@ -397,6 +397,13 @@ o: /modules/libpref/init/StaticPrefList.yaml
|
|||
+ value: true
|
||||
+ 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
|
||||
+ type: RelaxedAtomicBool
|
||||
+ value: false
|
||||
|
@ -683,6 +690,13 @@ o: /modules/libpref/init/StaticPrefList.yaml
|
|||
+ value: @IS_NOT_ANDROID@
|
||||
+ mirror: always
|
||||
+
|
||||
+ # Without this my windows build crashes
|
||||
+- name: apz.keyboard_focus_optimization
|
||||
+ type: bool
|
||||
+ value: false
|
||||
+ mirror: always
|
||||
+
|
||||
+
|
||||
+- name: apz.max_tap_time
|
||||
+ type: RelaxedAtomicInt32
|
||||
+ value: 300
|
||||
|
@ -2329,7 +2343,7 @@ o: /modules/libpref/init/StaticPrefList.yaml
|
|||
+ value: true
|
||||
+ mirror: always
|
||||
+
|
||||
+# Without this my windows build crashes
|
||||
+ # Without this my windows build crashes
|
||||
+- name: "dom.block_multiple_popups"
|
||||
+ type: bool
|
||||
+ value: true
|
||||
|
@ -15763,6 +15777,12 @@ o: /modules/libpref/init/StaticPrefList.yaml
|
|||
+ value: true
|
||||
+ 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.
|
||||
+- name: security.fileuri.strict_origin_policy
|
||||
+ type: RelaxedAtomicBool
|
||||
|
|
Loading…
Add table
Reference in a new issue