user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 91521dbc84dd43e2f6b75ae43ff2056ed9a742c2
parent 14c1620994f10e4a4d34f515a6ba22b5b725e058
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Wed, 24 Jan 2018 00:31:01 +0100

1106: fix mistake

default is 1! https://dxr.mozilla.org/mozilla-release/source/modules/libpref/init/all.js#3327

>1 breaks extensions apparently: https://github.com/ghacksuserjs/ghacks-user.js/issues/346
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -674,7 +674,7 @@ user_pref("browser.tabs.remote.separateFileUriProcess", true); /* 1105: enable console shim warnings for legacy extensions with the 'multiprocessCompatible' flag as false ***/ user_pref("dom.ipc.shims.enabledWarnings", true); /* 1106: control number of extension processes ***/ - // user_pref("dom.ipc.processCount.extension", 4); + // user_pref("dom.ipc.processCount.extension", 1); /* 1107: control number of file processes ***/ // user_pref("dom.ipc.processCount.file", 1); /* 1108: block web content in file processes (FF55+)