no-bug: Sync upstream Firefox to version 151.0.3 (gh-13991)

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>
This commit is contained in:
mr. m
2026-06-02 15:47:19 +02:00
committed by GitHub
parent 2311e183f1
commit 0a45b82a6c
4 changed files with 9 additions and 8 deletions

View File

@@ -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",