tor-browser

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

commit 3629c0b5658aca1bddfb787561667f7755883286
parent 9e40dfef52d9a5e2caa1ee7afcf695fdc262b6f6
Author: kycn <35106533+kycn@users.noreply.github.com>
Date:   Thu, 20 Nov 2025 08:42:34 +0000

Bug 1999092 - Sync mochitest's SHIP on Android pref with the value of the pref in the StaticPrefList file. r=farre

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

Diffstat:
Mtesting/mochitest/runtests.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/mochitest/runtests.py b/testing/mochitest/runtests.py @@ -3527,7 +3527,7 @@ toolbar#nav-bar { or not self.extraPrefs.get( "fission.disableSessionHistoryInParent", mozinfo.info["os"] == "android" - and mozinfo.info.get("release_or_beta", False), + and not mozinfo.info.get("early_beta_or_earlier", False), ), "socketprocess_e10s": self.extraPrefs.get( "network.process.enabled", False