diff --git a/README.md b/README.md index 1a6b9b83f..594b0c3f3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Zen is currently built using Firefox version `135.0.1`! 🚀 -- [`Zen Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 135.0.1`! +- [`Zen Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 136.0`! - Check out the latest [release notes](https://zen-browser.app/release-notes)! - Part of our mission is to keep Zen up-to-date with the latest version of Firefox, so you can enjoy the latest features and security updates! diff --git a/firefox-cache/l10n-last-commit-hash b/firefox-cache/l10n-last-commit-hash index 8b8f69eb6..e69de29bb 100644 --- a/firefox-cache/l10n-last-commit-hash +++ b/firefox-cache/l10n-last-commit-hash @@ -1 +0,0 @@ -8d18d852fbaeaa05c6ec3ebd9b35312f2c58021f diff --git a/scripts/update_ff.py b/scripts/update_ff.py index df61856d5..40f94f84b 100644 --- a/scripts/update_ff.py +++ b/scripts/update_ff.py @@ -60,7 +60,7 @@ def update_readme(last_version, new_version, is_rc=False): def update_l10n_last_commit_hash(): L10N_REPO = "https://github.com/mozilla-l10n/firefox-l10n" try: - os.system(f"git clone {L10N_REPO} l10n-temp") + os.system(f"git clone {L10N_REPO} l10n-temp --depth 1") if not os.path.exists("firefox-cache"): os.mkdir("firefox-cache") os.system("cat l10n-temp/.git/refs/heads/main > firefox-cache/l10n-last-commit-hash") diff --git a/src/browser/base/content/aboutDialog-xhtml.patch b/src/browser/base/content/aboutDialog-xhtml.patch index 30610d773..38588c58c 100644 --- a/src/browser/base/content/aboutDialog-xhtml.patch +++ b/src/browser/base/content/aboutDialog-xhtml.patch @@ -1,8 +1,8 @@ diff --git a/browser/base/content/aboutDialog.xhtml b/browser/base/content/aboutDialog.xhtml -index 1e5c0f1c59175ec4a39938974c4a7a5c6355439f..ac9fe4b792c12a1aecba1fbbc941da9be6a53ce4 100644 +index 53e4616a99b7826453d5b6dea027184d90bc73f7..90c9fe5683411cf3087bebd3d0941decf6d23e89 100644 --- a/browser/base/content/aboutDialog.xhtml +++ b/browser/base/content/aboutDialog.xhtml -@@ -36,6 +36,7 @@ +@@ -34,6 +34,7 @@ @@ -10,7 +10,7 @@ index 1e5c0f1c59175ec4a39938974c4a7a5c6355439f..ac9fe4b792c12a1aecba1fbbc941da9b -@@ -130,13 +131,15 @@ +@@ -124,21 +125,23 @@ @@ -27,11 +27,12 @@ index 1e5c0f1c59175ec4a39938974c4a7a5c6355439f..ac9fe4b792c12a1aecba1fbbc941da9b -@@ -144,7 +147,7 @@ + diff --git a/src/browser/base/content/browser-xhtml.patch b/src/browser/base/content/browser-xhtml.patch index 8ed07aa02..fca20413e 100644 --- a/src/browser/base/content/browser-xhtml.patch +++ b/src/browser/base/content/browser-xhtml.patch @@ -1,8 +1,8 @@ diff --git a/browser/base/content/browser.xhtml b/browser/base/content/browser.xhtml -index 891c067d6ad718061c410c04743bed25744504b5..135c8515bbcb534c3f900e7ba1ee4d3b9fe17436 100644 +index 68849f5093cd8ab99ab0747d972799eaf3ad7e22..3b4e6a179ab7b71859f832709778c326a39cffda 100644 --- a/browser/base/content/browser.xhtml +++ b/browser/base/content/browser.xhtml -@@ -25,6 +25,7 @@ +@@ -26,6 +26,7 @@ sizemode="normal" retargetdocumentfocus="urlbar-input" scrolling="false" @@ -10,7 +10,7 @@ index 891c067d6ad718061c410c04743bed25744504b5..135c8515bbcb534c3f900e7ba1ee4d3b persist="screenX screenY width height sizemode" data-l10n-sync="true"> -@@ -99,6 +100,8 @@ +@@ -100,6 +101,8 @@ @@ -19,15 +19,15 @@ index 891c067d6ad718061c410c04743bed25744504b5..135c8515bbcb534c3f900e7ba1ee4d3b # All JS files which are needed by browser.xhtml and other top level windows to # support MacOS specific features *must* go into the global-scripts.inc file so # that they can be shared with macWindow.inc.xhtml. -@@ -143,6 +146,7 @@ - window.addEventListener("DOMContentLoaded", - gBrowserInit.onDOMContentLoaded.bind(gBrowserInit), { once: true }); +@@ -169,6 +172,7 @@ + }); + }); +#include zen-assets.inc.xhtml # All sets except for popupsets (commands, keys, and stringbundles) -@@ -164,9 +168,13 @@ +@@ -190,9 +194,13 @@ diff --git a/src/browser/components/tabbrowser/content/tab-js.patch b/src/browser/components/tabbrowser/content/tab-js.patch index 13154a7f8..2fa672220 100644 --- a/src/browser/components/tabbrowser/content/tab-js.patch +++ b/src/browser/components/tabbrowser/content/tab-js.patch @@ -1,5 +1,5 @@ diff --git a/browser/components/tabbrowser/content/tab.js b/browser/components/tabbrowser/content/tab.js -index d41c486c02a6f09dcff5741a59ad8b617294c481..8e902dcb3792c75238ac13a8bf9199b34451aa51 100644 +index 777eabb7524f2b021a03b3f54d69faee49b7381d..192d2fa058f7d9f043532c0ae6e4c08129d16b8e 100644 --- a/browser/components/tabbrowser/content/tab.js +++ b/browser/components/tabbrowser/content/tab.js @@ -16,6 +16,7 @@ @@ -10,9 +10,9 @@ index d41c486c02a6f09dcff5741a59ad8b617294c481..8e902dcb3792c75238ac13a8bf9199b3 -@@ -35,8 +36,10 @@ +@@ -32,8 +33,10 @@ + +