tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit d57c4b63836cb0070e4b9026a1c844cd77f65b29
parent bcba2b29113ba45f66c3c6a36dc767296eabd521
Author: owlishDeveloper <bugzeeeeee@gmail.com>
Date:   Wed, 10 Dec 2025 17:08:03 +0000

Bug 2005087 - Document the fact that the isolation strategy pref is overridden on Android r=tcampbell

Differential Revision: https://phabricator.services.mozilla.com/D275699

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -6195,6 +6195,9 @@ # The strategy used to control how sites are isolated into separate processes # when Fisison is enabled. This pref has no effect if Fission is disabled. # See the `WebContentIsolationStrategy` enum in `ProcessIsolation.cpp`. +# On Android, this is currently overridden: for Fenix - via nimbus.fml.yml, +# and for other Andoid Components consumers value 2 is hardcoded +# in the default settings in mozilla.components.concept.engine.Settings - name: fission.webContentIsolationStrategy type: uint32_t value: 1