fixed failing builds
This commit is contained in:
parent
2adf7af6ff
commit
2abee68b6b
2 changed files with 4 additions and 17 deletions
|
@ -20,7 +20,3 @@ o: .mozconfig
|
||||||
|
|
||||||
// Disable crash reporter
|
// Disable crash reporter
|
||||||
+ac_add_options --disable-crashreporter
|
+ac_add_options --disable-crashreporter
|
||||||
|
|
||||||
// Disable telemetry
|
|
||||||
+ac_add_options --disable-telemetry
|
|
||||||
|
|
||||||
|
|
|
@ -8005,15 +8005,6 @@ o: /modules/libpref/init/StaticPrefList.yaml
|
||||||
+ value: false
|
+ value: false
|
||||||
+ mirror: always
|
+ mirror: always
|
||||||
+
|
+
|
||||||
+#if defined(ENABLE_TESTS)
|
|
||||||
+ # If true, NS_GetComplexLineBreaks compares the line breaks produced in the
|
|
||||||
+ # content process using the Uniscribe line breaker, with those from a
|
|
||||||
+ # brokered call to the parent.
|
|
||||||
+- name: intl.compare_against_brokered_complex_line_breaks
|
|
||||||
+ type: bool
|
|
||||||
+ value: false
|
|
||||||
+ mirror: always
|
|
||||||
+#endif
|
|
||||||
+#endif
|
+#endif
|
||||||
+
|
+
|
||||||
+# If you use legacy Chinese IME which puts an ideographic space to composition
|
+# If you use legacy Chinese IME which puts an ideographic space to composition
|
||||||
|
@ -8031,7 +8022,7 @@ o: /modules/libpref/init/StaticPrefList.yaml
|
||||||
+# set of composition events or not. E.g., when you use Emoji picker on macOS,
|
+# set of composition events or not. E.g., when you use Emoji picker on macOS,
|
||||||
+# it inserts an Emoji character directly. If set to true, `compositionstart`,
|
+# it inserts an Emoji character directly. If set to true, `compositionstart`,
|
||||||
+# `compositionupdate` and `compositionend` events will be fired, and the
|
+# `compositionupdate` and `compositionend` events will be fired, and the
|
||||||
+# correspnding `beforeinput` events are not cancelable. Otherwise, if set to
|
+# corresponding `beforeinput` events are not cancelable. Otherwise, if set to
|
||||||
+# false, any user input events are not exposed to web apps but only
|
+# false, any user input events are not exposed to web apps but only
|
||||||
+# `beforeinput` event is fired as "insert text" as a cancelable event.
|
+# `beforeinput` event is fired as "insert text" as a cancelable event.
|
||||||
+- name: intl.ime.use_composition_events_for_insert_text
|
+- name: intl.ime.use_composition_events_for_insert_text
|
||||||
|
@ -12616,7 +12607,7 @@ o: /modules/libpref/init/StaticPrefList.yaml
|
||||||
+ value: false
|
+ value: false
|
||||||
+ mirror: always
|
+ mirror: always
|
||||||
+
|
+
|
||||||
+# lax-by-default 2 minutes tollerance for unsafe methods. The value is in seconds.
|
+# lax-by-default 2 minutes tolerance for unsafe methods. The value is in seconds.
|
||||||
+- name: network.cookie.sameSite.laxPlusPOST.timeout
|
+- name: network.cookie.sameSite.laxPlusPOST.timeout
|
||||||
+ type: uint32_t
|
+ type: uint32_t
|
||||||
+ value: 120
|
+ value: 120
|
||||||
|
@ -13388,7 +13379,7 @@ o: /modules/libpref/init/StaticPrefList.yaml
|
||||||
+ mirror: always
|
+ mirror: always
|
||||||
+
|
+
|
||||||
+# How long we should wait for EarlyHintPreloader to be used.
|
+# How long we should wait for EarlyHintPreloader to be used.
|
||||||
+# Under normal circumstances it should be used immidiately.
|
+# Under normal circumstances it should be used immediately.
|
||||||
+- name: network.early-hints.parent-connect-timeout
|
+- name: network.early-hints.parent-connect-timeout
|
||||||
+ type: uint32_t
|
+ type: uint32_t
|
||||||
+ value: 10000
|
+ value: 10000
|
||||||
|
@ -18206,7 +18197,7 @@ o: /modules/libpref/init/StaticPrefList.yaml
|
||||||
+ mirror: always
|
+ mirror: always
|
||||||
+
|
+
|
||||||
+#ifdef XP_MACOSX
|
+#ifdef XP_MACOSX
|
||||||
+# The folllowing widget.macos.automatic.* prefs are whether Gecko turns on
|
+# The following widget.macos.automatic.* prefs are whether Gecko turns on
|
||||||
+# text replacement features.
|
+# text replacement features.
|
||||||
+- name: widget.macos.automatic.text_replacement
|
+- name: widget.macos.automatic.text_replacement
|
||||||
+ type: bool
|
+ type: bool
|
||||||
|
|
Loading…
Add table
Reference in a new issue