diff --git a/README.md b/README.md index 16ecc63e6..a2c883d41 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ 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 `142.0.1`! 🚀 +- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `143.0`! 🚀 - [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 143.0`! ### Contributing diff --git a/build/firefox-cache/l10n-last-commit-hash b/build/firefox-cache/l10n-last-commit-hash index d233c0aa3..9fdba04f8 100644 --- a/build/firefox-cache/l10n-last-commit-hash +++ b/build/firefox-cache/l10n-last-commit-hash @@ -1 +1 @@ -900c4f612d9432ae34a1a596a271fd2ce343dd18 \ No newline at end of file +f133603c01cef2f89335eed364aa1e6316acc5dd \ No newline at end of file diff --git a/src/browser/components/urlbar/UrlbarInput-sys-mjs.patch b/src/browser/components/urlbar/UrlbarInput-sys-mjs.patch index ff8657fb3..79eba8b6d 100644 --- a/src/browser/components/urlbar/UrlbarInput-sys-mjs.patch +++ b/src/browser/components/urlbar/UrlbarInput-sys-mjs.patch @@ -1,5 +1,5 @@ diff --git a/browser/components/urlbar/UrlbarInput.sys.mjs b/browser/components/urlbar/UrlbarInput.sys.mjs -index 1c447bd31de854d1522dbcfb5d7ad557c84f1388..74c5fbd66d205f932424224d88135fefdae79d50 100644 +index 1c447bd31de854d1522dbcfb5d7ad557c84f1388..2341d04c5afee303ce4150c3c2c563851ae89385 100644 --- a/browser/components/urlbar/UrlbarInput.sys.mjs +++ b/browser/components/urlbar/UrlbarInput.sys.mjs @@ -74,6 +74,13 @@ ChromeUtils.defineLazyGetter(lazy, "logger", () => @@ -58,7 +58,7 @@ index 1c447bd31de854d1522dbcfb5d7ad557c84f1388..74c5fbd66d205f932424224d88135fef this.handleNavigation({ event }); + this.document.ownerGlobal.setTimeout(() => { + this.window.document.documentElement.removeAttribute("supress-primary-adjustment"); -+ }, 0); ++ }, 100); } /** @@ -106,7 +106,7 @@ index 1c447bd31de854d1522dbcfb5d7ad557c84f1388..74c5fbd66d205f932424224d88135fef + this.window.gBrowser.selectedBrowser.focus(); + this.document.ownerGlobal.setTimeout(() => { + this.window.document.documentElement.removeAttribute("supress-primary-adjustment"); -+ }, 0); ++ }, 100); + + this.removeAttribute("zen-floating-urlbar"); + diff --git a/src/zen/workspaces/ZenWorkspaces.mjs b/src/zen/workspaces/ZenWorkspaces.mjs index 069f9c36e..06feb3c91 100644 --- a/src/zen/workspaces/ZenWorkspaces.mjs +++ b/src/zen/workspaces/ZenWorkspaces.mjs @@ -1558,7 +1558,11 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature { } async changeWorkspace(workspace, ...args) { - if (!this.workspaceEnabled || this._inChangingWorkspace) { + if ( + !this.workspaceEnabled || + this._inChangingWorkspace || + gNavToolbox.hasAttribute('movingtab') + ) { return; } this._inChangingWorkspace = true; diff --git a/surfer.json b/surfer.json index 24bba01ba..cad6fdc94 100644 --- a/surfer.json +++ b/surfer.json @@ -5,7 +5,7 @@ "binaryName": "zen", "version": { "product": "firefox", - "version": "142.0.1", + "version": "143.0", "candidate": "143.0" }, "buildOptions": {