Pier Angelo Vendrame pushed to branch mullvad-browser-146.0a1-16.0-1 at The Tor
Project / Applications / Mullvad Browser
Commits:
1f7dc3ea by Pier Angelo Vendrame at 2025-12-08T19:32:08+01:00
dropme! BB 4234: Use the Firefox Update Process for Base Browser.
Remove this part of the code.
The next commit should be moved earlier in the patchset at the next
rebase.
- - - - -
5afe0e58 by Pier Angelo Vendrame at 2025-12-08T19:32:08+01:00
BB 44118: Disable Mozilla's nightly and early beta features.
- - - - -
1 changed file:
- build/moz.configure/init.configure
Changes:
=====================================
build/moz.configure/init.configure
=====================================
@@ -1103,7 +1103,7 @@ def milestone(build_env, build_project, version_path,
as_milestone, _):
die("Could not find a version number in {}".format(p))
versions.append(content[-1])
- is_early_beta_or_earlier = None
+ is_early_beta_or_earlier = False
if as_milestone:
if "a1" not in versions[0]:
# We could make this work with some effort
@@ -1111,8 +1111,6 @@ def milestone(build_env, build_project, version_path,
as_milestone, _):
as_milestone = as_milestone[0]
as_milestone_flag = "" if as_milestone == "release" else "b1"
versions = [v.replace("a1", as_milestone_flag) for v in versions]
- if as_milestone == "early-beta":
- is_early_beta_or_earlier = True
milestone, firefox_version, firefox_version_display = versions[:3]
@@ -1133,7 +1131,7 @@ def milestone(build_env, build_project, version_path,
as_milestone, _):
m = re.search(r"([ab]\d+)", milestone)
ab_patch = m.group(1) if m else ""
- if not as_milestone:
+ if False:
defines = os.path.join(build_env.topsrcdir, "build", "defines.sh")
with open(defines, "r") as fh:
for line in fh.read().splitlines():
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/ee5d9291abe85f7f1e6b50ac389850bd525ea32e...5afe0e58be43cf119b229d1fc8e8bf265653baf4
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/ee5d9291abe85f7f1e6b50ac389850bd525ea32e...5afe0e58be43cf119b229d1fc8e8bf265653baf4
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]