From 0a45b82a6cb5ab3f32fa97e464395e99159ddda5 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:47:19 +0200 Subject: [PATCH] no-bug: Sync upstream Firefox to version `151.0.3` (gh-13991) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR syncs the upstream Firefox to version 151.0.3. * ✅ All patches applied cleanly. @mr-cheffy please review and merge this PR. --------- Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com> --- README.md | 4 ++-- build/firefox-cache/l10n-last-commit-hash | 2 +- src/zen/tests/mochitests/sandbox/browser.toml | 5 +++-- surfer.json | 6 +++--- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cb51a0f61..f2655b75a 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Zen is a firefox-based browser with the aim of pushing your productivity to a ne ### Firefox Versions -- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `151.0.2`! 🚀 -- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 151.0.2`! +- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `151.0.3`! 🚀 +- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 151.0.3`! ### Contributing diff --git a/build/firefox-cache/l10n-last-commit-hash b/build/firefox-cache/l10n-last-commit-hash index 7bcc95dc3..dce1749c7 100644 --- a/build/firefox-cache/l10n-last-commit-hash +++ b/build/firefox-cache/l10n-last-commit-hash @@ -1 +1 @@ -05272df13c2e4f435b4e0a706715f302b09ef829 \ No newline at end of file +5c4d14a559bf26eb4ab3e136d2084310ebe51ac0 \ No newline at end of file diff --git a/src/zen/tests/mochitests/sandbox/browser.toml b/src/zen/tests/mochitests/sandbox/browser.toml index f12d053b9..8e5eb4723 100644 --- a/src/zen/tests/mochitests/sandbox/browser.toml +++ b/src/zen/tests/mochitests/sandbox/browser.toml @@ -25,11 +25,11 @@ tags = "os_integration" ["browser_content_sandbox_fs.js"] skip-if = [ - "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 2023967 "os == 'win' && os_version == '11.26100' && arch == 'x86' && debug", # bug 1379635 - "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && debug", # bug 1379635 "os == 'win' && os_version == '11.26200' && arch == 'x86' && debug", # bug 1379635 + "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && debug", # bug 1379635 "os == 'win' && os_version == '11.26200' && arch == 'x86_64' && debug", # bug 1379635 + "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 2023967 ] ["browser_content_sandbox_syscalls.js"] @@ -38,6 +38,7 @@ skip-if = [ skip-if = [ "os == 'win' && os_version == '11.26200' && arch == 'x86' && debug", # bug 2028636 "os == 'win' && os_version == '11.26200' && arch == 'x86_64' && debug", # bug 2028636 + "os == 'linux' && debug && artifact", # bug 1945658 ] run-if = [ "debug", diff --git a/surfer.json b/surfer.json index fefc53dd4..479ccbe91 100644 --- a/surfer.json +++ b/surfer.json @@ -5,8 +5,8 @@ "binaryName": "zen", "version": { "product": "firefox", - "version": "151.0.2", - "candidate": "151.0.2", + "version": "151.0.3", + "candidate": "151.0.3", "candidateBuild": 1 }, "buildOptions": { @@ -54,4 +54,4 @@ "licenseType": "MPL-2.0" }, "updateHostname": "updates.zen-browser.app" -} \ No newline at end of file +}