icecat: add release icecat-140.10.1-1gnu1 for ecne
This commit is contained in:
parent
a5f93cb214
commit
ff85d7c623
1256 changed files with 63469 additions and 24141 deletions
|
|
@ -6209,7 +6209,6 @@ static const PrefListEntry sDynamicPrefOverrideList[]{
|
|||
PREF_LIST_ENTRY("media.peerconnection.nat_simulator.network_delay_ms"),
|
||||
PREF_LIST_ENTRY("media.video_loopback_dev"),
|
||||
PREF_LIST_ENTRY("media.webspeech.service.endpoint"),
|
||||
PREF_LIST_ENTRY("network.gio.supported-protocols"),
|
||||
PREF_LIST_ENTRY("network.protocol-handler.external."),
|
||||
PREF_LIST_ENTRY("network.security.ports.banned"),
|
||||
PREF_LIST_ENTRY("nimbus.syncdatastore."),
|
||||
|
|
|
|||
|
|
@ -4999,9 +4999,15 @@
|
|||
value: 30000
|
||||
mirror: always
|
||||
|
||||
# TCPSocket API
|
||||
- name: dom.tcpsocket_in_child.enabled
|
||||
type: RelaxedAtomicBool
|
||||
value: false
|
||||
mirror: always
|
||||
|
||||
# UDPSocket API
|
||||
- name: dom.udpsocket.enabled
|
||||
type: bool
|
||||
type: RelaxedAtomicBool
|
||||
value: false
|
||||
mirror: always
|
||||
|
||||
|
|
@ -11257,12 +11263,6 @@
|
|||
value: @IS_NOT_XP_MACOSX@
|
||||
mirror: always
|
||||
|
||||
# How long in milliseconds before timing out to destroy en/decoders gracefully
|
||||
- name: media.gmp.coder-shutdown-timeout-ms
|
||||
type: RelaxedAtomicUint32
|
||||
value: 1000
|
||||
mirror: always
|
||||
|
||||
#if defined(XP_LINUX) && defined(MOZ_SANDBOX)
|
||||
# Whether to allow, on a Linux system that doesn't support the necessary
|
||||
# sandboxing features, loading Gecko Media Plugins unsandboxed. However, EME
|
||||
|
|
@ -15403,7 +15403,7 @@
|
|||
# Set to * to allow all schemes.
|
||||
- name: network.http_index_format.allowed_schemes
|
||||
type: String
|
||||
value: "file,moz-gio"
|
||||
value: "file"
|
||||
mirror: never
|
||||
|
||||
# Enable off-main-thread decompression of network streams
|
||||
|
|
@ -18224,6 +18224,11 @@
|
|||
value: false
|
||||
mirror: always
|
||||
|
||||
- name: webgl.max-bytes-per-row
|
||||
type: RelaxedAtomicUint32
|
||||
value: 2147483647 # 0 => no limit, >0 => max valid bytes per row
|
||||
mirror: always
|
||||
|
||||
- name: webgl.max-contexts
|
||||
type: RelaxedAtomicUint32
|
||||
value: 1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue