tor-browser

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

commit edf5a8e024cdd30d00576263b8834dfdf642806e
parent 519a0057957012f50903ec5edc5b3f964dafc864
Author: owlishDeveloper <bugzeeeeee@gmail.com>
Date:   Wed,  3 Dec 2025 00:39:52 +0000

Bug 2003658 - Turn SHIP on for Android mochitests r=tcampbell

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

Diffstat:
Mtesting/mochitest/runtests.py | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/testing/mochitest/runtests.py b/testing/mochitest/runtests.py @@ -3524,11 +3524,7 @@ toolbar#nav-bar { # Currently for automation, the pref defaults to true (but can be # overridden with --setpref). "sessionHistoryInParent": not options.disable_fission - or not self.extraPrefs.get( - "fission.disableSessionHistoryInParent", - mozinfo.info["os"] == "android" - and not mozinfo.info.get("early_beta_or_earlier", False), - ), + or not self.extraPrefs.get("fission.disableSessionHistoryInParent"), "socketprocess_e10s": self.extraPrefs.get( "network.process.enabled", False ),