icecat: add release icecat-140.6.0-1gnu1 for aramo
This commit is contained in:
parent
92fef42cd6
commit
17ba0259bf
3382 changed files with 457689 additions and 569094 deletions
|
|
@ -3652,6 +3652,13 @@
|
|||
value: false
|
||||
mirror: always
|
||||
|
||||
# Whether the type attribute in an <object> is used as a hint for the Content-Type
|
||||
# of the loading document.
|
||||
- name: dom.object_embed.type_hint.enabled
|
||||
type: bool
|
||||
value: false
|
||||
mirror: always
|
||||
|
||||
# Whether origin trials are enabled.
|
||||
- name: dom.origin-trials.enabled
|
||||
type: bool
|
||||
|
|
@ -5434,6 +5441,17 @@
|
|||
value: @IS_EARLY_BETA_OR_EARLIER@
|
||||
mirror: always
|
||||
|
||||
# Is WebGPU allowed to run in the parent process? This should be false if
|
||||
# on a platform that supports the GPU process, else true.
|
||||
- name: dom.webgpu.allow-in-parent
|
||||
type: bool
|
||||
#if defined(XP_WIN) || defined(ANDROID)
|
||||
value: false
|
||||
#else
|
||||
value: true
|
||||
#endif
|
||||
mirror: once
|
||||
|
||||
# Comma-separated list of wgpu backend names to permit in WebGPU adapters.
|
||||
#
|
||||
# If non-empty, this is parsed by `wgpu_core::instance::parse_backends_from_comma_list` to
|
||||
|
|
@ -5500,6 +5518,11 @@
|
|||
value: false
|
||||
mirror: always
|
||||
|
||||
- name: dom.webnotifications.forbid_nested_first_party.enabled
|
||||
type: RelaxedAtomicBool
|
||||
value: true
|
||||
mirror: always
|
||||
|
||||
- name: dom.webnotifications.enabled
|
||||
type: RelaxedAtomicBool
|
||||
value: true
|
||||
|
|
@ -6498,6 +6521,15 @@
|
|||
#endif
|
||||
mirror: always
|
||||
|
||||
- name: gfx.canvas.accelerated.allow-in-parent
|
||||
type: bool
|
||||
#if defined(XP_WIN) || defined(ANDROID)
|
||||
value: false
|
||||
#else
|
||||
value: true
|
||||
#endif
|
||||
mirror: once
|
||||
|
||||
# Whether to attempt to enable Accelerated Canvas2D regardless of blocklisting.
|
||||
- name: gfx.canvas.accelerated.force-enabled
|
||||
type: bool
|
||||
|
|
@ -8178,7 +8210,7 @@
|
|||
# a natural width and/or height.
|
||||
- name: image.natural-size-fallback.enabled
|
||||
type: RelaxedAtomicBool
|
||||
value: @IS_NIGHTLY_BUILD@
|
||||
value: true
|
||||
mirror: always
|
||||
|
||||
# Whether we record SVG images as blobs or not.
|
||||
|
|
@ -13017,6 +13049,13 @@
|
|||
value: false
|
||||
mirror: always
|
||||
|
||||
# When true, the hashing of the certificate will be done with the hashing
|
||||
# algorithm specified in the cert instead of SHA256.
|
||||
- name: network.auth.sspi_detect_hash
|
||||
type: RelaxedAtomicBool
|
||||
value: true
|
||||
mirror: always
|
||||
|
||||
# See the full list of values in nsICookieService.idl.
|
||||
- name: network.cookie.cookieBehavior
|
||||
type: RelaxedAtomicInt32
|
||||
|
|
@ -16702,8 +16741,8 @@
|
|||
mirror: always
|
||||
rust: true
|
||||
|
||||
# Skip direct attestation consent prompts (for tests).
|
||||
- name: security.webauth.webauthn_testing_allow_direct_attestation
|
||||
# Skip direct attestation consent prompts
|
||||
- name: security.webauthn.always_allow_direct_attestation
|
||||
type: RelaxedAtomicBool
|
||||
value: false
|
||||
mirror: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue