chore: Re-export all patches, b=(no-bug), c=no-component

This commit is contained in:
mr. m 2025-04-16 17:05:46 +02:00
parent 0c68c72b29
commit 31a5e70b26
No known key found for this signature in database
GPG key ID: 419302196C23B258
4 changed files with 23 additions and 5 deletions

View file

@ -1,5 +1,5 @@
diff --git a/browser/components/tabbrowser/content/tabbrowser.js b/browser/components/tabbrowser/content/tabbrowser.js
index 5f406ea5d09273c9b70b84eee24c6267f88692f8..22d077e528387a6fbe59a170784dd8caa0c65b26 100644
index 5f406ea5d09273c9b70b84eee24c6267f88692f8..3e6b06aef1f74416f67e2e4bba39e5918bec2d47 100644
--- a/browser/components/tabbrowser/content/tabbrowser.js
+++ b/browser/components/tabbrowser/content/tabbrowser.js
@@ -424,11 +424,67 @@
@ -590,6 +590,15 @@ index 5f406ea5d09273c9b70b84eee24c6267f88692f8..22d077e528387a6fbe59a170784dd8ca
}
// If no qualifying visible tab was found, see if there is a tab in
@@ -5202,7 +5367,7 @@
});
}
- return tab;
+ return ZenWorkspaces.findTabToBlur(tab);
}
_blurTab(aTab) {
@@ -5599,10 +5764,10 @@
SessionStore.deleteCustomTabValue(aTab, "hiddenBy");
}