Backed out changeset e11258e505c1 (bug 1874689) for causing bc failures in browser_test_powerMetrics.js CLOSED TREE

This commit is contained in:
Cristian Tuns 2024-04-29 14:51:51 -04:00
parent bcb473e22b
commit 0f757fbf63
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

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