chore: Updated to firefox 142.0.1, b=no-bug, c=l10n, tabs, folders

This commit is contained in:
Mr. M
2025-08-27 19:55:58 +02:00
parent 257547acbd
commit 5852b2aaa6
9 changed files with 102 additions and 78 deletions

View File

@@ -1,5 +1,5 @@
diff --git a/browser/components/tabbrowser/content/tabgroup.js b/browser/components/tabbrowser/content/tabgroup.js
index caea196b22b4689f55780a528661d87b52f4e728..c107c803d0820a209c0859745dcc8370294eb7b2 100644
index caea196b22b4689f55780a528661d87b52f4e728..729848f1d3856bc4a5225e1a83cc10ef22819ca1 100644
--- a/browser/components/tabbrowser/content/tabgroup.js
+++ b/browser/components/tabbrowser/content/tabgroup.js
@@ -13,10 +13,12 @@
@@ -92,7 +92,17 @@ index caea196b22b4689f55780a528661d87b52f4e728..c107c803d0820a209c0859745dcc8370
}
get color() {
@@ -338,12 +356,61 @@
@@ -285,6 +303,9 @@
}
set collapsed(val) {
+ if (this.hasAttribute("split-view-group")) {
+ return;
+ }
if (!!val == this.collapsed) {
return;
}
@@ -338,12 +359,61 @@
tabGroupName,
})
.then(result => {
@@ -156,7 +166,7 @@ index caea196b22b4689f55780a528661d87b52f4e728..c107c803d0820a209c0859745dcc8370
}
/**
@@ -373,7 +440,7 @@
@@ -373,7 +443,7 @@
*/
addTabs(tabs, metricsContext) {
for (let tab of tabs) {
@@ -165,7 +175,7 @@ index caea196b22b4689f55780a528661d87b52f4e728..c107c803d0820a209c0859745dcc8370
tab.ownerGlobal.gBrowser.unpinTab(tab);
}
let tabToMove =
@@ -437,7 +504,7 @@
@@ -437,7 +507,7 @@
*/
on_click(event) {
let isToggleElement =
@@ -174,7 +184,7 @@ index caea196b22b4689f55780a528661d87b52f4e728..c107c803d0820a209c0859745dcc8370
event.target === this.#overflowCountLabel;
if (isToggleElement && event.button === 0) {
event.preventDefault();
@@ -470,5 +537,6 @@
@@ -470,5 +540,6 @@
}
}