Backed out changeset 86da034132f6 (bug 1874689) for causing bc failures at browser_aboutRestartRequired_buildid_mismatch.js CLOSED TREE

This commit is contained in:
Cristina Horotan 2024-03-28 01:54:21 +02:00
Родитель 3fee1464da
Коммит 1e515ae597
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -296,7 +296,7 @@ Fork Server
-----------
:platform: Linux only
:pref: ``dom.ipc.forkserver.enable`` (enabled by default in Nightly)
:pref: ``dom.ipc.forkserver.enable`` (disabled by default)
:primary protocol: *none*
:sandboxed?: no (processes forked by the fork server are sandboxed)

Просмотреть файл

@ -2862,7 +2862,7 @@
#ifdef MOZ_ENABLE_FORKSERVER
- name: dom.ipc.forkserver.enable
type: bool
value: @IS_NIGHTLY_BUILD@
value: false
mirror: once
#endif