Pier Angelo Vendrame pushed to branch base-browser-146.0a1-16.0-1 at The Tor
Project / Applications / Tor Browser
Commits:
ba2afd08 by Pier Angelo Vendrame at 2025-12-08T19:31:38+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.
- - - - -
be241d6f by Pier Angelo Vendrame at 2025-12-08T19:31:39+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/tor-browser/-/compare/f332a1a0f8cf998a2e2d46d57feaa710b565ac55...be241d6fd1026a9da3fcec565e623e8c617cc425
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/f332a1a0f8cf998a2e2d46d57feaa710b565ac55...be241d6fd1026a9da3fcec565e623e8c617cc425
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]