mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-01 23:06:35 +00:00
Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70f19e6d3d | ||
|
|
312ad69d65 | ||
|
|
5d10922d91 | ||
|
|
44f7616238 | ||
|
|
dc3ff8b1c9 | ||
|
|
06392af296 | ||
|
|
87220f71f4 | ||
|
|
84ba80bc11 | ||
|
|
e59e37fcbb | ||
|
|
f4781daa49 | ||
|
|
4e9c958f8d | ||
|
|
54692261f8 | ||
|
|
1fdc1d4475 | ||
|
|
9f9ae52c63 | ||
|
|
3c3322058e | ||
|
|
31bb9d606d | ||
|
|
b6cb8338e3 |
@@ -34,8 +34,8 @@ 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 `152.0.1`! 🚀
|
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `152.0.4`! 🚀
|
||||||
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 152.0.1`!
|
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 152.0.4`!
|
||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2960f4c1ce58d289d3b9ec885695f0017d2636ab
|
3985a970489e32fc751e1b80abf4d5534c905e45
|
||||||
@@ -6,13 +6,13 @@ zen-folders-search-placeholder =
|
|||||||
.placeholder = Search { $folder-name }...
|
.placeholder = Search { $folder-name }...
|
||||||
|
|
||||||
zen-folders-panel-rename-folder =
|
zen-folders-panel-rename-folder =
|
||||||
.label = Rename Folder
|
.label = Rename Folder…
|
||||||
|
|
||||||
zen-folders-panel-unpack-folder =
|
zen-folders-panel-unpack-folder =
|
||||||
.label = Unpack Folder
|
.label = Unpack Folder
|
||||||
|
|
||||||
zen-folders-new-subfolder =
|
zen-folders-new-subfolder =
|
||||||
.label = New Subfolder
|
.label = New Subfolder…
|
||||||
|
|
||||||
zen-folders-panel-delete-folder =
|
zen-folders-panel-delete-folder =
|
||||||
.label = Delete Folder
|
.label = Delete Folder
|
||||||
@@ -21,7 +21,7 @@ zen-folders-panel-convert-folder-to-space =
|
|||||||
.label = Convert folder to Space
|
.label = Convert folder to Space
|
||||||
|
|
||||||
zen-folders-panel-change-folder-space =
|
zen-folders-panel-change-folder-space =
|
||||||
.label = Change Space...
|
.label = Change Space
|
||||||
|
|
||||||
zen-folders-unload-all-tooltip =
|
zen-folders-unload-all-tooltip =
|
||||||
.tooltiptext = Unload active in this folder
|
.tooltiptext = Unload active in this folder
|
||||||
|
|||||||
@@ -19,17 +19,23 @@ tab-context-zen-add-essential-badge = { $num } / { $max }
|
|||||||
tab-context-zen-remove-essential =
|
tab-context-zen-remove-essential =
|
||||||
.label = Remove from Essentials
|
.label = Remove from Essentials
|
||||||
.accesskey = R
|
.accesskey = R
|
||||||
tab-context-zen-replace-pinned-url-with-current =
|
tab-context-zen-edit-pinned-page =
|
||||||
.label =
|
.label =
|
||||||
{ $isEssential ->
|
{ $isEssential ->
|
||||||
[true] Replace Essential URL with Current
|
[true] Edit Essential URL
|
||||||
*[false] Replace Pinned URL with Current
|
*[false] Edit Pinned URL
|
||||||
}
|
}
|
||||||
|
.accesskey = P
|
||||||
|
tab-context-zen-replace-pinned-url-with-current =
|
||||||
|
.label = Replace with Current URL
|
||||||
.accesskey = C
|
.accesskey = C
|
||||||
|
tab-context-zen-edit-pinned-url =
|
||||||
|
.label = Edit…
|
||||||
|
.accesskey = E
|
||||||
tab-context-zen-edit-title =
|
tab-context-zen-edit-title =
|
||||||
.label = Change Label...
|
.label = Change Label…
|
||||||
tab-context-zen-edit-icon =
|
tab-context-zen-edit-icon =
|
||||||
.label = Change Icon...
|
.label = Change Icon…
|
||||||
|
|
||||||
zen-themes-corrupted = Your { -brand-short-name } mods file is corrupted. They have been reset to the default theme.
|
zen-themes-corrupted = Your { -brand-short-name } mods file is corrupted. They have been reset to the default theme.
|
||||||
zen-shortcuts-corrupted = Your { -brand-short-name } shortcuts file is corrupted. They have been reset to the default shortcuts.
|
zen-shortcuts-corrupted = Your { -brand-short-name } shortcuts file is corrupted. They have been reset to the default shortcuts.
|
||||||
@@ -55,6 +61,10 @@ zen-general-confirm =
|
|||||||
.label = Confirm
|
.label = Confirm
|
||||||
|
|
||||||
zen-pinned-tab-replaced = Pinned tab URL has been replaced with the current URL!
|
zen-pinned-tab-replaced = Pinned tab URL has been replaced with the current URL!
|
||||||
|
zen-pinned-tab-url-edited = Pinned tab URL has been updated!
|
||||||
|
zen-pinned-tab-url-invalid = That doesn't look like a valid URL.
|
||||||
|
zen-pinned-tab-edit-url-title = Edit Pinned URL
|
||||||
|
zen-pinned-tab-edit-url-label = Enter the URL this pinned tab should point to:
|
||||||
zen-tabs-renamed = Tab has been successfully renamed!
|
zen-tabs-renamed = Tab has been successfully renamed!
|
||||||
zen-background-tab-opened-toast = New background tab opened!
|
zen-background-tab-opened-toast = New background tab opened!
|
||||||
zen-workspace-renamed-toast = Workspace has been successfully renamed!
|
zen-workspace-renamed-toast = Workspace has been successfully renamed!
|
||||||
|
|||||||
@@ -25,3 +25,9 @@ zen-space-routing-open-in = Open In
|
|||||||
zen-space-routing-url = URL
|
zen-space-routing-url = URL
|
||||||
|
|
||||||
zen-space-routing-tab-routed-toast = New tab opened in { $targetWorkspace }
|
zen-space-routing-tab-routed-toast = New tab opened in { $targetWorkspace }
|
||||||
|
tab-context-zen-add-domain-to-sr =
|
||||||
|
.label =
|
||||||
|
{ $tabCount ->
|
||||||
|
[one] Add Route for Domain
|
||||||
|
*[other] Add Route for Domains
|
||||||
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ zen-toolbar-context-compact-mode-hide-both =
|
|||||||
.accesskey = H
|
.accesskey = H
|
||||||
|
|
||||||
zen-toolbar-context-move-to-folder =
|
zen-toolbar-context-move-to-folder =
|
||||||
.label = Move to Folder...
|
.label = Move to Folder
|
||||||
.accesskey = M
|
.accesskey = M
|
||||||
|
|
||||||
zen-toolbar-context-new-folder =
|
zen-toolbar-context-new-folder =
|
||||||
@@ -31,7 +31,7 @@ sidebar-zen-expand =
|
|||||||
.label = Expand Sidebar
|
.label = Expand Sidebar
|
||||||
|
|
||||||
sidebar-zen-create-new =
|
sidebar-zen-create-new =
|
||||||
.label = Create New...
|
.label = Create New
|
||||||
|
|
||||||
tabbrowser-unload-tab-button =
|
tabbrowser-unload-tab-button =
|
||||||
.tooltiptext =
|
.tooltiptext =
|
||||||
|
|||||||
@@ -24,10 +24,10 @@ zen-workspaces-panel-context-delete =
|
|||||||
.accesskey = D
|
.accesskey = D
|
||||||
|
|
||||||
zen-workspaces-panel-change-name =
|
zen-workspaces-panel-change-name =
|
||||||
.label = Change Name
|
.label = Change Name…
|
||||||
|
|
||||||
zen-workspaces-panel-change-icon =
|
zen-workspaces-panel-change-icon =
|
||||||
.label = Change Icon
|
.label = Change Icon…
|
||||||
|
|
||||||
zen-workspaces-panel-context-default-profile =
|
zen-workspaces-panel-context-default-profile =
|
||||||
.label = Set Profile
|
.label = Set Profile
|
||||||
@@ -42,7 +42,7 @@ zen-workspaces-how-to-reorder-title = How to reorder spaces
|
|||||||
zen-workspaces-how-to-reorder-desc = Drag the space icons at the bottom of the sidebar to reorder them
|
zen-workspaces-how-to-reorder-desc = Drag the space icons at the bottom of the sidebar to reorder them
|
||||||
|
|
||||||
zen-workspaces-change-theme =
|
zen-workspaces-change-theme =
|
||||||
.label = Edit Theme
|
.label = Edit Theme…
|
||||||
|
|
||||||
zen-workspaces-panel-context-open =
|
zen-workspaces-panel-context-open =
|
||||||
.label = Open Workspace
|
.label = Open Workspace
|
||||||
@@ -72,7 +72,7 @@ zen-workspace-creation-name =
|
|||||||
.placeholder = Space Name
|
.placeholder = Space Name
|
||||||
|
|
||||||
zen-move-tab-to-workspace-button =
|
zen-move-tab-to-workspace-button =
|
||||||
.label = Move To...
|
.label = Move To
|
||||||
.tooltiptext = Move all tabs in this window to a Space
|
.tooltiptext = Move all tabs in this window to a Space
|
||||||
|
|
||||||
zen-workspaces-panel-context-reorder =
|
zen-workspaces-panel-context-reorder =
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
"build": "surfer build",
|
"build": "surfer build",
|
||||||
"build:ui": "surfer build --ui",
|
"build:ui": "surfer build --ui",
|
||||||
"start": "cd engine && python3 ./mach run --noprofile",
|
"start": "cd engine && python3 ./mach run --noprofile",
|
||||||
"start:debug": "npm start -- --jsdebugger --wait-for-jsdebugger",
|
|
||||||
"start:bloat": "XPCOM_MEM_BLOAT_LOG=1 npm start",
|
"start:bloat": "XPCOM_MEM_BLOAT_LOG=1 npm start",
|
||||||
"import": "npm run ffprefs && npm run import:dumps && surfer import",
|
"import": "npm run ffprefs && npm run import:dumps && surfer import",
|
||||||
"import:dumps": "python3 scripts/update_service_dumps.py",
|
"import:dumps": "python3 scripts/update_service_dumps.py",
|
||||||
|
|||||||
@@ -23,3 +23,6 @@
|
|||||||
|
|
||||||
- name: browser.ml.linkPreview.enabled
|
- name: browser.ml.linkPreview.enabled
|
||||||
value: false
|
value: false
|
||||||
|
|
||||||
|
- name: browser.preferences.aiControls
|
||||||
|
value: false
|
||||||
|
|||||||
18
src/browser/base/content/aboutDialog-css.patch
Normal file
18
src/browser/base/content/aboutDialog-css.patch
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
diff --git a/browser/base/content/aboutDialog.css b/browser/base/content/aboutDialog.css
|
||||||
|
index 017125bc2510e5f5e317a5e78c40d6aa9ded76ca..d343d8c62a2251e3c3a33ae8f2ab9c4c68218c22 100644
|
||||||
|
--- a/browser/base/content/aboutDialog.css
|
||||||
|
+++ b/browser/base/content/aboutDialog.css
|
||||||
|
@@ -135,6 +135,13 @@
|
||||||
|
margin: 0 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
+#trademark {
|
||||||
|
+ font-size: xx-small;
|
||||||
|
+ text-align: center;
|
||||||
|
+ margin-block: 10px;
|
||||||
|
+ color: var(--text-color-deemphasized);
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
#currentChannel {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
diff --git a/browser/base/content/aboutDialog.xhtml b/browser/base/content/aboutDialog.xhtml
|
diff --git a/browser/base/content/aboutDialog.xhtml b/browser/base/content/aboutDialog.xhtml
|
||||||
index 3ffd464b960a4299a7dd0cd87e4fc2f781b9d593..ef9f42d1f0196902b4af31f4496891fcd6319831 100644
|
index 3ffd464b960a4299a7dd0cd87e4fc2f781b9d593..7a831c8ee2b73bb89bf8a82ac24958b55c16a5aa 100644
|
||||||
--- a/browser/base/content/aboutDialog.xhtml
|
--- a/browser/base/content/aboutDialog.xhtml
|
||||||
+++ b/browser/base/content/aboutDialog.xhtml
|
+++ b/browser/base/content/aboutDialog.xhtml
|
||||||
@@ -102,10 +102,6 @@
|
@@ -102,10 +102,6 @@
|
||||||
@@ -39,8 +39,8 @@ index 3ffd464b960a4299a7dd0cd87e4fc2f781b9d593..ef9f42d1f0196902b4af31f4496891fc
|
|||||||
<label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:license" data-l10n-id="bottomLinks-license"/>
|
<label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:license" data-l10n-id="bottomLinks-license"/>
|
||||||
- <label is="text-link" class="bottom-link" href="https://www.mozilla.org/about/legal/terms/firefox/" data-l10n-id="bottom-links-terms"/>
|
- <label is="text-link" class="bottom-link" href="https://www.mozilla.org/about/legal/terms/firefox/" data-l10n-id="bottom-links-terms"/>
|
||||||
- <label is="text-link" class="bottom-link" href="https://www.mozilla.org/privacy/firefox/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog" data-l10n-id="bottom-links-privacy"/>
|
- <label is="text-link" class="bottom-link" href="https://www.mozilla.org/privacy/firefox/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog" data-l10n-id="bottom-links-privacy"/>
|
||||||
+ <label is="text-link" class="bottom-link" href="about:rights" data-l10n-id="bottomLinks-rights"/>
|
+ <label is="text-link" class="bottom-link" href="about:rights" data-l10n-id="bottom-links-terms"/>
|
||||||
+ <label is="text-link" class="bottom-link" href="https://www.zen-browser.app/privacy-policy/" data-l10n-id="bottomLinks-privacy"/>
|
+ <label is="text-link" class="bottom-link" href="https://www.zen-browser.app/privacy-policy/" data-l10n-id="bottom-links-privacy"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<description id="trademark" data-l10n-id="trademarkInfo"></description>
|
<description id="trademark" data-l10n-id="trademarkInfo"></description>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
<command id="cmd_zenToggleTabsOnRight" />
|
<command id="cmd_zenToggleTabsOnRight" />
|
||||||
|
|
||||||
<command id="cmd_zenReplacePinnedUrlWithCurrent" />
|
<command id="cmd_zenReplacePinnedUrlWithCurrent" />
|
||||||
|
<command id="cmd_zenEditPinnedUrl" />
|
||||||
<command id="cmd_contextZenAddToEssentials" />
|
<command id="cmd_contextZenAddToEssentials" />
|
||||||
<command id="cmd_contextZenRemoveFromEssentials" />
|
<command id="cmd_contextZenRemoveFromEssentials" />
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ index 57add34d876fb885275f1147209c6fbeee367a7c..be0ab43b299317c0022a5e719f47a070
|
|||||||
],
|
],
|
||||||
resizeCallback: async ({ title, frame }) => {
|
resizeCallback: async ({ title, frame }) => {
|
||||||
// Search within main document and highlight matched keyword.
|
// Search within main document and highlight matched keyword.
|
||||||
@@ -437,6 +438,8 @@ const CONFIG_PANES = Object.freeze({
|
@@ -437,6 +437,8 @@ const CONFIG_PANES = Object.freeze({
|
||||||
tabsBrowsing: {
|
tabsBrowsing: {
|
||||||
l10nId: "tabs-browsing-section",
|
l10nId: "tabs-browsing-section",
|
||||||
groupIds: [
|
groupIds: [
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
diff --git a/browser/components/tabbrowser/content/tabbrowser.js b/browser/components/tabbrowser/content/tabbrowser.js
|
diff --git a/browser/components/tabbrowser/content/tabbrowser.js b/browser/components/tabbrowser/content/tabbrowser.js
|
||||||
index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe265655d7171ce 100644
|
index 08b5b56e069d038d72c87355920c4ce8a55ed805..7349b78214fe23700c6496293ac03cdb992510fa 100644
|
||||||
--- a/browser/components/tabbrowser/content/tabbrowser.js
|
--- a/browser/components/tabbrowser/content/tabbrowser.js
|
||||||
+++ b/browser/components/tabbrowser/content/tabbrowser.js
|
+++ b/browser/components/tabbrowser/content/tabbrowser.js
|
||||||
@@ -511,6 +511,7 @@
|
@@ -511,6 +511,7 @@
|
||||||
@@ -109,7 +109,13 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
tab.linkedPanel = uniqueId;
|
tab.linkedPanel = uniqueId;
|
||||||
this._selectedTab = tab;
|
this._selectedTab = tab;
|
||||||
this._selectedBrowser = browser;
|
this._selectedBrowser = browser;
|
||||||
@@ -1131,13 +1192,18 @@
|
@@ -1126,18 +1187,24 @@
|
||||||
|
aTab,
|
||||||
|
{ telemetrySource = this.TabMetrics.METRIC_SOURCE.UNKNOWN } = {}
|
||||||
|
) {
|
||||||
|
+ aTab = gZenGlanceManager.getTabOrGlanceParent(gBrowser.selectedTab);
|
||||||
|
if (aTab.pinned || aTab == FirefoxViewHandler.tab) {
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.showTab(aTab);
|
this.showTab(aTab);
|
||||||
@@ -129,7 +135,13 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
|
|
||||||
aTab.setAttribute("pinned", "true");
|
aTab.setAttribute("pinned", "true");
|
||||||
this._updateTabBarForPinnedTabs();
|
this._updateTabBarForPinnedTabs();
|
||||||
@@ -1150,11 +1216,19 @@
|
@@ -1145,16 +1212,25 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
unpinTab(aTab) {
|
||||||
|
+ aTab = gZenGlanceManager.getTabOrGlanceParent(gBrowser.selectedTab);
|
||||||
|
if (!aTab.pinned) {
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.#handleTabMove(aTab, () => {
|
this.#handleTabMove(aTab, () => {
|
||||||
@@ -150,7 +162,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
});
|
});
|
||||||
|
|
||||||
aTab.style.marginInlineStart = "";
|
aTab.style.marginInlineStart = "";
|
||||||
@@ -1369,6 +1443,9 @@
|
@@ -1369,6 +1445,9 @@
|
||||||
|
|
||||||
let LOCAL_PROTOCOLS = ["chrome:", "about:", "resource:", "data:"];
|
let LOCAL_PROTOCOLS = ["chrome:", "about:", "resource:", "data:"];
|
||||||
|
|
||||||
@@ -160,7 +172,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
if (
|
if (
|
||||||
aIconURL &&
|
aIconURL &&
|
||||||
!LOCAL_PROTOCOLS.some(protocol => aIconURL.startsWith(protocol))
|
!LOCAL_PROTOCOLS.some(protocol => aIconURL.startsWith(protocol))
|
||||||
@@ -1378,6 +1455,9 @@
|
@@ -1378,6 +1457,9 @@
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -170,7 +182,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
|
|
||||||
let browser = this.getBrowserForTab(aTab);
|
let browser = this.getBrowserForTab(aTab);
|
||||||
browser.mIconURL = aIconURL;
|
browser.mIconURL = aIconURL;
|
||||||
@@ -1700,7 +1780,6 @@
|
@@ -1700,7 +1782,6 @@
|
||||||
|
|
||||||
// Preview mode should not reset the owner
|
// Preview mode should not reset the owner
|
||||||
if (!this._previewMode && !oldTab.selected) {
|
if (!this._previewMode && !oldTab.selected) {
|
||||||
@@ -178,7 +190,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
}
|
}
|
||||||
|
|
||||||
let lastRelatedTab = this._lastRelatedTabMap.get(oldTab);
|
let lastRelatedTab = this._lastRelatedTabMap.get(oldTab);
|
||||||
@@ -1791,6 +1870,7 @@
|
@@ -1791,6 +1872,7 @@
|
||||||
if (!this._previewMode) {
|
if (!this._previewMode) {
|
||||||
newTab.recordTimeFromUnloadToReload();
|
newTab.recordTimeFromUnloadToReload();
|
||||||
newTab.updateLastAccessed();
|
newTab.updateLastAccessed();
|
||||||
@@ -186,7 +198,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
oldTab.updateLastAccessed();
|
oldTab.updateLastAccessed();
|
||||||
// if this is the foreground window, update the last-seen timestamps.
|
// if this is the foreground window, update the last-seen timestamps.
|
||||||
if (this.documentGlobal == BrowserWindowTracker.getTopWindow()) {
|
if (this.documentGlobal == BrowserWindowTracker.getTopWindow()) {
|
||||||
@@ -2005,6 +2085,9 @@
|
@@ -2005,6 +2087,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
let activeEl = document.activeElement;
|
let activeEl = document.activeElement;
|
||||||
@@ -196,7 +208,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
// If focus is on the old tab, move it to the new tab.
|
// If focus is on the old tab, move it to the new tab.
|
||||||
if (activeEl == oldTab) {
|
if (activeEl == oldTab) {
|
||||||
newTab.focus();
|
newTab.focus();
|
||||||
@@ -2043,7 +2126,7 @@
|
@@ -2043,7 +2128,7 @@
|
||||||
// Focus the location bar if it was previously focused for that tab.
|
// Focus the location bar if it was previously focused for that tab.
|
||||||
// In full screen mode, only bother making the location bar visible
|
// In full screen mode, only bother making the location bar visible
|
||||||
// if the tab is a blank one.
|
// if the tab is a blank one.
|
||||||
@@ -205,7 +217,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
let selectURL = () => {
|
let selectURL = () => {
|
||||||
if (this._asyncTabSwitching) {
|
if (this._asyncTabSwitching) {
|
||||||
// Set _awaitingSetURI flag to suppress popup notification
|
// Set _awaitingSetURI flag to suppress popup notification
|
||||||
@@ -2331,7 +2414,12 @@
|
@@ -2331,7 +2416,12 @@
|
||||||
return this._setTabLabel(aTab, aLabel);
|
return this._setTabLabel(aTab, aLabel);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -219,7 +231,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
if (!aLabel || (isURL && /^about:reader\?url=/.test(aLabel))) {
|
if (!aLabel || (isURL && /^about:reader\?url=/.test(aLabel))) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -2457,7 +2545,7 @@
|
@@ -2457,7 +2547,7 @@
|
||||||
newIndex = this.selectedTab._tPos + 1;
|
newIndex = this.selectedTab._tPos + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -228,7 +240,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
if (this.isTabGroupLabel(targetTab)) {
|
if (this.isTabGroupLabel(targetTab)) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
"Replacing a tab group label with a tab is not supported"
|
"Replacing a tab group label with a tab is not supported"
|
||||||
@@ -2737,6 +2825,7 @@
|
@@ -2737,6 +2827,7 @@
|
||||||
uriIsAboutBlank,
|
uriIsAboutBlank,
|
||||||
userContextId,
|
userContextId,
|
||||||
skipLoad,
|
skipLoad,
|
||||||
@@ -236,7 +248,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
} = {}) {
|
} = {}) {
|
||||||
let b = document.createXULElement("browser");
|
let b = document.createXULElement("browser");
|
||||||
// Use the JSM global to create the permanentKey, so that if the
|
// Use the JSM global to create the permanentKey, so that if the
|
||||||
@@ -2810,8 +2899,7 @@
|
@@ -2810,8 +2901,7 @@
|
||||||
// we use a different attribute name for this?
|
// we use a different attribute name for this?
|
||||||
b.setAttribute("name", name);
|
b.setAttribute("name", name);
|
||||||
}
|
}
|
||||||
@@ -246,7 +258,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
b.setAttribute("transparent", "true");
|
b.setAttribute("transparent", "true");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2981,7 +3069,7 @@
|
@@ -2981,7 +3071,7 @@
|
||||||
|
|
||||||
let panel = this.getPanel(browser);
|
let panel = this.getPanel(browser);
|
||||||
let uniqueId = this._generateUniquePanelID();
|
let uniqueId = this._generateUniquePanelID();
|
||||||
@@ -255,7 +267,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
aTab.linkedPanel = uniqueId;
|
aTab.linkedPanel = uniqueId;
|
||||||
|
|
||||||
// Inject the <browser> into the DOM if necessary.
|
// Inject the <browser> into the DOM if necessary.
|
||||||
@@ -3041,8 +3129,8 @@
|
@@ -3041,8 +3131,8 @@
|
||||||
// If we transitioned from one browser to two browsers, we need to set
|
// If we transitioned from one browser to two browsers, we need to set
|
||||||
// hasSiblings=false on both the existing browser and the new browser.
|
// hasSiblings=false on both the existing browser and the new browser.
|
||||||
if (this.tabs.length == 2) {
|
if (this.tabs.length == 2) {
|
||||||
@@ -266,7 +278,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
} else {
|
} else {
|
||||||
aTab.linkedBrowser.browsingContext.hasSiblings = this.tabs.length > 1;
|
aTab.linkedBrowser.browsingContext.hasSiblings = this.tabs.length > 1;
|
||||||
}
|
}
|
||||||
@@ -3227,7 +3315,6 @@
|
@@ -3227,7 +3317,6 @@
|
||||||
this.selectedTab = this.addTrustedTab(BROWSER_NEW_TAB_URL, {
|
this.selectedTab = this.addTrustedTab(BROWSER_NEW_TAB_URL, {
|
||||||
tabIndex: tab._tPos + 1,
|
tabIndex: tab._tPos + 1,
|
||||||
userContextId: tab.userContextId,
|
userContextId: tab.userContextId,
|
||||||
@@ -274,7 +286,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
focusUrlBar: true,
|
focusUrlBar: true,
|
||||||
});
|
});
|
||||||
resolve(this.selectedBrowser);
|
resolve(this.selectedBrowser);
|
||||||
@@ -3337,6 +3424,10 @@
|
@@ -3337,6 +3426,10 @@
|
||||||
schemelessInput,
|
schemelessInput,
|
||||||
hasValidUserGestureActivation = false,
|
hasValidUserGestureActivation = false,
|
||||||
textDirectiveUserActivation = false,
|
textDirectiveUserActivation = false,
|
||||||
@@ -285,21 +297,22 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
} = {}
|
} = {}
|
||||||
) {
|
) {
|
||||||
// all callers of addTab that pass a params object need to pass
|
// all callers of addTab that pass a params object need to pass
|
||||||
@@ -3347,10 +3438,24 @@
|
@@ -3347,10 +3440,25 @@
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
+ const beforeRouteResult = window.gZenSpaceRoutingManager.onBeforeAddTab(uriString, { skipRoute, pinned, tabGroup, fromExternal, zenWorkspaceId }, window);
|
+ const beforeRouteResult = window.gZenSpaceRoutingManager.onBeforeAddTab(uriString, { skipRoute, pinned, tabGroup, fromExternal }, window);
|
||||||
+ if (beforeRouteResult.shouldEarlyExit) {
|
+ if (beforeRouteResult.shouldEarlyExit) {
|
||||||
+ return null;
|
+ return null;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ let hasZenDefaultUserContextId = false;
|
+ let hasZenDefaultUserContextId = false;
|
||||||
|
+ let zenForcedWorkspaceId = undefined;
|
||||||
+ if (beforeRouteResult.isRouteFound && typeof userContextId !== "undefined") {
|
+ if (beforeRouteResult.isRouteFound && typeof userContextId !== "undefined") {
|
||||||
+ userContextId = beforeRouteResult.userContextId;
|
+ userContextId = beforeRouteResult.userContextId;
|
||||||
+ hasZenDefaultUserContextId = true;
|
+ hasZenDefaultUserContextId = true;
|
||||||
+ } else if (typeof gZenWorkspaces !== "undefined" && !_forZenEmptyTab) {
|
+ } else if (typeof gZenWorkspaces !== "undefined" && !_forZenEmptyTab) {
|
||||||
+ [userContextId, hasZenDefaultUserContextId] = gZenWorkspaces.getContextIdIfNeeded(userContextId, fromExternal, triggeringPrincipal);
|
+ [userContextId, hasZenDefaultUserContextId, zenForcedWorkspaceId] = gZenWorkspaces.getContextIdIfNeeded(userContextId, fromExternal, triggeringPrincipal);
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
if (!UserInteraction.running("browser.tabs.opening", window)) {
|
if (!UserInteraction.running("browser.tabs.opening", window)) {
|
||||||
@@ -310,7 +323,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
// If we're opening a foreground tab, set the owner by default.
|
// If we're opening a foreground tab, set the owner by default.
|
||||||
ownerTab ??= inBackground ? null : this.selectedTab;
|
ownerTab ??= inBackground ? null : this.selectedTab;
|
||||||
|
|
||||||
@@ -3358,6 +3463,7 @@
|
@@ -3358,6 +3466,7 @@
|
||||||
if (this.selectedTab.owner) {
|
if (this.selectedTab.owner) {
|
||||||
this.selectedTab.owner = null;
|
this.selectedTab.owner = null;
|
||||||
}
|
}
|
||||||
@@ -318,7 +331,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
|
|
||||||
// Find the tab that opened this one, if any. This is used for
|
// Find the tab that opened this one, if any. This is used for
|
||||||
// determining positioning, and inherited attributes such as the
|
// determining positioning, and inherited attributes such as the
|
||||||
@@ -3410,6 +3516,18 @@
|
@@ -3410,6 +3519,22 @@
|
||||||
noInitialLabel,
|
noInitialLabel,
|
||||||
skipBackgroundNotify,
|
skipBackgroundNotify,
|
||||||
});
|
});
|
||||||
@@ -327,6 +340,10 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
+ }
|
+ }
|
||||||
+ if (zenWorkspaceId) {
|
+ if (zenWorkspaceId) {
|
||||||
+ t.setAttribute("zen-workspace-id", zenWorkspaceId);
|
+ t.setAttribute("zen-workspace-id", zenWorkspaceId);
|
||||||
|
+ t.setAttribute("change-workspace", "")
|
||||||
|
+ } else if (zenForcedWorkspaceId !== undefined) {
|
||||||
|
+ t.setAttribute("zen-workspace-id", zenForcedWorkspaceId);
|
||||||
|
+ t.setAttribute("change-workspace", "")
|
||||||
+ }
|
+ }
|
||||||
+ if (_forZenEmptyTab) {
|
+ if (_forZenEmptyTab) {
|
||||||
+ t.setAttribute("zen-empty-tab", "true");
|
+ t.setAttribute("zen-empty-tab", "true");
|
||||||
@@ -337,7 +354,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
if (insertTab) {
|
if (insertTab) {
|
||||||
// Insert the tab into the tab container in the correct position.
|
// Insert the tab into the tab container in the correct position.
|
||||||
this.#insertTabAtIndex(t, {
|
this.#insertTabAtIndex(t, {
|
||||||
@@ -3418,6 +3536,7 @@
|
@@ -3418,6 +3543,7 @@
|
||||||
ownerTab,
|
ownerTab,
|
||||||
openerTab,
|
openerTab,
|
||||||
pinned,
|
pinned,
|
||||||
@@ -345,7 +362,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
bulkOrderedOpen,
|
bulkOrderedOpen,
|
||||||
tabGroup: tabGroup ?? openerTab?.group,
|
tabGroup: tabGroup ?? openerTab?.group,
|
||||||
});
|
});
|
||||||
@@ -3436,6 +3555,7 @@
|
@@ -3436,6 +3562,7 @@
|
||||||
openWindowInfo,
|
openWindowInfo,
|
||||||
skipLoad,
|
skipLoad,
|
||||||
triggeringRemoteType,
|
triggeringRemoteType,
|
||||||
@@ -353,7 +370,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
if (focusUrlBar) {
|
if (focusUrlBar) {
|
||||||
@@ -3560,6 +3680,12 @@
|
@@ -3560,6 +3687,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -366,7 +383,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
// Additionally send pinned tab events
|
// Additionally send pinned tab events
|
||||||
if (pinned) {
|
if (pinned) {
|
||||||
this.#notifyPinnedStatus(t);
|
this.#notifyPinnedStatus(t);
|
||||||
@@ -3570,6 +3696,15 @@
|
@@ -3570,6 +3703,15 @@
|
||||||
if (!inBackground) {
|
if (!inBackground) {
|
||||||
this.selectedTab = t;
|
this.selectedTab = t;
|
||||||
}
|
}
|
||||||
@@ -382,7 +399,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
return t;
|
return t;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3802,6 +3937,7 @@
|
@@ -3802,6 +3944,7 @@
|
||||||
isAdoptingGroup = false,
|
isAdoptingGroup = false,
|
||||||
isUserTriggered = false,
|
isUserTriggered = false,
|
||||||
telemetryUserCreateSource = "unknown",
|
telemetryUserCreateSource = "unknown",
|
||||||
@@ -390,7 +407,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
} = {}
|
} = {}
|
||||||
) {
|
) {
|
||||||
if (
|
if (
|
||||||
@@ -3812,9 +3948,6 @@
|
@@ -3812,9 +3955,6 @@
|
||||||
!this.isSplitViewWrapper(tabOrSplitView)
|
!this.isSplitViewWrapper(tabOrSplitView)
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
@@ -400,7 +417,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!color) {
|
if (!color) {
|
||||||
@@ -3835,9 +3968,14 @@
|
@@ -3835,9 +3975,14 @@
|
||||||
label,
|
label,
|
||||||
isAdoptingGroup
|
isAdoptingGroup
|
||||||
);
|
);
|
||||||
@@ -417,7 +434,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
);
|
);
|
||||||
group.addTabs(tabsAndSplitViews);
|
group.addTabs(tabsAndSplitViews);
|
||||||
|
|
||||||
@@ -3958,7 +4096,7 @@
|
@@ -3958,7 +4103,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
this.#handleTabMove(tab, () =>
|
this.#handleTabMove(tab, () =>
|
||||||
@@ -426,7 +443,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -4044,6 +4182,7 @@
|
@@ -4044,6 +4189,7 @@
|
||||||
color: group.color,
|
color: group.color,
|
||||||
insertBefore: newTabs[0],
|
insertBefore: newTabs[0],
|
||||||
isAdoptingGroup: true,
|
isAdoptingGroup: true,
|
||||||
@@ -434,7 +451,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -4254,6 +4393,7 @@
|
@@ -4254,6 +4400,7 @@
|
||||||
openWindowInfo,
|
openWindowInfo,
|
||||||
skipLoad,
|
skipLoad,
|
||||||
triggeringRemoteType,
|
triggeringRemoteType,
|
||||||
@@ -442,7 +459,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
// If we don't have a preferred remote type (or it is `NOT_REMOTE`), and
|
// If we don't have a preferred remote type (or it is `NOT_REMOTE`), and
|
||||||
@@ -4323,6 +4463,7 @@
|
@@ -4323,6 +4470,7 @@
|
||||||
openWindowInfo,
|
openWindowInfo,
|
||||||
name,
|
name,
|
||||||
skipLoad,
|
skipLoad,
|
||||||
@@ -450,7 +467,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -4536,9 +4677,9 @@
|
@@ -4536,9 +4684,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add a new tab if needed.
|
// Add a new tab if needed.
|
||||||
@@ -462,7 +479,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
|
|
||||||
let url = "about:blank";
|
let url = "about:blank";
|
||||||
if (tabData.entries?.length) {
|
if (tabData.entries?.length) {
|
||||||
@@ -4575,8 +4716,10 @@
|
@@ -4575,8 +4723,10 @@
|
||||||
insertTab: false,
|
insertTab: false,
|
||||||
skipLoad: true,
|
skipLoad: true,
|
||||||
preferredRemoteType,
|
preferredRemoteType,
|
||||||
@@ -474,7 +491,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
if (select) {
|
if (select) {
|
||||||
tabToSelect = tab;
|
tabToSelect = tab;
|
||||||
}
|
}
|
||||||
@@ -4598,7 +4741,8 @@
|
@@ -4598,7 +4748,8 @@
|
||||||
this.pinTab(tab);
|
this.pinTab(tab);
|
||||||
// Then ensure all the tab open/pinning information is sent.
|
// Then ensure all the tab open/pinning information is sent.
|
||||||
this._fireTabOpen(tab, {});
|
this._fireTabOpen(tab, {});
|
||||||
@@ -484,7 +501,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
let { groupId } = tabData;
|
let { groupId } = tabData;
|
||||||
const tabGroup = tabGroupWorkingData.get(groupId);
|
const tabGroup = tabGroupWorkingData.get(groupId);
|
||||||
// if a tab refers to a tab group we don't know, skip any group
|
// if a tab refers to a tab group we don't know, skip any group
|
||||||
@@ -4618,7 +4762,10 @@
|
@@ -4618,7 +4769,10 @@
|
||||||
tabGroup.stateData.id,
|
tabGroup.stateData.id,
|
||||||
tabGroup.stateData.color,
|
tabGroup.stateData.color,
|
||||||
tabGroup.stateData.collapsed,
|
tabGroup.stateData.collapsed,
|
||||||
@@ -496,7 +513,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
);
|
);
|
||||||
tabsFragment.appendChild(tabGroup.node);
|
tabsFragment.appendChild(tabGroup.node);
|
||||||
}
|
}
|
||||||
@@ -4673,9 +4820,21 @@
|
@@ -4673,9 +4827,21 @@
|
||||||
// to remove the old selected tab.
|
// to remove the old selected tab.
|
||||||
if (tabToSelect) {
|
if (tabToSelect) {
|
||||||
let leftoverTab = this.selectedTab;
|
let leftoverTab = this.selectedTab;
|
||||||
@@ -518,12 +535,15 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
|
|
||||||
if (tabs.length > 1 || !tabs[0].selected) {
|
if (tabs.length > 1 || !tabs[0].selected) {
|
||||||
this._updateTabsAfterInsert();
|
this._updateTabsAfterInsert();
|
||||||
@@ -4866,11 +5025,14 @@
|
@@ -4866,11 +5032,17 @@
|
||||||
if (ownerTab) {
|
if (ownerTab) {
|
||||||
tab.owner = ownerTab;
|
tab.owner = ownerTab;
|
||||||
}
|
}
|
||||||
+ if ((!tab.pinned && tabGroup?.isZenFolder && !Services.prefs.getBoolPref('zen.folders.owned-tabs-in-folder')) || (tabGroup && tabGroup.hasAttribute("split-view-group"))) {
|
+ if ((!tab.pinned && tabGroup?.isZenFolder && !Services.prefs.getBoolPref('zen.folders.owned-tabs-in-folder')) || (tabGroup && tabGroup.hasAttribute("split-view-group"))) {
|
||||||
+ tabGroup = null;
|
+ tabGroup = null;
|
||||||
|
+ }
|
||||||
|
+ if (openerTab?.hasAttribute("zen-glance-tab")) {
|
||||||
|
+ openerTab = gZenGlanceManager.getTabOrGlanceParent(openerTab);
|
||||||
+ }
|
+ }
|
||||||
|
|
||||||
// Ensure we have an index if one was not provided.
|
// Ensure we have an index if one was not provided.
|
||||||
@@ -534,7 +554,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
if (
|
if (
|
||||||
!bulkOrderedOpen &&
|
!bulkOrderedOpen &&
|
||||||
((openerTab &&
|
((openerTab &&
|
||||||
@@ -4882,7 +5044,7 @@
|
@@ -4882,7 +5054,7 @@
|
||||||
let lastRelatedTab =
|
let lastRelatedTab =
|
||||||
openerTab && this._lastRelatedTabMap.get(openerTab);
|
openerTab && this._lastRelatedTabMap.get(openerTab);
|
||||||
let previousTab = lastRelatedTab || openerTab || this.selectedTab;
|
let previousTab = lastRelatedTab || openerTab || this.selectedTab;
|
||||||
@@ -543,7 +563,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
tabGroup = previousTab.group;
|
tabGroup = previousTab.group;
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
@@ -4898,7 +5060,7 @@
|
@@ -4898,7 +5070,7 @@
|
||||||
previousTab.splitview
|
previousTab.splitview
|
||||||
) + 1;
|
) + 1;
|
||||||
} else if (previousTab.visible) {
|
} else if (previousTab.visible) {
|
||||||
@@ -552,7 +572,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
} else if (previousTab == FirefoxViewHandler.tab) {
|
} else if (previousTab == FirefoxViewHandler.tab) {
|
||||||
elementIndex = 0;
|
elementIndex = 0;
|
||||||
}
|
}
|
||||||
@@ -4926,14 +5088,14 @@
|
@@ -4926,14 +5098,14 @@
|
||||||
}
|
}
|
||||||
// Ensure index is within bounds.
|
// Ensure index is within bounds.
|
||||||
if (tab.pinned) {
|
if (tab.pinned) {
|
||||||
@@ -571,7 +591,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
|
|
||||||
if (pinned && !itemAfter?.pinned) {
|
if (pinned && !itemAfter?.pinned) {
|
||||||
itemAfter = null;
|
itemAfter = null;
|
||||||
@@ -4950,7 +5112,7 @@
|
@@ -4950,7 +5122,7 @@
|
||||||
|
|
||||||
this.tabContainer._invalidateCachedTabs();
|
this.tabContainer._invalidateCachedTabs();
|
||||||
|
|
||||||
@@ -580,7 +600,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
if (
|
if (
|
||||||
(this.isTab(itemAfter) && itemAfter.group == tabGroup) ||
|
(this.isTab(itemAfter) && itemAfter.group == tabGroup) ||
|
||||||
this.isSplitViewWrapper(itemAfter)
|
this.isSplitViewWrapper(itemAfter)
|
||||||
@@ -4981,7 +5143,11 @@
|
@@ -4981,7 +5153,11 @@
|
||||||
const tabContainer = pinned
|
const tabContainer = pinned
|
||||||
? this.tabContainer.pinnedTabsContainer
|
? this.tabContainer.pinnedTabsContainer
|
||||||
: this.tabContainer;
|
: this.tabContainer;
|
||||||
@@ -592,7 +612,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (tab.group?.collapsed) {
|
if (tab.group?.collapsed) {
|
||||||
@@ -4996,6 +5162,7 @@
|
@@ -4996,6 +5172,7 @@
|
||||||
if (pinned) {
|
if (pinned) {
|
||||||
this._updateTabBarForPinnedTabs();
|
this._updateTabBarForPinnedTabs();
|
||||||
}
|
}
|
||||||
@@ -600,7 +620,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
|
|
||||||
TabBarVisibility.update();
|
TabBarVisibility.update();
|
||||||
}
|
}
|
||||||
@@ -5544,6 +5711,7 @@
|
@@ -5544,6 +5721,7 @@
|
||||||
telemetrySource,
|
telemetrySource,
|
||||||
} = {}
|
} = {}
|
||||||
) {
|
) {
|
||||||
@@ -608,7 +628,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
// When 'closeWindowWithLastTab' pref is enabled, closing all tabs
|
// When 'closeWindowWithLastTab' pref is enabled, closing all tabs
|
||||||
// can be considered equivalent to closing the window.
|
// can be considered equivalent to closing the window.
|
||||||
if (
|
if (
|
||||||
@@ -5633,6 +5801,7 @@
|
@@ -5633,6 +5811,7 @@
|
||||||
if (lastToClose) {
|
if (lastToClose) {
|
||||||
this.removeTab(lastToClose, aParams);
|
this.removeTab(lastToClose, aParams);
|
||||||
}
|
}
|
||||||
@@ -616,7 +636,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
}
|
}
|
||||||
@@ -5678,6 +5847,14 @@
|
@@ -5678,6 +5857,14 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -631,7 +651,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
let isVisibleTab = aTab.visible;
|
let isVisibleTab = aTab.visible;
|
||||||
// We have to sample the tab width now, since _beginRemoveTab might
|
// We have to sample the tab width now, since _beginRemoveTab might
|
||||||
// end up modifying the DOM in such a way that aTab gets a new
|
// end up modifying the DOM in such a way that aTab gets a new
|
||||||
@@ -5685,6 +5862,9 @@
|
@@ -5685,6 +5872,9 @@
|
||||||
// state).
|
// state).
|
||||||
let tabWidth = window.windowUtils.getBoundsWithoutFlushing(aTab).width;
|
let tabWidth = window.windowUtils.getBoundsWithoutFlushing(aTab).width;
|
||||||
let isLastTab = this.#isLastTabInWindow(aTab);
|
let isLastTab = this.#isLastTabInWindow(aTab);
|
||||||
@@ -641,7 +661,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
if (
|
if (
|
||||||
!this._beginRemoveTab(aTab, {
|
!this._beginRemoveTab(aTab, {
|
||||||
closeWindowFastpath: true,
|
closeWindowFastpath: true,
|
||||||
@@ -5696,13 +5876,14 @@
|
@@ -5696,13 +5886,14 @@
|
||||||
telemetrySource,
|
telemetrySource,
|
||||||
})
|
})
|
||||||
) {
|
) {
|
||||||
@@ -657,7 +677,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
let lockTabSizing =
|
let lockTabSizing =
|
||||||
!this.tabContainer.verticalMode &&
|
!this.tabContainer.verticalMode &&
|
||||||
!aTab.pinned &&
|
!aTab.pinned &&
|
||||||
@@ -5733,7 +5914,13 @@
|
@@ -5733,7 +5924,13 @@
|
||||||
// We're not animating, so we can cancel the animation stopwatch.
|
// We're not animating, so we can cancel the animation stopwatch.
|
||||||
Glean.browserTabclose.timeAnim.cancel(aTab._closeTimeAnimTimerId);
|
Glean.browserTabclose.timeAnim.cancel(aTab._closeTimeAnimTimerId);
|
||||||
aTab._closeTimeAnimTimerId = null;
|
aTab._closeTimeAnimTimerId = null;
|
||||||
@@ -672,7 +692,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -5867,7 +6054,7 @@
|
@@ -5867,7 +6064,7 @@
|
||||||
closeWindowWithLastTab != null
|
closeWindowWithLastTab != null
|
||||||
? closeWindowWithLastTab
|
? closeWindowWithLastTab
|
||||||
: !window.toolbar.visible ||
|
: !window.toolbar.visible ||
|
||||||
@@ -681,7 +701,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
|
|
||||||
if (closeWindow) {
|
if (closeWindow) {
|
||||||
// We've already called beforeunload on all the relevant tabs if we get here,
|
// We've already called beforeunload on all the relevant tabs if we get here,
|
||||||
@@ -5891,6 +6078,7 @@
|
@@ -5891,6 +6088,7 @@
|
||||||
|
|
||||||
newTab = true;
|
newTab = true;
|
||||||
}
|
}
|
||||||
@@ -689,7 +709,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
aTab._endRemoveArgs = [closeWindow, newTab];
|
aTab._endRemoveArgs = [closeWindow, newTab];
|
||||||
|
|
||||||
// swapBrowsersAndCloseOther will take care of closing the window without animation.
|
// swapBrowsersAndCloseOther will take care of closing the window without animation.
|
||||||
@@ -5931,13 +6119,7 @@
|
@@ -5931,13 +6129,7 @@
|
||||||
aTab._mouseleave();
|
aTab._mouseleave();
|
||||||
|
|
||||||
if (newTab) {
|
if (newTab) {
|
||||||
@@ -704,7 +724,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
} else {
|
} else {
|
||||||
TabBarVisibility.update();
|
TabBarVisibility.update();
|
||||||
}
|
}
|
||||||
@@ -6070,6 +6252,7 @@
|
@@ -6070,6 +6262,7 @@
|
||||||
this.tabs[i]._tPos = i;
|
this.tabs[i]._tPos = i;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -712,7 +732,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
if (!this._windowIsClosing) {
|
if (!this._windowIsClosing) {
|
||||||
// update tab close buttons state
|
// update tab close buttons state
|
||||||
this.tabContainer._updateCloseButtons();
|
this.tabContainer._updateCloseButtons();
|
||||||
@@ -6255,6 +6438,7 @@
|
@@ -6255,6 +6448,7 @@
|
||||||
memory_after: await getTotalMemoryUsage(),
|
memory_after: await getTotalMemoryUsage(),
|
||||||
time_to_unload_in_ms: timeElapsed,
|
time_to_unload_in_ms: timeElapsed,
|
||||||
});
|
});
|
||||||
@@ -720,7 +740,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -6300,6 +6484,7 @@
|
@@ -6300,6 +6494,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
let excludeTabs = new Set(aExcludeTabs);
|
let excludeTabs = new Set(aExcludeTabs);
|
||||||
@@ -728,7 +748,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
|
|
||||||
// If this tab has a successor, it should be selectable, since
|
// If this tab has a successor, it should be selectable, since
|
||||||
// hiding or closing a tab removes that tab as a successor.
|
// hiding or closing a tab removes that tab as a successor.
|
||||||
@@ -6312,15 +6497,22 @@
|
@@ -6312,15 +6507,22 @@
|
||||||
!excludeTabs.has(aTab.owner) &&
|
!excludeTabs.has(aTab.owner) &&
|
||||||
Services.prefs.getBoolPref("browser.tabs.selectOwnerOnClose")
|
Services.prefs.getBoolPref("browser.tabs.selectOwnerOnClose")
|
||||||
) {
|
) {
|
||||||
@@ -753,7 +773,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
let tab = this.tabContainer.findNextTab(aTab, {
|
let tab = this.tabContainer.findNextTab(aTab, {
|
||||||
direction: 1,
|
direction: 1,
|
||||||
filter: _tab => remainingTabs.includes(_tab),
|
filter: _tab => remainingTabs.includes(_tab),
|
||||||
@@ -6334,7 +6526,7 @@
|
@@ -6334,7 +6536,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tab) {
|
if (tab) {
|
||||||
@@ -762,7 +782,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If no qualifying visible tab was found, see if there is a tab in
|
// If no qualifying visible tab was found, see if there is a tab in
|
||||||
@@ -6355,7 +6547,7 @@
|
@@ -6355,7 +6557,7 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -771,7 +791,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
}
|
}
|
||||||
|
|
||||||
_blurTab(aTab) {
|
_blurTab(aTab) {
|
||||||
@@ -6366,7 +6558,7 @@
|
@@ -6366,7 +6568,7 @@
|
||||||
* @returns {boolean}
|
* @returns {boolean}
|
||||||
* False if swapping isn't permitted, true otherwise.
|
* False if swapping isn't permitted, true otherwise.
|
||||||
*/
|
*/
|
||||||
@@ -780,7 +800,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
// Do not allow transfering a private tab to a non-private window
|
// Do not allow transfering a private tab to a non-private window
|
||||||
// and vice versa.
|
// and vice versa.
|
||||||
if (
|
if (
|
||||||
@@ -6420,6 +6612,7 @@
|
@@ -6420,6 +6622,7 @@
|
||||||
// fire the beforeunload event in the process. Close the other
|
// fire the beforeunload event in the process. Close the other
|
||||||
// window if this was its last tab.
|
// window if this was its last tab.
|
||||||
if (
|
if (
|
||||||
@@ -788,7 +808,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
!remoteBrowser._beginRemoveTab(aOtherTab, {
|
!remoteBrowser._beginRemoveTab(aOtherTab, {
|
||||||
adoptedByTab: aOurTab,
|
adoptedByTab: aOurTab,
|
||||||
closeWindowWithLastTab: true,
|
closeWindowWithLastTab: true,
|
||||||
@@ -6431,7 +6624,7 @@
|
@@ -6431,7 +6634,7 @@
|
||||||
// If this is the last tab of the window, hide the window
|
// If this is the last tab of the window, hide the window
|
||||||
// immediately without animation before the docshell swap, to avoid
|
// immediately without animation before the docshell swap, to avoid
|
||||||
// about:blank being painted.
|
// about:blank being painted.
|
||||||
@@ -797,7 +817,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
if (closeWindow) {
|
if (closeWindow) {
|
||||||
let win = aOtherTab.documentGlobal;
|
let win = aOtherTab.documentGlobal;
|
||||||
win.windowUtils.suppressAnimation(true);
|
win.windowUtils.suppressAnimation(true);
|
||||||
@@ -6565,11 +6758,13 @@
|
@@ -6565,11 +6768,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Finish tearing down the tab that's going away.
|
// Finish tearing down the tab that's going away.
|
||||||
@@ -811,7 +831,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
|
|
||||||
this.setTabTitle(aOurTab);
|
this.setTabTitle(aOurTab);
|
||||||
|
|
||||||
@@ -6771,10 +6966,10 @@
|
@@ -6771,10 +6976,10 @@
|
||||||
SessionStore.deleteCustomTabValue(aTab, "hiddenBy");
|
SessionStore.deleteCustomTabValue(aTab, "hiddenBy");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -824,7 +844,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
aTab.selected ||
|
aTab.selected ||
|
||||||
aTab.closing ||
|
aTab.closing ||
|
||||||
// Tabs that are sharing the screen, microphone or camera cannot be hidden.
|
// Tabs that are sharing the screen, microphone or camera cannot be hidden.
|
||||||
@@ -6834,7 +7029,8 @@
|
@@ -6834,7 +7039,8 @@
|
||||||
* @param {object} [aOptions={}]
|
* @param {object} [aOptions={}]
|
||||||
* Key-value pairs that will be serialized into the features string.
|
* Key-value pairs that will be serialized into the features string.
|
||||||
*/
|
*/
|
||||||
@@ -834,7 +854,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
if (this.tabs.length == 1) {
|
if (this.tabs.length == 1) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
@@ -6851,7 +7047,7 @@
|
@@ -6851,7 +7057,7 @@
|
||||||
// tell a new window to take the "dropped" tab
|
// tell a new window to take the "dropped" tab
|
||||||
let args = Cc["@mozilla.org/array;1"].createInstance(Ci.nsIMutableArray);
|
let args = Cc["@mozilla.org/array;1"].createInstance(Ci.nsIMutableArray);
|
||||||
args.appendElement(aTab.splitview ?? aTab);
|
args.appendElement(aTab.splitview ?? aTab);
|
||||||
@@ -843,7 +863,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
private: PrivateBrowsingUtils.isWindowPrivate(window),
|
private: PrivateBrowsingUtils.isWindowPrivate(window),
|
||||||
features: Object.entries(aOptions)
|
features: Object.entries(aOptions)
|
||||||
.map(([key, value]) => `${key}=${value}`)
|
.map(([key, value]) => `${key}=${value}`)
|
||||||
@@ -6859,6 +7055,8 @@
|
@@ -6859,6 +7065,8 @@
|
||||||
openerWindow: window,
|
openerWindow: window,
|
||||||
args,
|
args,
|
||||||
});
|
});
|
||||||
@@ -852,7 +872,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -6971,7 +7169,7 @@
|
@@ -6971,7 +7179,7 @@
|
||||||
* `true` if element is a `<tab-group>`
|
* `true` if element is a `<tab-group>`
|
||||||
*/
|
*/
|
||||||
isTabGroup(element) {
|
isTabGroup(element) {
|
||||||
@@ -861,7 +881,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -7056,8 +7254,8 @@
|
@@ -7056,8 +7264,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Don't allow mixing pinned and unpinned tabs.
|
// Don't allow mixing pinned and unpinned tabs.
|
||||||
@@ -872,7 +892,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
} else {
|
} else {
|
||||||
tabIndex = Math.max(tabIndex, this.pinnedTabCount);
|
tabIndex = Math.max(tabIndex, this.pinnedTabCount);
|
||||||
}
|
}
|
||||||
@@ -7103,8 +7301,8 @@
|
@@ -7103,8 +7311,8 @@
|
||||||
this.#handleTabMove(
|
this.#handleTabMove(
|
||||||
element,
|
element,
|
||||||
() => {
|
() => {
|
||||||
@@ -883,7 +903,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
neighbor = neighbor.group;
|
neighbor = neighbor.group;
|
||||||
}
|
}
|
||||||
if (neighbor?.splitview) {
|
if (neighbor?.splitview) {
|
||||||
@@ -7115,6 +7313,12 @@
|
@@ -7115,6 +7323,12 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -896,7 +916,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
|
|
||||||
if (movingForwards && neighbor) {
|
if (movingForwards && neighbor) {
|
||||||
neighbor.after(element);
|
neighbor.after(element);
|
||||||
@@ -7173,23 +7377,31 @@
|
@@ -7173,23 +7387,31 @@
|
||||||
#moveTabNextTo(element, targetElement, moveBefore = false, metricsContext) {
|
#moveTabNextTo(element, targetElement, moveBefore = false, metricsContext) {
|
||||||
if (this.isTabGroupLabel(targetElement)) {
|
if (this.isTabGroupLabel(targetElement)) {
|
||||||
targetElement = targetElement.group;
|
targetElement = targetElement.group;
|
||||||
@@ -934,7 +954,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
} else if (!element.pinned && targetElement && targetElement.pinned) {
|
} else if (!element.pinned && targetElement && targetElement.pinned) {
|
||||||
// If the caller asks to move an unpinned element next to a pinned
|
// If the caller asks to move an unpinned element next to a pinned
|
||||||
// tab, move the unpinned element to be the first unpinned element
|
// tab, move the unpinned element to be the first unpinned element
|
||||||
@@ -7202,12 +7414,35 @@
|
@@ -7202,12 +7424,35 @@
|
||||||
// move the tab group right before the first unpinned tab.
|
// move the tab group right before the first unpinned tab.
|
||||||
// 4. Moving a tab group and the first unpinned tab is grouped:
|
// 4. Moving a tab group and the first unpinned tab is grouped:
|
||||||
// move the tab group right before the first unpinned tab's tab group.
|
// move the tab group right before the first unpinned tab's tab group.
|
||||||
@@ -971,7 +991,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
|
|
||||||
// We want to include the splitview wrapper if it's the targetElement, but
|
// We want to include the splitview wrapper if it's the targetElement, but
|
||||||
// not in the case where we want to reverse tabs within the same splitview.
|
// not in the case where we want to reverse tabs within the same splitview.
|
||||||
@@ -7216,6 +7451,7 @@
|
@@ -7216,6 +7461,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
let getContainer = () =>
|
let getContainer = () =>
|
||||||
@@ -979,7 +999,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
element.pinned
|
element.pinned
|
||||||
? this.tabContainer.pinnedTabsContainer
|
? this.tabContainer.pinnedTabsContainer
|
||||||
: this.tabContainer;
|
: this.tabContainer;
|
||||||
@@ -7224,11 +7460,15 @@
|
@@ -7224,11 +7470,15 @@
|
||||||
element,
|
element,
|
||||||
() => {
|
() => {
|
||||||
if (moveBefore) {
|
if (moveBefore) {
|
||||||
@@ -996,7 +1016,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
metricsContext
|
metricsContext
|
||||||
@@ -7302,11 +7542,15 @@
|
@@ -7302,11 +7552,15 @@
|
||||||
* @param {TabMetricsContext} [metricsContext]
|
* @param {TabMetricsContext} [metricsContext]
|
||||||
*/
|
*/
|
||||||
moveTabToExistingGroup(aTab, aGroup, metricsContext) {
|
moveTabToExistingGroup(aTab, aGroup, metricsContext) {
|
||||||
@@ -1015,7 +1035,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
}
|
}
|
||||||
if (aTab.group && aTab.group.id === aGroup.id) {
|
if (aTab.group && aTab.group.id === aGroup.id) {
|
||||||
return;
|
return;
|
||||||
@@ -7378,6 +7622,7 @@
|
@@ -7378,6 +7632,7 @@
|
||||||
|
|
||||||
let state = {
|
let state = {
|
||||||
tabIndex: tab._tPos,
|
tabIndex: tab._tPos,
|
||||||
@@ -1023,7 +1043,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
};
|
};
|
||||||
if (tab.visible) {
|
if (tab.visible) {
|
||||||
state.elementIndex = tab.elementIndex;
|
state.elementIndex = tab.elementIndex;
|
||||||
@@ -7409,7 +7654,7 @@
|
@@ -7409,7 +7664,7 @@
|
||||||
let changedSplitView =
|
let changedSplitView =
|
||||||
previousTabState.splitViewId != currentTabState.splitViewId;
|
previousTabState.splitViewId != currentTabState.splitViewId;
|
||||||
|
|
||||||
@@ -1032,7 +1052,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
tab.dispatchEvent(
|
tab.dispatchEvent(
|
||||||
new CustomEvent("TabMove", {
|
new CustomEvent("TabMove", {
|
||||||
bubbles: true,
|
bubbles: true,
|
||||||
@@ -7456,6 +7701,10 @@
|
@@ -7456,6 +7711,10 @@
|
||||||
|
|
||||||
moveActionCallback();
|
moveActionCallback();
|
||||||
|
|
||||||
@@ -1043,7 +1063,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
// Clear tabs cache after moving nodes because the order of tabs may have
|
// Clear tabs cache after moving nodes because the order of tabs may have
|
||||||
// changed.
|
// changed.
|
||||||
this.tabContainer._invalidateCachedTabs();
|
this.tabContainer._invalidateCachedTabs();
|
||||||
@@ -7506,7 +7755,22 @@
|
@@ -7506,7 +7765,22 @@
|
||||||
* @returns {object}
|
* @returns {object}
|
||||||
* The new tab in the current window, null if the tab couldn't be adopted.
|
* The new tab in the current window, null if the tab couldn't be adopted.
|
||||||
*/
|
*/
|
||||||
@@ -1067,7 +1087,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
// Swap the dropped tab with a new one we create and then close
|
// Swap the dropped tab with a new one we create and then close
|
||||||
// it in the other window (making it seem to have moved between
|
// it in the other window (making it seem to have moved between
|
||||||
// windows). We also ensure that the tab we create to swap into has
|
// windows). We also ensure that the tab we create to swap into has
|
||||||
@@ -7549,6 +7813,8 @@
|
@@ -7549,6 +7823,8 @@
|
||||||
}
|
}
|
||||||
params.skipLoad = true;
|
params.skipLoad = true;
|
||||||
let newTab = this.addWebTab("about:blank", params);
|
let newTab = this.addWebTab("about:blank", params);
|
||||||
@@ -1076,7 +1096,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
|
|
||||||
aTab.container.tabDragAndDrop.finishAnimateTabMove();
|
aTab.container.tabDragAndDrop.finishAnimateTabMove();
|
||||||
|
|
||||||
@@ -8259,7 +8525,7 @@
|
@@ -8259,7 +8535,7 @@
|
||||||
// preventDefault(). It will still raise the window if appropriate.
|
// preventDefault(). It will still raise the window if appropriate.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -1085,7 +1105,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
window.focus();
|
window.focus();
|
||||||
aEvent.preventDefault();
|
aEvent.preventDefault();
|
||||||
}
|
}
|
||||||
@@ -8276,7 +8542,6 @@
|
@@ -8276,7 +8552,6 @@
|
||||||
|
|
||||||
on_TabGroupCollapse(aEvent) {
|
on_TabGroupCollapse(aEvent) {
|
||||||
aEvent.target.tabs.forEach(tab => {
|
aEvent.target.tabs.forEach(tab => {
|
||||||
@@ -1093,7 +1113,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -8630,7 +8895,9 @@
|
@@ -8630,7 +8905,9 @@
|
||||||
|
|
||||||
let filter = this._tabFilters.get(tab);
|
let filter = this._tabFilters.get(tab);
|
||||||
if (filter) {
|
if (filter) {
|
||||||
@@ -1103,7 +1123,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
|
|
||||||
let listener = this._tabListeners.get(tab);
|
let listener = this._tabListeners.get(tab);
|
||||||
if (listener) {
|
if (listener) {
|
||||||
@@ -9435,6 +9702,7 @@
|
@@ -9435,6 +9712,7 @@
|
||||||
aWebProgress.isTopLevel
|
aWebProgress.isTopLevel
|
||||||
) {
|
) {
|
||||||
this.mTab.setAttribute("busy", "true");
|
this.mTab.setAttribute("busy", "true");
|
||||||
@@ -1111,7 +1131,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
gBrowser._tabAttrModified(this.mTab, ["busy"]);
|
gBrowser._tabAttrModified(this.mTab, ["busy"]);
|
||||||
this.mTab._notselectedsinceload = !this.mTab.selected;
|
this.mTab._notselectedsinceload = !this.mTab.selected;
|
||||||
}
|
}
|
||||||
@@ -9515,6 +9783,7 @@
|
@@ -9515,6 +9793,7 @@
|
||||||
// known defaults. Note we use the original URL since about:newtab
|
// known defaults. Note we use the original URL since about:newtab
|
||||||
// redirects to a prerendered page.
|
// redirects to a prerendered page.
|
||||||
const shouldRemoveFavicon =
|
const shouldRemoveFavicon =
|
||||||
@@ -1119,7 +1139,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
!this.mBrowser.mIconURL &&
|
!this.mBrowser.mIconURL &&
|
||||||
!ignoreBlank &&
|
!ignoreBlank &&
|
||||||
!(originalLocation.spec in FAVICON_DEFAULTS);
|
!(originalLocation.spec in FAVICON_DEFAULTS);
|
||||||
@@ -9689,13 +9958,6 @@
|
@@ -9689,13 +9968,6 @@
|
||||||
this.mBrowser.originalURI = aRequest.originalURI;
|
this.mBrowser.originalURI = aRequest.originalURI;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1133,7 +1153,7 @@ index 08b5b56e069d038d72c87355920c4ce8a55ed805..99b3de9a7be5cd5fd73c0b9dbbe26565
|
|||||||
}
|
}
|
||||||
|
|
||||||
let userContextId = this.mBrowser.getAttribute("usercontextid") || 0;
|
let userContextId = this.mBrowser.getAttribute("usercontextid") || 0;
|
||||||
@@ -10587,7 +10849,8 @@ var TabContextMenu = {
|
@@ -10587,7 +10859,8 @@ var TabContextMenu = {
|
||||||
);
|
);
|
||||||
contextUnpinSelectedTabs.hidden =
|
contextUnpinSelectedTabs.hidden =
|
||||||
!this.contextTab.pinned || !this.multiselected;
|
!this.contextTab.pinned || !this.multiselected;
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
diff --git a/browser/components/urlbar/UrlbarUtils.sys.mjs b/browser/components/urlbar/UrlbarUtils.sys.mjs
|
diff --git a/browser/components/urlbar/UrlbarUtils.sys.mjs b/browser/components/urlbar/UrlbarUtils.sys.mjs
|
||||||
index 2f03bdf632c6ca15c728df2801162da5159682da..6834daede8cb11854f137602100183d85a930686 100644
|
index aa7c67f2bfaa3f15d592a14b527a8721dfc9bc6f..d2fe012796ea3a5be05090a732011b3cf92b78be 100644
|
||||||
--- a/browser/components/urlbar/UrlbarUtils.sys.mjs
|
--- a/browser/components/urlbar/UrlbarUtils.sys.mjs
|
||||||
+++ b/browser/components/urlbar/UrlbarUtils.sys.mjs
|
+++ b/browser/components/urlbar/UrlbarUtils.sys.mjs
|
||||||
@@ -109,6 +109,8 @@ export var UrlbarUtils = {
|
@@ -110,6 +110,8 @@ export var UrlbarUtils = {
|
||||||
RESTRICT_SEARCH_KEYWORD: "restrictSearchKeyword",
|
SEMANTIC_HISTORY: "semanticHistory",
|
||||||
SUGGESTED_INDEX: "suggestedIndex",
|
SUGGESTED_INDEX: "suggestedIndex",
|
||||||
TAIL_SUGGESTION: "tailSuggestion",
|
TAIL_SUGGESTION: "tailSuggestion",
|
||||||
+ ZEN_ACTION: "zenAction",
|
+ ZEN_ACTION: "zenAction",
|
||||||
@@ -11,7 +11,7 @@ index 2f03bdf632c6ca15c728df2801162da5159682da..6834daede8cb11854f137602100183d8
|
|||||||
}),
|
}),
|
||||||
|
|
||||||
// Defines provider types.
|
// Defines provider types.
|
||||||
@@ -170,6 +172,8 @@ export var UrlbarUtils = {
|
@@ -171,6 +173,8 @@ export var UrlbarUtils = {
|
||||||
OTHER_NETWORK: 6,
|
OTHER_NETWORK: 6,
|
||||||
ADDON: 7,
|
ADDON: 7,
|
||||||
ACTIONS: 8,
|
ACTIONS: 8,
|
||||||
@@ -20,7 +20,7 @@ index 2f03bdf632c6ca15c728df2801162da5159682da..6834daede8cb11854f137602100183d8
|
|||||||
}),
|
}),
|
||||||
|
|
||||||
// Per-result exposure telemetry.
|
// Per-result exposure telemetry.
|
||||||
@@ -319,6 +323,14 @@ export var UrlbarUtils = {
|
@@ -320,6 +324,14 @@ export var UrlbarUtils = {
|
||||||
telemetryLabel: "actions",
|
telemetryLabel: "actions",
|
||||||
uiLabel: "urlbar-searchmode-actions2",
|
uiLabel: "urlbar-searchmode-actions2",
|
||||||
},
|
},
|
||||||
@@ -35,7 +35,7 @@ index 2f03bdf632c6ca15c728df2801162da5159682da..6834daede8cb11854f137602100183d8
|
|||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -611,6 +623,12 @@ export var UrlbarUtils = {
|
@@ -612,6 +624,12 @@ export var UrlbarUtils = {
|
||||||
return this.RESULT_GROUP.HEURISTIC_FALLBACK;
|
return this.RESULT_GROUP.HEURISTIC_FALLBACK;
|
||||||
case "UrlbarProviderHistoryUrlHeuristic":
|
case "UrlbarProviderHistoryUrlHeuristic":
|
||||||
return this.RESULT_GROUP.HEURISTIC_HISTORY_URL;
|
return this.RESULT_GROUP.HEURISTIC_HISTORY_URL;
|
||||||
|
|||||||
@@ -486,8 +486,6 @@ groupbox h2 {
|
|||||||
#tabGroupSuggestions,
|
#tabGroupSuggestions,
|
||||||
#web-appearance-manage-themes-link,
|
#web-appearance-manage-themes-link,
|
||||||
#setting-control-sidebarChatbotFieldset,
|
#setting-control-sidebarChatbotFieldset,
|
||||||
#aiControlsDescription,
|
|
||||||
#category-ai-features,
|
|
||||||
#setting-control-supportFirefox,
|
#setting-control-supportFirefox,
|
||||||
.mission-message,
|
.mission-message,
|
||||||
html|setting-group:is([data-subcategory="layout"], [groupid="support"]) {
|
html|setting-group:is([data-subcategory="layout"], [groupid="support"]) {
|
||||||
|
|||||||
@@ -16,3 +16,4 @@ category app-startup nsBrowserGlue @mozilla.org/browser/browserglue;1 applicatio
|
|||||||
#include common/Components.manifest
|
#include common/Components.manifest
|
||||||
#include sessionstore/SessionComponents.manifest
|
#include sessionstore/SessionComponents.manifest
|
||||||
#include live-folders/LiveFoldersComponents.manifest
|
#include live-folders/LiveFoldersComponents.manifest
|
||||||
|
#include space-routing/SpaceRoutingComponents.manifest
|
||||||
|
|||||||
@@ -1579,6 +1579,7 @@ window.gZenVerticalTabsManager = {
|
|||||||
overflowElements.appendChild(child);
|
overflowElements.appendChild(child);
|
||||||
} else {
|
} else {
|
||||||
const element = document.getElementById("page-action-buttons");
|
const element = document.getElementById("page-action-buttons");
|
||||||
|
child.setAttribute("context", "toolbar-context-menu");
|
||||||
element.before(child);
|
element.before(child);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
@@ -1612,7 +1613,9 @@ window.gZenVerticalTabsManager = {
|
|||||||
// it will reset to the original name anyway
|
// it will reset to the original name anyway
|
||||||
if (hasChanged || (this._tabEdited.zenStaticLabel && newName)) {
|
if (hasChanged || (this._tabEdited.zenStaticLabel && newName)) {
|
||||||
this._tabEdited.zenStaticLabel = newName;
|
this._tabEdited.zenStaticLabel = newName;
|
||||||
gBrowser._setTabLabel(this._tabEdited, newName);
|
gBrowser._setTabLabel(this._tabEdited, newName, {
|
||||||
|
_zenChangeLabelFlag: true,
|
||||||
|
});
|
||||||
gZenUIManager.showToast("zen-tabs-renamed");
|
gZenUIManager.showToast("zen-tabs-renamed");
|
||||||
} else {
|
} else {
|
||||||
delete this._tabEdited.zenStaticLabel;
|
delete this._tabEdited.zenStaticLabel;
|
||||||
@@ -1708,7 +1711,8 @@ window.gZenVerticalTabsManager = {
|
|||||||
this._tabEdited.after(input);
|
this._tabEdited.after(input);
|
||||||
}
|
}
|
||||||
input.focus();
|
input.focus();
|
||||||
input.select();
|
input.setSelectionRange(0, input.value.length, "backward");
|
||||||
|
input.scrollLeft = 0;
|
||||||
|
|
||||||
input.addEventListener("blur", this._renameTabHalt);
|
input.addEventListener("blur", this._renameTabHalt);
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -35,13 +35,6 @@ export class ZenSpaceRoutingNavigation extends ZenUIComponent {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// The tab we spawn for a route must be allowed to load once without being
|
|
||||||
// redirected again, regardless of when its workspace attribute lands.
|
|
||||||
if (aBrowser._zenSkipNavRouteOnce) {
|
|
||||||
aBrowser._zenSkipNavRouteOnce = false;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
let uri;
|
let uri;
|
||||||
try {
|
try {
|
||||||
uri = aRequest.QueryInterface(Ci.nsIChannel).URI;
|
uri = aRequest.QueryInterface(Ci.nsIChannel).URI;
|
||||||
@@ -80,16 +73,49 @@ export class ZenSpaceRoutingNavigation extends ZenUIComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const currentWorkspaceId = tab.getAttribute("zen-workspace-id");
|
const currentWorkspaceId = tab.getAttribute("zen-workspace-id");
|
||||||
if (
|
const targetWorkspaceId =
|
||||||
!win.gZenSpaceRoutingManager.shouldRedirectNavigation(
|
win.gZenSpaceRoutingManager.getRedirectTargetWorkspaceId(
|
||||||
uri.spec,
|
uri.spec,
|
||||||
currentWorkspaceId,
|
currentWorkspaceId,
|
||||||
win
|
win
|
||||||
)
|
);
|
||||||
) {
|
if (!targetWorkspaceId) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// A brand-new tab whose very first real navigation this is (a
|
||||||
|
// target="_blank" link, window.open(), or a freshly opened tab) is still
|
||||||
|
// showing its initial about:blank document. There is nothing to preserve,
|
||||||
|
// so rather than cancelling the load and spawning a duplicate tab - which
|
||||||
|
// would leave this one behind empty - just move this very tab into the
|
||||||
|
// destination space and let the in-flight load finish in place.
|
||||||
|
const isInitialDocument =
|
||||||
|
aBrowser.browsingContext?.currentWindowGlobal?.isInitialDocument ?? false;
|
||||||
|
if (isInitialDocument) {
|
||||||
|
const wasSelected = tab.selected;
|
||||||
|
// Defer so we don't mutate the tab strip from inside a progress notification.
|
||||||
|
win.setTimeout(() => {
|
||||||
|
if (!tab.isConnected) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
gBrowser.selectedTab = tab.owner;
|
||||||
|
win.gZenWorkspaces.moveTabToWorkspace(tab, targetWorkspaceId);
|
||||||
|
if (wasSelected) {
|
||||||
|
const targetWorkspace =
|
||||||
|
win.gZenWorkspaces.getWorkspaceFromId(targetWorkspaceId);
|
||||||
|
if (targetWorkspace) {
|
||||||
|
win.gZenWorkspaces.lastSelectedWorkspaceTabs[targetWorkspaceId] =
|
||||||
|
tab;
|
||||||
|
win.gZenWorkspaces.changeWorkspace(targetWorkspace);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}, 0);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// An already-loaded page is navigating in place. Preserve it in its current
|
||||||
|
// tab and re-open the destination in a new routed tab instead.
|
||||||
|
//
|
||||||
// Under Fission the parent-side aRequest is a RemoteWebProgress stand-in
|
// Under Fission the parent-side aRequest is a RemoteWebProgress stand-in
|
||||||
// whose cancel()/loadInfo throw NS_ERROR_NOT_IMPLEMENTED (the real channel
|
// whose cancel()/loadInfo throw NS_ERROR_NOT_IMPLEMENTED (the real channel
|
||||||
// lives in the content process). Stop the in-place load through the browser,
|
// lives in the content process). Stop the in-place load through the browser,
|
||||||
@@ -111,13 +137,14 @@ export class ZenSpaceRoutingNavigation extends ZenUIComponent {
|
|||||||
|
|
||||||
// Defer so we don't mutate the tab strip from inside a progress notification.
|
// Defer so we don't mutate the tab strip from inside a progress notification.
|
||||||
win.setTimeout(() => {
|
win.setTimeout(() => {
|
||||||
const newTab = gBrowser.addTab(urlToOpen, {
|
gBrowser.addTab(urlToOpen, {
|
||||||
triggeringPrincipal: principal,
|
triggeringPrincipal: principal,
|
||||||
ownerTab: tab.isConnected ? tab : null,
|
ownerTab: tab.isConnected ? tab : null,
|
||||||
|
// The user was actively navigating this tab, so follow the navigation
|
||||||
|
// into the routed tab instead of opening it in the background (addTab
|
||||||
|
// defaults inBackground to true).
|
||||||
|
inBackground: false,
|
||||||
});
|
});
|
||||||
if (newTab?.linkedBrowser) {
|
|
||||||
newTab.linkedBrowser._zenSkipNavRouteOnce = true;
|
|
||||||
}
|
|
||||||
}, 0);
|
}, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -78,6 +78,9 @@ document.addEventListener(
|
|||||||
case "cmd_zenReplacePinnedUrlWithCurrent":
|
case "cmd_zenReplacePinnedUrlWithCurrent":
|
||||||
gZenPinnedTabManager.replacePinnedUrlWithCurrent();
|
gZenPinnedTabManager.replacePinnedUrlWithCurrent();
|
||||||
break;
|
break;
|
||||||
|
case "cmd_zenEditPinnedUrl":
|
||||||
|
gZenPinnedTabManager.editPinnedUrl();
|
||||||
|
break;
|
||||||
case "cmd_contextZenAddToEssentials":
|
case "cmd_contextZenAddToEssentials":
|
||||||
gZenPinnedTabManager.addToEssentials();
|
gZenPinnedTabManager.addToEssentials();
|
||||||
break;
|
break;
|
||||||
@@ -112,7 +115,9 @@ document.addEventListener(
|
|||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case "cmd_zenTogglePinTab": {
|
case "cmd_zenTogglePinTab": {
|
||||||
const currentTab = gBrowser.selectedTab;
|
const currentTab = gZenGlanceManager.getTabOrGlanceParent(
|
||||||
|
gBrowser.selectedTab
|
||||||
|
);
|
||||||
if (currentTab && !currentTab.hasAttribute("zen-empty-tab")) {
|
if (currentTab && !currentTab.hasAttribute("zen-empty-tab")) {
|
||||||
if (currentTab.pinned) {
|
if (currentTab.pinned) {
|
||||||
gBrowser.unpinTab(currentTab);
|
gBrowser.unpinTab(currentTab);
|
||||||
|
|||||||
@@ -51,6 +51,10 @@
|
|||||||
--zen-toolbox-max-width: 74px !important;
|
--zen-toolbox-max-width: 74px !important;
|
||||||
--zen-compact-float: var(--zen-element-separation);
|
--zen-compact-float: var(--zen-element-separation);
|
||||||
|
|
||||||
|
@media (-moz-mac-tahoe-theme) {
|
||||||
|
--zen-compact-mode-no-padding-radius-fix: -2px;
|
||||||
|
}
|
||||||
|
|
||||||
:root[zen-no-padding='true'] & {
|
:root[zen-no-padding='true'] & {
|
||||||
--zen-compact-float: 10px;
|
--zen-compact-float: 10px;
|
||||||
--zen-compact-top-toolbar-hidden-fix: var(--zen-compact-float);
|
--zen-compact-top-toolbar-hidden-fix: var(--zen-compact-float);
|
||||||
|
|||||||
@@ -85,8 +85,7 @@ class nsZenGlanceManager extends nsZenDOMOperatedFeature {
|
|||||||
menuitem.addEventListener("command", () =>
|
menuitem.addEventListener("command", () =>
|
||||||
this.openGlance({
|
this.openGlance({
|
||||||
url: gContextMenu.linkURL,
|
url: gContextMenu.linkURL,
|
||||||
triggeringPrincipal:
|
triggeringPrincipal: gContextMenu.principal,
|
||||||
Services.scriptSecurityManager.getSystemPrincipal(),
|
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -354,6 +353,28 @@ class nsZenGlanceManager extends nsZenDOMOperatedFeature {
|
|||||||
return this.#lastLinkClickData;
|
return this.#lastLinkClickData;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check whether a glance load is permitted for its triggering principal.
|
||||||
|
*
|
||||||
|
* @param {object} data - Glance data including URL and triggeringPrincipal
|
||||||
|
* @returns {boolean} Whether the load is allowed
|
||||||
|
*/
|
||||||
|
#isGlanceLoadAllowed(data) {
|
||||||
|
const { url, triggeringPrincipal } = data ?? {};
|
||||||
|
if (typeof url !== "string" || !url.length || !triggeringPrincipal) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
Services.scriptSecurityManager.checkLoadURIStrWithPrincipal(
|
||||||
|
triggeringPrincipal,
|
||||||
|
url
|
||||||
|
);
|
||||||
|
} catch {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Open a glance overlay with the specified data
|
* Open a glance overlay with the specified data
|
||||||
*
|
*
|
||||||
@@ -371,6 +392,13 @@ class nsZenGlanceManager extends nsZenDOMOperatedFeature {
|
|||||||
return Promise.resolve(this.#currentTab);
|
return Promise.resolve(this.#currentTab);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Existing-tab glances perform no navigation and are exempt; for fresh
|
||||||
|
// loads, refuse any URL the triggering principal isn't allowed to load
|
||||||
|
// (e.g. a web page linking to file://).
|
||||||
|
if (!existingTab && !this.#isGlanceLoadAllowed(data)) {
|
||||||
|
return Promise.resolve(null);
|
||||||
|
}
|
||||||
|
|
||||||
if (!data.height || !data.width) {
|
if (!data.height || !data.width) {
|
||||||
data = {
|
data = {
|
||||||
...data,
|
...data,
|
||||||
|
|||||||
@@ -1232,20 +1232,39 @@ class nsZenWindowSync {
|
|||||||
activeIndex = Math.min(activeIndex, entries.length - 1);
|
activeIndex = Math.min(activeIndex, entries.length - 1);
|
||||||
activeIndex = Math.max(activeIndex, 0);
|
activeIndex = Math.max(activeIndex, 0);
|
||||||
let entryToUse = (entries[activeIndex] || entries[0]) ?? null;
|
let entryToUse = (entries[activeIndex] || entries[0]) ?? null;
|
||||||
const initialState = {
|
this.#setPinnedInitialState(
|
||||||
entry: {
|
aTab,
|
||||||
url: entryToUse?.url,
|
{ url: entryToUse?.url, title: entryToUse?.title },
|
||||||
title: entryToUse?.title,
|
image
|
||||||
},
|
);
|
||||||
image,
|
});
|
||||||
};
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the canonical pinned URL for a tab across all windows. Used to let the
|
||||||
|
* user edit a pinned tab's URL directly.
|
||||||
|
*
|
||||||
|
* @param {object} aTab - The tab to set the pinned URL for.
|
||||||
|
* @param {string} aUrl - The URL to store as the canonical pinned URL.
|
||||||
|
* @param {string} [aImage] - Optional Icon to store.
|
||||||
|
*/
|
||||||
|
setPinnedUrl(aTab, aUrl, aImage) {
|
||||||
|
this.log(`Setting pinned url for tab ${aTab.id}`);
|
||||||
|
this.#setPinnedInitialState(
|
||||||
|
aTab,
|
||||||
|
{ url: aUrl, title: aTab.zenStaticLabel },
|
||||||
|
aImage
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
#setPinnedInitialState(aTab, aEntry, aImage) {
|
||||||
|
const initialState = { entry: aEntry, image: aImage };
|
||||||
this.#runOnAllWindows(null, win => {
|
this.#runOnAllWindows(null, win => {
|
||||||
const targetTab = this.getItemFromWindow(win, aTab.id);
|
const targetTab = this.getItemFromWindow(win, aTab.id);
|
||||||
if (targetTab) {
|
if (targetTab) {
|
||||||
targetTab._zenPinnedInitialState = initialState;
|
targetTab._zenPinnedInitialState = initialState;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
5
src/zen/space-routing/SpaceRoutingComponents.manifest
Normal file
5
src/zen/space-routing/SpaceRoutingComponents.manifest
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
category browser-window-delayed-startup resource:///modules/zen/spacerouting/ZenSpaceRoutingManager.sys.mjs gZenSpaceRoutingManager.onDelayedBrowserStartup
|
||||||
@@ -3,16 +3,6 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
import { JSONFile } from "resource://gre/modules/JSONFile.sys.mjs";
|
import { JSONFile } from "resource://gre/modules/JSONFile.sys.mjs";
|
||||||
import { XPCOMUtils } from "resource://gre/modules/XPCOMUtils.sys.mjs";
|
|
||||||
|
|
||||||
const lazy = {};
|
|
||||||
|
|
||||||
XPCOMUtils.defineLazyPreferenceGetter(
|
|
||||||
lazy,
|
|
||||||
"shouldForceContainerTabsToWorkspace",
|
|
||||||
"zen.workspaces.force-container-workspace",
|
|
||||||
false
|
|
||||||
);
|
|
||||||
|
|
||||||
class nsZenSpaceRoutingManager {
|
class nsZenSpaceRoutingManager {
|
||||||
#file = null;
|
#file = null;
|
||||||
@@ -28,6 +18,58 @@ class nsZenSpaceRoutingManager {
|
|||||||
this.#readFromDisk();
|
this.#readFromDisk();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Auto invoked for every window on delayed startup
|
||||||
|
*
|
||||||
|
* @param {nsIDOMWindow} window - The browser window that just started up
|
||||||
|
*/
|
||||||
|
onDelayedBrowserStartup(window) {
|
||||||
|
const element = window.MozXULElement.parseXULToFragment(`
|
||||||
|
<menuseparator/>
|
||||||
|
<menuitem id="context_zen-add-domain-to-routing"
|
||||||
|
data-lazy-l10n-id="tab-context-zen-add-domain-to-sr"
|
||||||
|
data-l10n-args='{"tabCount": 1}'/>
|
||||||
|
`);
|
||||||
|
window.document.getElementById("context_undoCloseTab").after(element);
|
||||||
|
|
||||||
|
window.document
|
||||||
|
.getElementById("context_zen-add-domain-to-routing")
|
||||||
|
.addEventListener("command", this.#onAddSelectedToRouting.bind(this));
|
||||||
|
window.document
|
||||||
|
.getElementById("tabContextMenu")
|
||||||
|
.addEventListener(
|
||||||
|
"popupshowing",
|
||||||
|
this.#updateTabCloseCountState.bind(this)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Updates the "context_zen-add-domain-to-routing" command
|
||||||
|
* to reflect the number of selected tabs, when applicable.
|
||||||
|
*
|
||||||
|
* @param {Event} event - The event param
|
||||||
|
*/
|
||||||
|
#updateTabCloseCountState(event) {
|
||||||
|
const window = event.target.documentGlobal;
|
||||||
|
window.document.l10n.setArgs(
|
||||||
|
window.document.getElementById("context_zen-add-domain-to-routing"),
|
||||||
|
{ tabCount: window.gBrowser.selectedTabs.length }
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Callback for whenever the menuitem command is ran
|
||||||
|
*
|
||||||
|
* @param {Event} event - The event parameter
|
||||||
|
*/
|
||||||
|
#onAddSelectedToRouting(event) {
|
||||||
|
const window = event.target.documentGlobal;
|
||||||
|
const tabs = window.TabContextMenu.contextTab.multiselected
|
||||||
|
? window.gBrowser.selectedTabs
|
||||||
|
: [window.TabContextMenu.contextTab];
|
||||||
|
this.addRouteForSelected(tabs, window);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Callback that will be executed from tabbrowser.js
|
* Callback that will be executed from tabbrowser.js
|
||||||
* This method can be used to stop the tab from being created.
|
* This method can be used to stop the tab from being created.
|
||||||
@@ -62,7 +104,7 @@ class nsZenSpaceRoutingManager {
|
|||||||
break;
|
break;
|
||||||
default: {
|
default: {
|
||||||
const targetWorkspace =
|
const targetWorkspace =
|
||||||
win?.gZenWorkspaces?.getWorkspaceFromId(targetRoute);
|
win.gZenWorkspaces.getWorkspaceFromId(targetRoute);
|
||||||
|
|
||||||
if (targetWorkspace) {
|
if (targetWorkspace) {
|
||||||
userContextId = targetWorkspace.containerTabId;
|
userContextId = targetWorkspace.containerTabId;
|
||||||
@@ -72,37 +114,6 @@ class nsZenSpaceRoutingManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isRouteFound) {
|
|
||||||
let tabSpaceId = options.zenWorkspaceId;
|
|
||||||
let spaceManager = win.gZenWorkspaces;
|
|
||||||
if (lazy.shouldForceContainerTabsToWorkspace) {
|
|
||||||
// In case its undefined, to make it into an integer.
|
|
||||||
const tabContainerId = options.userContextId || 0;
|
|
||||||
const currentSpace = spaceManager.getActiveWorkspaceFromCache();
|
|
||||||
console.log("[ZenSpaceRouting] Tab is opening with userContextId", tabContainerId, "and active space has containerTabId", currentSpace.containerTabId);
|
|
||||||
if (tabContainerId !== currentSpace.containerTabId) {
|
|
||||||
const targetWorkspace = spaceManager.getWorkspaces().find(
|
|
||||||
workspace => workspace.containerTabId === tabContainerId
|
|
||||||
);
|
|
||||||
if (targetWorkspace) {
|
|
||||||
tabSpaceId = targetWorkspace.uuid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// Add support for zen.workspaces.force-container-workspace in SR,
|
|
||||||
// instead of using the old implementation. Lets create a temporary route
|
|
||||||
// for this tab, so that it will be routed to the correct space.
|
|
||||||
if (tabSpaceId && tabSpaceId !== spaceManager.activeWorkspace) {
|
|
||||||
const targetWorkspace = spaceManager.getWorkspaceFromId(tabSpaceId);
|
|
||||||
if (targetWorkspace) {
|
|
||||||
userContextId = targetWorkspace.containerTabId;
|
|
||||||
isRouteFound = true;
|
|
||||||
targetWorkspaceName = targetWorkspace.name;
|
|
||||||
targetRoute = tabSpaceId;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
shouldEarlyExit: false,
|
shouldEarlyExit: false,
|
||||||
userContextId,
|
userContextId,
|
||||||
@@ -148,8 +159,26 @@ class nsZenSpaceRoutingManager {
|
|||||||
* @returns {boolean} True when the navigation should open in a new routed tab
|
* @returns {boolean} True when the navigation should open in a new routed tab
|
||||||
*/
|
*/
|
||||||
shouldRedirectNavigation(uriString, currentWorkspaceId, win) {
|
shouldRedirectNavigation(uriString, currentWorkspaceId, win) {
|
||||||
|
return !!this.getRedirectTargetWorkspaceId(
|
||||||
|
uriString,
|
||||||
|
currentWorkspaceId,
|
||||||
|
win
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Resolves the destination space for an in-place top-level navigation, or
|
||||||
|
* null when the navigation should be left alone (no rule, the destination is
|
||||||
|
* "most-recent-space", the tab already lives there, or the space is gone).
|
||||||
|
*
|
||||||
|
* @param {string} uriString - The destination URI
|
||||||
|
* @param {string|null} currentWorkspaceId - The zen-workspace-id of the navigating tab
|
||||||
|
* @param {Window} win - The owning browser window
|
||||||
|
* @returns {string|null} The target workspace id, or null to leave the navigation in place
|
||||||
|
*/
|
||||||
|
getRedirectTargetWorkspaceId(uriString, currentWorkspaceId, win) {
|
||||||
if (!win?.gZenWorkspaces?.workspaceEnabled) {
|
if (!win?.gZenWorkspaces?.workspaceEnabled) {
|
||||||
return false;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
const targetRoute = this.routeUri(uriString, { fromExternal: false });
|
const targetRoute = this.routeUri(uriString, { fromExternal: false });
|
||||||
@@ -159,11 +188,13 @@ class nsZenSpaceRoutingManager {
|
|||||||
targetRoute === "most-recent-space" ||
|
targetRoute === "most-recent-space" ||
|
||||||
targetRoute === currentWorkspaceId
|
targetRoute === currentWorkspaceId
|
||||||
) {
|
) {
|
||||||
return false;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only redirect when the destination space actually exists.
|
// Only redirect when the destination space actually exists.
|
||||||
return !!win.gZenWorkspaces.getWorkspaceFromId(targetRoute);
|
return win.gZenWorkspaces.getWorkspaceFromId(targetRoute)
|
||||||
|
? targetRoute
|
||||||
|
: null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -208,16 +239,12 @@ class nsZenSpaceRoutingManager {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default: {
|
default: {
|
||||||
const workspaces = win.gZenWorkspaces;
|
const workspaces = win?.gZenWorkspaces;
|
||||||
const targetWorkspace = workspaces.getWorkspaceFromId(targetRoute);
|
const targetWorkspace = workspaces?.getWorkspaceFromId?.(targetRoute);
|
||||||
|
|
||||||
if (targetWorkspace) {
|
if (targetWorkspace) {
|
||||||
workspaces.moveTabToWorkspace(newTab, targetWorkspace.uuid);
|
workspaces.moveTabToWorkspace(newTab, targetWorkspace.uuid);
|
||||||
|
|
||||||
if (inBackground) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const mostRecentWindow =
|
const mostRecentWindow =
|
||||||
Services.wm.getMostRecentWindow("navigator:browser");
|
Services.wm.getMostRecentWindow("navigator:browser");
|
||||||
const isOriginatingWindow = win === mostRecentWindow;
|
const isOriginatingWindow = win === mostRecentWindow;
|
||||||
@@ -225,11 +252,14 @@ class nsZenSpaceRoutingManager {
|
|||||||
win.gZenWorkspaces.lastSelectedWorkspaceTabs[
|
win.gZenWorkspaces.lastSelectedWorkspaceTabs[
|
||||||
targetWorkspace.uuid
|
targetWorkspace.uuid
|
||||||
] = newTab;
|
] = newTab;
|
||||||
|
|
||||||
|
if (!inBackground) {
|
||||||
await win.gZenWorkspaces.changeWorkspace(targetWorkspace);
|
await win.gZenWorkspaces.changeWorkspace(targetWorkspace);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error("[ZenSpaceRouting]: Error moving tab to workspace:", err);
|
console.error("[ZenSpaceRouting]: Error moving tab to workspace:", err);
|
||||||
}
|
}
|
||||||
@@ -444,6 +474,37 @@ class nsZenSpaceRoutingManager {
|
|||||||
this.#file.data.defaultRouteExternal = routeType;
|
this.#file.data.defaultRouteExternal = routeType;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Adds a new route for all given tabs
|
||||||
|
*
|
||||||
|
* @param {Array<object>} selectedTabs - The tabs that should be routed
|
||||||
|
* @param {Window} parentWindow - The window from which this is being executed
|
||||||
|
*/
|
||||||
|
addRouteForSelected(selectedTabs, parentWindow) {
|
||||||
|
const newRoute = this.createNewRoute();
|
||||||
|
let routeReference = "";
|
||||||
|
|
||||||
|
if (selectedTabs.length == 1) {
|
||||||
|
newRoute.matchType = "contains";
|
||||||
|
routeReference = selectedTabs[0].linkedBrowser.currentURI.host;
|
||||||
|
} else {
|
||||||
|
newRoute.matchType = "regex";
|
||||||
|
routeReference = "(";
|
||||||
|
for (let i = 0; i < selectedTabs.length; i++) {
|
||||||
|
const domain = selectedTabs[i].linkedBrowser.currentURI.host;
|
||||||
|
routeReference += domain.replaceAll(".", "\.");
|
||||||
|
if (i != selectedTabs.length - 1) {
|
||||||
|
routeReference += "|";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
routeReference += ")";
|
||||||
|
}
|
||||||
|
|
||||||
|
newRoute.reference = routeReference;
|
||||||
|
this.updateRoute(newRoute);
|
||||||
|
this.openSpaceRoutingDialog(parentWindow);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Saves all routes. The list of
|
* Saves all routes. The list of
|
||||||
* routes is stripped of empty routes
|
* routes is stripped of empty routes
|
||||||
|
|||||||
@@ -182,8 +182,8 @@ class nsZenWorkspaceCreation extends MozXULElement {
|
|||||||
this.onProfileCommand.bind(this)
|
this.onProfileCommand.bind(this)
|
||||||
);
|
);
|
||||||
this.profilesPopup.addEventListener(
|
this.profilesPopup.addEventListener(
|
||||||
"popupshown",
|
"popupshowing",
|
||||||
this.onProfilePopupShown.bind(this)
|
this.onProfilePopupShowing.bind(this)
|
||||||
);
|
);
|
||||||
this.profilesPopup.addEventListener(
|
this.profilesPopup.addEventListener(
|
||||||
"command",
|
"command",
|
||||||
@@ -296,7 +296,7 @@ class nsZenWorkspaceCreation extends MozXULElement {
|
|||||||
this.profilesPopup.openPopup(event.target, "after_start");
|
this.profilesPopup.openPopup(event.target, "after_start");
|
||||||
}
|
}
|
||||||
|
|
||||||
onProfilePopupShown(event) {
|
onProfilePopupShowing(event) {
|
||||||
return window.createUserContextMenu(event, {
|
return window.createUserContextMenu(event, {
|
||||||
isContextMenu: true,
|
isContextMenu: true,
|
||||||
showDefaultTab: true,
|
showDefaultTab: true,
|
||||||
|
|||||||
@@ -106,6 +106,12 @@ class nsZenWorkspaces {
|
|||||||
"zen.workspaces.wrap-around-navigation",
|
"zen.workspaces.wrap-around-navigation",
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
XPCOMUtils.defineLazyPreferenceGetter(
|
||||||
|
this,
|
||||||
|
"shouldForceContainerTabsToWorkspace",
|
||||||
|
"zen.workspaces.force-container-workspace",
|
||||||
|
true
|
||||||
|
);
|
||||||
XPCOMUtils.defineLazyPreferenceGetter(
|
XPCOMUtils.defineLazyPreferenceGetter(
|
||||||
this,
|
this,
|
||||||
"shouldOpenNewTabIfLastUnpinnedTabIsClosed",
|
"shouldOpenNewTabIfLastUnpinnedTabIsClosed",
|
||||||
@@ -782,6 +788,11 @@ class nsZenWorkspaces {
|
|||||||
window.addEventListener("TabUnpinned", tabUpdateListener);
|
window.addEventListener("TabUnpinned", tabUpdateListener);
|
||||||
window.addEventListener("aftercustomization", tabUpdateListener);
|
window.addEventListener("aftercustomization", tabUpdateListener);
|
||||||
window.addEventListener("TabSelect", this.onLocationChange.bind(this));
|
window.addEventListener("TabSelect", this.onLocationChange.bind(this));
|
||||||
|
window.addEventListener(
|
||||||
|
"TabBrowserInserted",
|
||||||
|
this.onTabBrowserInserted.bind(this)
|
||||||
|
);
|
||||||
|
|
||||||
this.updateWorkspacesChangeContextMenu();
|
this.updateWorkspacesChangeContextMenu();
|
||||||
})();
|
})();
|
||||||
}
|
}
|
||||||
@@ -1495,6 +1506,7 @@ class nsZenWorkspaces {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (container) {
|
||||||
const newtabPlacement = Services.prefs.getBoolPref(
|
const newtabPlacement = Services.prefs.getBoolPref(
|
||||||
"zen.view.show-newtab-button-top",
|
"zen.view.show-newtab-button-top",
|
||||||
false
|
false
|
||||||
@@ -1503,7 +1515,6 @@ class nsZenWorkspaces {
|
|||||||
? container.firstChild
|
? container.firstChild
|
||||||
: container.lastChild;
|
: container.lastChild;
|
||||||
|
|
||||||
if (container) {
|
|
||||||
if (tab.group?.hasAttribute("split-view-group")) {
|
if (tab.group?.hasAttribute("split-view-group")) {
|
||||||
gBrowser.zenHandleTabMove(tab.group, () => {
|
gBrowser.zenHandleTabMove(tab.group, () => {
|
||||||
for (const subTab of tab.group.tabs) {
|
for (const subTab of tab.group.tabs) {
|
||||||
@@ -2287,12 +2298,12 @@ class nsZenWorkspaces {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onBeforeTabSelect(aTab) {
|
onBeforeTabSelect(aTab) {
|
||||||
if (this.#inChangingWorkspace) {
|
if (this.#inChangingWorkspace || !aTab) {
|
||||||
// Just in case, Let's not do these checks while we are
|
// Just in case, Let's not do these checks while we are
|
||||||
// in the middle of changing workspace,
|
// in the middle of changing workspace,
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
const tabSpace = aTab?.getAttribute("zen-workspace-id");
|
const tabSpace = aTab.getAttribute("zen-workspace-id");
|
||||||
if (
|
if (
|
||||||
tabSpace &&
|
tabSpace &&
|
||||||
tabSpace !== this.activeWorkspace &&
|
tabSpace !== this.activeWorkspace &&
|
||||||
@@ -2783,6 +2794,44 @@ class nsZenWorkspaces {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async onTabBrowserInserted(event) {
|
||||||
|
let tab = event.originalTarget;
|
||||||
|
const isEssential = tab.getAttribute("zen-essential") === "true";
|
||||||
|
const workspaceID = tab.getAttribute("zen-workspace-id");
|
||||||
|
|
||||||
|
if (!this.workspaceEnabled || isEssential) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (workspaceID) {
|
||||||
|
if (
|
||||||
|
tab.hasAttribute("change-workspace") &&
|
||||||
|
this.moveTabToWorkspace(tab, workspaceID)
|
||||||
|
) {
|
||||||
|
this.lastSelectedWorkspaceTabs[workspaceID] =
|
||||||
|
gZenGlanceManager.getTabOrGlanceParent(tab);
|
||||||
|
tab.removeAttribute("change-workspace");
|
||||||
|
const workspace = this.getWorkspaceFromId(workspaceID);
|
||||||
|
setTimeout(() => {
|
||||||
|
this.changeWorkspace(workspace);
|
||||||
|
}, 0);
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
let activeWorkspace = this.getActiveWorkspace();
|
||||||
|
if (!activeWorkspace) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (tab.hasAttribute("zen-workspace-id")) {
|
||||||
|
const tabWorkspaceId = tab.getAttribute("zen-workspace-id");
|
||||||
|
this.moveTabToWorkspace(tab, tabWorkspaceId);
|
||||||
|
await this.changeWorkspaceWithID(tabWorkspaceId);
|
||||||
|
} else {
|
||||||
|
tab.setAttribute("zen-workspace-id", activeWorkspace.uuid);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#changeToEmptyTab() {
|
#changeToEmptyTab() {
|
||||||
const isEmpty = gBrowser.selectedTab.hasAttribute("zen-empty-tab");
|
const isEmpty = gBrowser.selectedTab.hasAttribute("zen-empty-tab");
|
||||||
gZenCompactModeManager.sidebar.toggleAttribute(
|
gZenCompactModeManager.sidebar.toggleAttribute(
|
||||||
@@ -2968,7 +3017,7 @@ class nsZenWorkspaces {
|
|||||||
|
|
||||||
getContextIdIfNeeded(userContextId, fromExternal, triggeringPrincipal) {
|
getContextIdIfNeeded(userContextId, fromExternal, triggeringPrincipal) {
|
||||||
if (!this.workspaceEnabled) {
|
if (!this.workspaceEnabled) {
|
||||||
return [userContextId, false];
|
return [userContextId, false, undefined];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
@@ -2976,7 +3025,27 @@ class nsZenWorkspaces {
|
|||||||
triggeringPrincipal.isAddonOrExpandedAddonPrincipal &&
|
triggeringPrincipal.isAddonOrExpandedAddonPrincipal &&
|
||||||
typeof userContextId === "undefined"
|
typeof userContextId === "undefined"
|
||||||
) {
|
) {
|
||||||
return [userContextId, false];
|
return [userContextId, false, undefined];
|
||||||
|
}
|
||||||
|
|
||||||
|
if (
|
||||||
|
this.shouldForceContainerTabsToWorkspace &&
|
||||||
|
typeof userContextId !== "undefined" &&
|
||||||
|
this._workspaceCache &&
|
||||||
|
!fromExternal
|
||||||
|
) {
|
||||||
|
// Find all workspaces that match the given userContextId
|
||||||
|
const matchingWorkspaces = this._workspaceCache.filter(
|
||||||
|
workspace => workspace.containerTabId === userContextId
|
||||||
|
);
|
||||||
|
|
||||||
|
// Check if exactly one workspace matches
|
||||||
|
if (matchingWorkspaces.length === 1) {
|
||||||
|
const workspace = matchingWorkspaces[0];
|
||||||
|
if (workspace.uuid !== this.getActiveWorkspaceFromCache().uuid) {
|
||||||
|
return [userContextId, true, workspace.uuid];
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const activeWorkspace = this.getActiveWorkspaceFromCache();
|
const activeWorkspace = this.getActiveWorkspaceFromCache();
|
||||||
@@ -2987,9 +3056,9 @@ class nsZenWorkspaces {
|
|||||||
typeof userContextId !== "undefined" &&
|
typeof userContextId !== "undefined" &&
|
||||||
userContextId !== activeWorkspaceUserContextId
|
userContextId !== activeWorkspaceUserContextId
|
||||||
) {
|
) {
|
||||||
return [userContextId, false];
|
return [userContextId, false, undefined];
|
||||||
}
|
}
|
||||||
return [activeWorkspaceUserContextId, true];
|
return [activeWorkspaceUserContextId, true, undefined];
|
||||||
}
|
}
|
||||||
|
|
||||||
getTabsToExclude(aTab) {
|
getTabsToExclude(aTab) {
|
||||||
|
|||||||
@@ -1229,7 +1229,11 @@ class nsZenViewSplitter extends nsZenDOMOperatedFeature {
|
|||||||
const newTab = this.openAndSwitchToTab(url, {
|
const newTab = this.openAndSwitchToTab(url, {
|
||||||
skipRoute: true,
|
skipRoute: true,
|
||||||
inBackground: false,
|
inBackground: false,
|
||||||
|
triggeringPrincipal: window.gContextMenu.principal,
|
||||||
});
|
});
|
||||||
|
if (!newTab) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
this.splitTabs([currentTab, newTab], undefined, 1);
|
this.splitTabs([currentTab, newTab], undefined, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1240,13 +1244,17 @@ class nsZenViewSplitter extends nsZenDOMOperatedFeature {
|
|||||||
*/
|
*/
|
||||||
contextSplitTabs(otherTabHint = null) {
|
contextSplitTabs(otherTabHint = null) {
|
||||||
let tabs;
|
let tabs;
|
||||||
let currentTab = TabContextMenu.contextTab || gBrowser.selectedTab;
|
let currentTab = gZenGlanceManager.getTabOrGlanceParent(
|
||||||
|
TabContextMenu.contextTab || gBrowser.selectedTab
|
||||||
|
);
|
||||||
if (currentTab.multiselected) {
|
if (currentTab.multiselected) {
|
||||||
tabs = gBrowser.selectedTabs;
|
tabs = gBrowser.selectedTabs;
|
||||||
} else if (!currentTab.selected && !currentTab.splitView) {
|
} else if (!currentTab.selected && !currentTab.splitView) {
|
||||||
tabs = [
|
tabs = [
|
||||||
currentTab,
|
currentTab,
|
||||||
...gBrowser.selectedTabs.filter(t => t !== currentTab),
|
...gBrowser.selectedTabs.filter(
|
||||||
|
t => t !== currentTab && !t.hasAttribute("zen-glance-tab")
|
||||||
|
),
|
||||||
];
|
];
|
||||||
} else {
|
} else {
|
||||||
tabs = [currentTab];
|
tabs = [currentTab];
|
||||||
@@ -1975,9 +1983,24 @@ class nsZenViewSplitter extends nsZenDOMOperatedFeature {
|
|||||||
* @returns {tab} The tab that was opened
|
* @returns {tab} The tab that was opened
|
||||||
*/
|
*/
|
||||||
openAndSwitchToTab(url, options) {
|
openAndSwitchToTab(url, options) {
|
||||||
|
const triggeringPrincipal = options?.triggeringPrincipal;
|
||||||
|
if (!triggeringPrincipal) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
Services.scriptSecurityManager.checkLoadURIStrWithPrincipal(
|
||||||
|
triggeringPrincipal,
|
||||||
|
url
|
||||||
|
);
|
||||||
|
} catch {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
const parentWindow = window.parent;
|
const parentWindow = window.parent;
|
||||||
const targetWindow = parentWindow || window;
|
const targetWindow = parentWindow || window;
|
||||||
const tab = targetWindow.gBrowser.addTrustedTab(url, options);
|
const tab = targetWindow.gBrowser.addTab(url, {
|
||||||
|
...options,
|
||||||
|
triggeringPrincipal,
|
||||||
|
});
|
||||||
targetWindow.gBrowser.selectedTab = tab;
|
targetWindow.gBrowser.selectedTab = tab;
|
||||||
return tab;
|
return tab;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -246,6 +246,66 @@ class nsZenPinnedTabManager extends nsZenDOMOperatedFeature {
|
|||||||
gZenUIManager.showToast("zen-pinned-tab-replaced");
|
gZenUIManager.showToast("zen-pinned-tab-replaced");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async editPinnedUrl(tab = undefined) {
|
||||||
|
tab ??= TabContextMenu.contextTab;
|
||||||
|
if (!tab || !tab.pinned) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const initialUrl =
|
||||||
|
tab._zenPinnedInitialState?.entry?.url ||
|
||||||
|
tab.linkedBrowser?.currentURI?.spec;
|
||||||
|
const [title, label] = await document.l10n.formatValues([
|
||||||
|
{ id: "zen-pinned-tab-edit-url-title" },
|
||||||
|
{ id: "zen-pinned-tab-edit-url-label" },
|
||||||
|
]);
|
||||||
|
const result = { value: initialUrl ?? "" };
|
||||||
|
const confirmed = Services.prompt.prompt(
|
||||||
|
window,
|
||||||
|
title,
|
||||||
|
label,
|
||||||
|
result,
|
||||||
|
null,
|
||||||
|
{ value: false }
|
||||||
|
);
|
||||||
|
if (!confirmed) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
let uri;
|
||||||
|
try {
|
||||||
|
uri = Services.uriFixup.getFixupURIInfo(
|
||||||
|
result.value.trim(),
|
||||||
|
Ci.nsIURIFixup.FIXUP_FLAG_FIX_SCHEME_TYPOS
|
||||||
|
).preferredURI;
|
||||||
|
} catch (_) {}
|
||||||
|
if (!uri) {
|
||||||
|
gZenUIManager.showToast("zen-pinned-tab-url-invalid");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const url = uri.spec;
|
||||||
|
|
||||||
|
// Skip when the value wasn't actually changed from what was prefilled.
|
||||||
|
if (!url || url === initialUrl) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const image = tab.zenStaticIcon || (await this.#getCachedFavicon(uri));
|
||||||
|
window.gZenWindowSync.setPinnedUrl(tab, url, image);
|
||||||
|
this.#resetTabToStoredState(tab);
|
||||||
|
gZenUIManager.showToast("zen-pinned-tab-url-edited");
|
||||||
|
}
|
||||||
|
|
||||||
|
async #getCachedFavicon(uri) {
|
||||||
|
try {
|
||||||
|
const favicon = await PlacesUtils.favicons.getFaviconForPage(uri);
|
||||||
|
return favicon?.dataURI?.spec;
|
||||||
|
} catch (ex) {
|
||||||
|
console.error("Failed to get favicon for edited pinned url:", ex);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
_initClosePinnedTabShortcut() {
|
_initClosePinnedTabShortcut() {
|
||||||
let cmdClose = document.getElementById("cmd_close");
|
let cmdClose = document.getElementById("cmd_close");
|
||||||
|
|
||||||
@@ -545,11 +605,20 @@ class nsZenPinnedTabManager extends nsZenDOMOperatedFeature {
|
|||||||
}
|
}
|
||||||
const elements = window.MozXULElement.parseXULToFragment(`
|
const elements = window.MozXULElement.parseXULToFragment(`
|
||||||
<menuseparator id="context_zen-pinned-tab-separator" hidden="true"/>
|
<menuseparator id="context_zen-pinned-tab-separator" hidden="true"/>
|
||||||
|
<menu id="context_zen-edit-pinned-page"
|
||||||
|
data-lazy-l10n-id="tab-context-zen-edit-pinned-page"
|
||||||
|
data-l10n-args="{"isEssential":""}"
|
||||||
|
hidden="true">
|
||||||
|
<menupopup>
|
||||||
<menuitem id="context_zen-replace-pinned-url-with-current"
|
<menuitem id="context_zen-replace-pinned-url-with-current"
|
||||||
data-lazy-l10n-id="tab-context-zen-replace-pinned-url-with-current"
|
data-lazy-l10n-id="tab-context-zen-replace-pinned-url-with-current"
|
||||||
data-l10n-args="{"isEssential":""}"
|
data-l10n-args="{"isEssential":""}"
|
||||||
hidden="true"
|
|
||||||
command="cmd_zenReplacePinnedUrlWithCurrent"/>
|
command="cmd_zenReplacePinnedUrlWithCurrent"/>
|
||||||
|
<menuitem id="context_zen-edit-pinned-url"
|
||||||
|
data-lazy-l10n-id="tab-context-zen-edit-pinned-url"
|
||||||
|
command="cmd_zenEditPinnedUrl"/>
|
||||||
|
</menupopup>
|
||||||
|
</menu>
|
||||||
<menuitem id="context_zen-reset-pinned-tab"
|
<menuitem id="context_zen-reset-pinned-tab"
|
||||||
data-lazy-l10n-id="tab-context-zen-reset-pinned-tab"
|
data-lazy-l10n-id="tab-context-zen-reset-pinned-tab"
|
||||||
data-l10n-args="{"isEssential":""}"
|
data-l10n-args="{"isEssential":""}"
|
||||||
@@ -619,15 +688,24 @@ class nsZenPinnedTabManager extends nsZenDOMOperatedFeature {
|
|||||||
const zenResetPinnedTab = document.getElementById(
|
const zenResetPinnedTab = document.getElementById(
|
||||||
"context_zen-reset-pinned-tab"
|
"context_zen-reset-pinned-tab"
|
||||||
);
|
);
|
||||||
|
const zenEditPinnedPage = document.getElementById(
|
||||||
|
"context_zen-edit-pinned-page"
|
||||||
|
);
|
||||||
const zenReplacePinnedUrl = document.getElementById(
|
const zenReplacePinnedUrl = document.getElementById(
|
||||||
"context_zen-replace-pinned-url-with-current"
|
"context_zen-replace-pinned-url-with-current"
|
||||||
);
|
);
|
||||||
[zenResetPinnedTab, zenReplacePinnedUrl].forEach(element => {
|
[zenResetPinnedTab, zenEditPinnedPage].forEach(element => {
|
||||||
if (element) {
|
if (element) {
|
||||||
element.hidden = !isVisible;
|
element.hidden = !isVisible;
|
||||||
document.l10n.setArgs(element, { isEssential });
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
[zenResetPinnedTab, zenEditPinnedPage, zenReplacePinnedUrl].forEach(
|
||||||
|
element => {
|
||||||
|
if (element) {
|
||||||
|
document.l10n.setArgs(element, { isEssential });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
zenAddEssential.hidden = isEssential || !!contextTab.group;
|
zenAddEssential.hidden = isEssential || !!contextTab.group;
|
||||||
document.l10n
|
document.l10n
|
||||||
.formatValue("tab-context-zen-add-essential-badge", {
|
.formatValue("tab-context-zen-add-essential-badge", {
|
||||||
@@ -857,7 +935,7 @@ class nsZenPinnedTabManager extends nsZenDOMOperatedFeature {
|
|||||||
) {
|
) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Remove # and ? from the URL
|
// Remove # from the URL
|
||||||
const pinUrl = tab._zenPinnedInitialState.entry.url.split("#")[0];
|
const pinUrl = tab._zenPinnedInitialState.entry.url.split("#")[0];
|
||||||
const currentUrl = location.split("#")[0];
|
const currentUrl = location.split("#")[0];
|
||||||
// Add an indicator that the pin has been changed
|
// Add an indicator that the pin has been changed
|
||||||
@@ -897,10 +975,14 @@ class nsZenPinnedTabManager extends nsZenDOMOperatedFeature {
|
|||||||
} else {
|
} else {
|
||||||
tab.setAttribute("zen-pinned-changed", "true");
|
tab.setAttribute("zen-pinned-changed", "true");
|
||||||
}
|
}
|
||||||
|
if (tab._zenPinnedInitialState.image) {
|
||||||
tab.style.setProperty(
|
tab.style.setProperty(
|
||||||
"--zen-original-tab-icon",
|
"--zen-original-tab-icon",
|
||||||
`url(${tab._zenPinnedInitialState.image})`
|
`url(${tab._zenPinnedInitialState.image})`
|
||||||
);
|
);
|
||||||
|
} else {
|
||||||
|
tab.style.removeProperty("--zen-original-tab-icon");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
removeTabContainersDragoverClass(hideIndicator = true) {
|
removeTabContainersDragoverClass(hideIndicator = true) {
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ prefs = ["zen.workspaces.separate-essentials=false"]
|
|||||||
|
|
||||||
["browser_pinned_created.js"]
|
["browser_pinned_created.js"]
|
||||||
|
|
||||||
|
["browser_pinned_edit_url.js"]
|
||||||
|
|
||||||
["browser_pinned_nounload_reset.js"]
|
["browser_pinned_nounload_reset.js"]
|
||||||
|
|
||||||
["browser_pinned_reset_button.js"]
|
["browser_pinned_reset_button.js"]
|
||||||
|
|||||||
384
src/zen/tests/pinned/browser_pinned_edit_url.js
Normal file
384
src/zen/tests/pinned/browser_pinned_edit_url.js
Normal file
@@ -0,0 +1,384 @@
|
|||||||
|
/* Any copyright is dedicated to the Public Domain.
|
||||||
|
https://creativecommons.org/publicdomain/zero/1.0/ */
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
async function pinTab(url) {
|
||||||
|
const tab = await BrowserTestUtils.openNewForegroundTab(gBrowser, url);
|
||||||
|
gBrowser.pinTab(tab);
|
||||||
|
await gBrowser.TabStateFlusher.flush(tab.linkedBrowser);
|
||||||
|
// eslint-disable-next-line mozilla/no-arbitrary-setTimeout
|
||||||
|
await new Promise(r => setTimeout(r, 500));
|
||||||
|
return tab;
|
||||||
|
}
|
||||||
|
|
||||||
|
// XPCOM service methods can't be stubbed in place (non-configurable), so we
|
||||||
|
// swap the whole service object out for a mock and restore it afterwards.
|
||||||
|
function mockPrompt(value) {
|
||||||
|
const original = Services.prompt;
|
||||||
|
Services.prompt = {
|
||||||
|
QueryInterface: ChromeUtils.generateQI([Ci.nsIPromptService]),
|
||||||
|
prompt(win, title, label, result) {
|
||||||
|
if (value === null) {
|
||||||
|
return false; // user cancelled
|
||||||
|
}
|
||||||
|
result.value = value;
|
||||||
|
return true;
|
||||||
|
},
|
||||||
|
};
|
||||||
|
return () => {
|
||||||
|
Services.prompt = original;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
function mockFavicons(faviconSpec) {
|
||||||
|
const original = PlacesUtils.favicons;
|
||||||
|
const mock = {
|
||||||
|
callCount: 0,
|
||||||
|
defaultFavicon: { spec: "data:image/png;base64,DEFAULT" },
|
||||||
|
getFaviconForPage() {
|
||||||
|
mock.callCount++;
|
||||||
|
return Promise.resolve(
|
||||||
|
faviconSpec ? { dataURI: { spec: faviconSpec } } : null
|
||||||
|
);
|
||||||
|
},
|
||||||
|
};
|
||||||
|
PlacesUtils.favicons = mock;
|
||||||
|
return {
|
||||||
|
mock,
|
||||||
|
restore: () => {
|
||||||
|
PlacesUtils.favicons = original;
|
||||||
|
},
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
add_task(async function test_EditPinnedUrl_SurvivesRebuild() {
|
||||||
|
// Pinned tab at url1 (loaded), then select a different tab (unfocus it).
|
||||||
|
const tab = await pinTab("https://example.com/1");
|
||||||
|
const other = await BrowserTestUtils.openNewForegroundTab(
|
||||||
|
gBrowser,
|
||||||
|
"https://example.com/other"
|
||||||
|
);
|
||||||
|
|
||||||
|
const editedUrl = "https://example.com/edited";
|
||||||
|
const restorePrompt = mockPrompt(editedUrl);
|
||||||
|
const favicons = mockFavicons("data:image/png;base64,iVBORw0KGgo=");
|
||||||
|
try {
|
||||||
|
await gZenPinnedTabManager.editPinnedUrl(tab);
|
||||||
|
|
||||||
|
// Close + re-open rebuilds the tab: the in-memory _zenPinnedInitialState is
|
||||||
|
// gone and gets reconstructed from the persisted session via
|
||||||
|
// setPinnedTabState (exactly what #onSessionStoreInitialized does).
|
||||||
|
delete tab._zenPinnedInitialState;
|
||||||
|
await window.gZenWindowSync.setPinnedTabState(tab);
|
||||||
|
|
||||||
|
Assert.equal(
|
||||||
|
tab._zenPinnedInitialState.entry.url,
|
||||||
|
editedUrl,
|
||||||
|
"After the tab is rebuilt, the pinned URL should still be the edited one"
|
||||||
|
);
|
||||||
|
} finally {
|
||||||
|
restorePrompt();
|
||||||
|
favicons.restore();
|
||||||
|
await BrowserTestUtils.removeTab(other);
|
||||||
|
await BrowserTestUtils.removeTab(tab);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
add_task(async function test_EditPinnedUrl_ActiveTabNavigates() {
|
||||||
|
// Editing the active (focused) pinned tab applies the new URL immediately:
|
||||||
|
// the live tab navigates to it (matching Arc's behavior).
|
||||||
|
const tab = await pinTab("https://example.com/1");
|
||||||
|
Assert.equal(gBrowser.selectedTab, tab, "the pinned tab should be active");
|
||||||
|
|
||||||
|
const editedUrl = "https://example.com/edited";
|
||||||
|
const restorePrompt = mockPrompt(editedUrl);
|
||||||
|
const favicons = mockFavicons("data:image/png;base64,iVBORw0KGgo=");
|
||||||
|
try {
|
||||||
|
await gZenPinnedTabManager.editPinnedUrl(tab);
|
||||||
|
await BrowserTestUtils.waitForCondition(
|
||||||
|
() => tab.linkedBrowser.currentURI.spec === editedUrl,
|
||||||
|
"the active pinned tab to navigate to the edited URL"
|
||||||
|
);
|
||||||
|
|
||||||
|
Assert.equal(
|
||||||
|
tab.linkedBrowser.currentURI.spec,
|
||||||
|
editedUrl,
|
||||||
|
"Editing the active pinned tab should navigate it to the new URL"
|
||||||
|
);
|
||||||
|
} finally {
|
||||||
|
restorePrompt();
|
||||||
|
favicons.restore();
|
||||||
|
await BrowserTestUtils.removeTab(tab);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
add_task(
|
||||||
|
async function test_EditPinnedUrl_FaviconLookupErrorLeavesImageEmpty() {
|
||||||
|
const tab = await pinTab("https://example.com/1");
|
||||||
|
const restorePrompt = mockPrompt("https://example.org/edited");
|
||||||
|
const favicons = mockFavicons(null);
|
||||||
|
// Simulate a Places DB failure so #getCachedFavicon hits its catch branch.
|
||||||
|
favicons.mock.getFaviconForPage = () =>
|
||||||
|
Promise.reject(new Error("simulated favicon DB failure"));
|
||||||
|
|
||||||
|
try {
|
||||||
|
await gZenPinnedTabManager.editPinnedUrl(tab);
|
||||||
|
|
||||||
|
Assert.equal(
|
||||||
|
tab._zenPinnedInitialState.entry.url,
|
||||||
|
"https://example.org/edited",
|
||||||
|
"The URL should still be updated when the favicon lookup fails"
|
||||||
|
);
|
||||||
|
ok(
|
||||||
|
!tab._zenPinnedInitialState.image,
|
||||||
|
"The image should be left empty (populated by the next navigation)"
|
||||||
|
);
|
||||||
|
} finally {
|
||||||
|
restorePrompt();
|
||||||
|
favicons.restore();
|
||||||
|
await BrowserTestUtils.removeTab(tab);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
add_task(async function test_EditPinnedUrl_UpdatesUrlAndFavicon() {
|
||||||
|
const tab = await pinTab("https://example.com/1");
|
||||||
|
const faviconSpec = "data:image/png;base64,iVBORw0KGgo=";
|
||||||
|
const restorePrompt = mockPrompt("https://example.org/edited");
|
||||||
|
const favicons = mockFavicons(faviconSpec);
|
||||||
|
|
||||||
|
try {
|
||||||
|
await gZenPinnedTabManager.editPinnedUrl(tab);
|
||||||
|
|
||||||
|
Assert.equal(
|
||||||
|
tab._zenPinnedInitialState.entry.url,
|
||||||
|
"https://example.org/edited",
|
||||||
|
"The pinned URL should be updated to the edited value"
|
||||||
|
);
|
||||||
|
Assert.equal(
|
||||||
|
tab._zenPinnedInitialState.image,
|
||||||
|
faviconSpec,
|
||||||
|
"The stored icon should be the cached favicon for the new URL"
|
||||||
|
);
|
||||||
|
} finally {
|
||||||
|
restorePrompt();
|
||||||
|
favicons.restore();
|
||||||
|
await BrowserTestUtils.removeTab(tab);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
add_task(async function test_EditPinnedUrl_NoCachedFaviconLeavesImageEmpty() {
|
||||||
|
const tab = await pinTab("https://example.com/1");
|
||||||
|
const restorePrompt = mockPrompt("https://example.org/edited");
|
||||||
|
const favicons = mockFavicons(null); // no cached favicon for the new URL
|
||||||
|
|
||||||
|
try {
|
||||||
|
await gZenPinnedTabManager.editPinnedUrl(tab);
|
||||||
|
|
||||||
|
ok(
|
||||||
|
!tab._zenPinnedInitialState.image,
|
||||||
|
"Without a cached favicon the image is left empty, not the default; the " +
|
||||||
|
"next navigation captures the real icon"
|
||||||
|
);
|
||||||
|
} finally {
|
||||||
|
restorePrompt();
|
||||||
|
favicons.restore();
|
||||||
|
await BrowserTestUtils.removeTab(tab);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
add_task(async function test_EditPinnedUrl_ClearsStaleTitle() {
|
||||||
|
const tab = await pinTab("https://example.com/1");
|
||||||
|
const restorePrompt = mockPrompt("https://example.org/edited");
|
||||||
|
const favicons = mockFavicons("data:image/png;base64,iVBORw0KGgo=");
|
||||||
|
|
||||||
|
try {
|
||||||
|
await gZenPinnedTabManager.editPinnedUrl(tab);
|
||||||
|
|
||||||
|
ok(
|
||||||
|
!tab._zenPinnedInitialState.entry.title,
|
||||||
|
"The previous title is cleared so the new page's title is used on load"
|
||||||
|
);
|
||||||
|
} finally {
|
||||||
|
restorePrompt();
|
||||||
|
favicons.restore();
|
||||||
|
await BrowserTestUtils.removeTab(tab);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
add_task(async function test_EditPinnedUrl_KeepsCustomLabel() {
|
||||||
|
const tab = await pinTab("https://example.com/1");
|
||||||
|
tab.zenStaticLabel = "My Pinned Tab";
|
||||||
|
const restorePrompt = mockPrompt("https://example.org/edited");
|
||||||
|
const favicons = mockFavicons("data:image/png;base64,iVBORw0KGgo=");
|
||||||
|
|
||||||
|
try {
|
||||||
|
await gZenPinnedTabManager.editPinnedUrl(tab);
|
||||||
|
|
||||||
|
Assert.equal(
|
||||||
|
tab._zenPinnedInitialState.entry.title,
|
||||||
|
"My Pinned Tab",
|
||||||
|
"An explicit custom label is preserved across a URL edit"
|
||||||
|
);
|
||||||
|
} finally {
|
||||||
|
restorePrompt();
|
||||||
|
favicons.restore();
|
||||||
|
delete tab.zenStaticLabel;
|
||||||
|
await BrowserTestUtils.removeTab(tab);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
add_task(async function test_EditPinnedUrl_KeepsCustomIcon() {
|
||||||
|
const tab = await pinTab("https://example.com/1");
|
||||||
|
const customIcon = "data:image/svg+xml,custom-icon";
|
||||||
|
tab.zenStaticIcon = customIcon;
|
||||||
|
const restorePrompt = mockPrompt("https://example.org/edited");
|
||||||
|
const favicons = mockFavicons("data:image/png;base64,iVBORw0KGgo=");
|
||||||
|
|
||||||
|
try {
|
||||||
|
await gZenPinnedTabManager.editPinnedUrl(tab);
|
||||||
|
|
||||||
|
Assert.equal(
|
||||||
|
tab._zenPinnedInitialState.entry.url,
|
||||||
|
"https://example.org/edited",
|
||||||
|
"The pinned URL should still be updated when a custom icon is set"
|
||||||
|
);
|
||||||
|
Assert.equal(
|
||||||
|
tab._zenPinnedInitialState.image,
|
||||||
|
customIcon,
|
||||||
|
"A user-set custom icon should be preserved, not overridden by a favicon"
|
||||||
|
);
|
||||||
|
Assert.equal(
|
||||||
|
favicons.mock.callCount,
|
||||||
|
0,
|
||||||
|
"Favicon lookup should be skipped when a custom icon is set"
|
||||||
|
);
|
||||||
|
} finally {
|
||||||
|
restorePrompt();
|
||||||
|
favicons.restore();
|
||||||
|
delete tab.zenStaticIcon;
|
||||||
|
await BrowserTestUtils.removeTab(tab);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
add_task(async function test_EditPinnedUrl_InvalidUrlKeepsState() {
|
||||||
|
const tab = await pinTab("https://example.com/1");
|
||||||
|
const originalUrl = tab._zenPinnedInitialState.entry.url;
|
||||||
|
const restorePrompt = mockPrompt(" "); // whitespace only -> not a valid URL
|
||||||
|
const favicons = mockFavicons("data:image/png;base64,iVBORw0KGgo=");
|
||||||
|
|
||||||
|
try {
|
||||||
|
await gZenPinnedTabManager.editPinnedUrl(tab);
|
||||||
|
|
||||||
|
Assert.equal(
|
||||||
|
tab._zenPinnedInitialState.entry.url,
|
||||||
|
originalUrl,
|
||||||
|
"The pinned URL should be unchanged for invalid input"
|
||||||
|
);
|
||||||
|
ok(
|
||||||
|
!tab.hasAttribute("zen-pinned-changed"),
|
||||||
|
"The tab should not be marked as changed for invalid input"
|
||||||
|
);
|
||||||
|
} finally {
|
||||||
|
restorePrompt();
|
||||||
|
favicons.restore();
|
||||||
|
await BrowserTestUtils.removeTab(tab);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
add_task(async function test_EditPinnedUrl_CancelKeepsState() {
|
||||||
|
const tab = await pinTab("https://example.com/1");
|
||||||
|
const originalUrl = tab._zenPinnedInitialState.entry.url;
|
||||||
|
const restorePrompt = mockPrompt(null); // user cancels the dialog
|
||||||
|
|
||||||
|
try {
|
||||||
|
await gZenPinnedTabManager.editPinnedUrl(tab);
|
||||||
|
|
||||||
|
Assert.equal(
|
||||||
|
tab._zenPinnedInitialState.entry.url,
|
||||||
|
originalUrl,
|
||||||
|
"The pinned URL should be unchanged when the dialog is cancelled"
|
||||||
|
);
|
||||||
|
} finally {
|
||||||
|
restorePrompt();
|
||||||
|
await BrowserTestUtils.removeTab(tab);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
add_task(async function test_EditPinnedUrl_FixesSchemeTypo() {
|
||||||
|
const tab = await pinTab("https://example.com/1");
|
||||||
|
const restorePrompt = mockPrompt("htps://example.org/typo");
|
||||||
|
const favicons = mockFavicons("data:image/png;base64,iVBORw0KGgo=");
|
||||||
|
|
||||||
|
try {
|
||||||
|
await gZenPinnedTabManager.editPinnedUrl(tab);
|
||||||
|
|
||||||
|
Assert.equal(
|
||||||
|
tab._zenPinnedInitialState.entry.url,
|
||||||
|
"https://example.org/typo",
|
||||||
|
"A mistyped scheme (htps://) should be auto-fixed to https://"
|
||||||
|
);
|
||||||
|
} finally {
|
||||||
|
restorePrompt();
|
||||||
|
favicons.restore();
|
||||||
|
await BrowserTestUtils.removeTab(tab);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
add_task(async function test_EditPinnedUrl_AddsMissingScheme() {
|
||||||
|
const tab = await pinTab("https://example.com/1");
|
||||||
|
const restorePrompt = mockPrompt("example.org/no-scheme");
|
||||||
|
const favicons = mockFavicons("data:image/png;base64,iVBORw0KGgo=");
|
||||||
|
|
||||||
|
try {
|
||||||
|
await gZenPinnedTabManager.editPinnedUrl(tab);
|
||||||
|
|
||||||
|
const stored = tab._zenPinnedInitialState.entry.url;
|
||||||
|
ok(
|
||||||
|
/^https?:\/\//.test(stored),
|
||||||
|
`A scheme should be prepended when omitted (got "${stored}")`
|
||||||
|
);
|
||||||
|
ok(
|
||||||
|
stored.endsWith("example.org/no-scheme"),
|
||||||
|
`Host and path should be preserved (got "${stored}")`
|
||||||
|
);
|
||||||
|
} finally {
|
||||||
|
restorePrompt();
|
||||||
|
favicons.restore();
|
||||||
|
await BrowserTestUtils.removeTab(tab);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
add_task(async function test_EditPinnedUrl_PrefillsWithStoredUrl() {
|
||||||
|
const tab = await pinTab("https://example.com/1");
|
||||||
|
// The stored pinned URL differs from the live browser URL (e.g. it was pinned
|
||||||
|
// as http but the server redirected the tab to https).
|
||||||
|
tab._zenPinnedInitialState = {
|
||||||
|
entry: { url: "http://example.com/pinned" },
|
||||||
|
image: "",
|
||||||
|
};
|
||||||
|
|
||||||
|
let prefilled;
|
||||||
|
const originalPrompt = Services.prompt;
|
||||||
|
Services.prompt = {
|
||||||
|
QueryInterface: ChromeUtils.generateQI([Ci.nsIPromptService]),
|
||||||
|
prompt(win, title, label, result) {
|
||||||
|
prefilled = result.value;
|
||||||
|
return false; // cancel, we only care about the prefilled value
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
try {
|
||||||
|
await gZenPinnedTabManager.editPinnedUrl(tab);
|
||||||
|
|
||||||
|
Assert.equal(
|
||||||
|
prefilled,
|
||||||
|
"http://example.com/pinned",
|
||||||
|
"The edit dialog should prefill with the stored pinned URL, not the live browser URL"
|
||||||
|
);
|
||||||
|
} finally {
|
||||||
|
Services.prompt = originalPrompt;
|
||||||
|
await BrowserTestUtils.removeTab(tab);
|
||||||
|
}
|
||||||
|
});
|
||||||
@@ -5,8 +5,8 @@
|
|||||||
"binaryName": "zen",
|
"binaryName": "zen",
|
||||||
"version": {
|
"version": {
|
||||||
"product": "firefox",
|
"product": "firefox",
|
||||||
"version": "152.0.1",
|
"version": "152.0.4",
|
||||||
"candidate": "152.0.1",
|
"candidate": "152.0.4",
|
||||||
"candidateBuild": 1
|
"candidateBuild": 1
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"brandShortName": "Zen",
|
"brandShortName": "Zen",
|
||||||
"brandFullName": "Zen Browser",
|
"brandFullName": "Zen Browser",
|
||||||
"release": {
|
"release": {
|
||||||
"displayVersion": "1.21.3b",
|
"displayVersion": "1.21.5b",
|
||||||
"github": {
|
"github": {
|
||||||
"repo": "zen-browser/desktop"
|
"repo": "zen-browser/desktop"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user