mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-07 10:26:36 +00:00
chore: Updated to Firefox 143.0
, b=no-bug, c=l10n, workspaces
This commit is contained in:
@@ -34,7 +34,7 @@ Zen is a firefox-based browser with the aim of pushing your productivity to a ne
|
|||||||
|
|
||||||
### Firefox Versions
|
### 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`!
|
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 143.0`!
|
||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
|
@@ -1 +1 @@
|
|||||||
900c4f612d9432ae34a1a596a271fd2ce343dd18
|
f133603c01cef2f89335eed364aa1e6316acc5dd
|
@@ -1,5 +1,5 @@
|
|||||||
diff --git a/browser/components/urlbar/UrlbarInput.sys.mjs b/browser/components/urlbar/UrlbarInput.sys.mjs
|
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
|
--- a/browser/components/urlbar/UrlbarInput.sys.mjs
|
||||||
+++ b/browser/components/urlbar/UrlbarInput.sys.mjs
|
+++ b/browser/components/urlbar/UrlbarInput.sys.mjs
|
||||||
@@ -74,6 +74,13 @@ ChromeUtils.defineLazyGetter(lazy, "logger", () =>
|
@@ -74,6 +74,13 @@ ChromeUtils.defineLazyGetter(lazy, "logger", () =>
|
||||||
@@ -58,7 +58,7 @@ index 1c447bd31de854d1522dbcfb5d7ad557c84f1388..74c5fbd66d205f932424224d88135fef
|
|||||||
this.handleNavigation({ event });
|
this.handleNavigation({ event });
|
||||||
+ this.document.ownerGlobal.setTimeout(() => {
|
+ this.document.ownerGlobal.setTimeout(() => {
|
||||||
+ this.window.document.documentElement.removeAttribute("supress-primary-adjustment");
|
+ this.window.document.documentElement.removeAttribute("supress-primary-adjustment");
|
||||||
+ }, 0);
|
+ }, 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -106,7 +106,7 @@ index 1c447bd31de854d1522dbcfb5d7ad557c84f1388..74c5fbd66d205f932424224d88135fef
|
|||||||
+ this.window.gBrowser.selectedBrowser.focus();
|
+ this.window.gBrowser.selectedBrowser.focus();
|
||||||
+ this.document.ownerGlobal.setTimeout(() => {
|
+ this.document.ownerGlobal.setTimeout(() => {
|
||||||
+ this.window.document.documentElement.removeAttribute("supress-primary-adjustment");
|
+ this.window.document.documentElement.removeAttribute("supress-primary-adjustment");
|
||||||
+ }, 0);
|
+ }, 100);
|
||||||
+
|
+
|
||||||
+ this.removeAttribute("zen-floating-urlbar");
|
+ this.removeAttribute("zen-floating-urlbar");
|
||||||
+
|
+
|
||||||
|
@@ -1558,7 +1558,11 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async changeWorkspace(workspace, ...args) {
|
async changeWorkspace(workspace, ...args) {
|
||||||
if (!this.workspaceEnabled || this._inChangingWorkspace) {
|
if (
|
||||||
|
!this.workspaceEnabled ||
|
||||||
|
this._inChangingWorkspace ||
|
||||||
|
gNavToolbox.hasAttribute('movingtab')
|
||||||
|
) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this._inChangingWorkspace = true;
|
this._inChangingWorkspace = true;
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
"binaryName": "zen",
|
"binaryName": "zen",
|
||||||
"version": {
|
"version": {
|
||||||
"product": "firefox",
|
"product": "firefox",
|
||||||
"version": "142.0.1",
|
"version": "143.0",
|
||||||
"candidate": "143.0"
|
"candidate": "143.0"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
|
Reference in New Issue
Block a user