Backed out changeset bcbeff80890c (bug 1946523) for causing bc failures @browser_tab_groups_a11y.js. CLOSED TREE

This commit is contained in:
Goloman Adrian
2025-02-15 02:39:16 +02:00
parent 0ca4c24a11
commit d7633e63e5
7 changed files with 78 additions and 677 deletions

View File

@@ -99,7 +99,6 @@
this.tabContainer = document.getElementById("tabbrowser-tabs");
this.tabGroupMenu = document.getElementById("tab-group-editor");
this.tabbox = document.getElementById("tabbrowser-tabbox");
this.tabGroupNameField = document.getElementById("tab-group-name");
this.tabpanels = document.getElementById("tabbrowser-tabpanels");
this.verticalPinnedTabsContainer = document.getElementById(
"vertical-pinned-tabs-container"
@@ -2949,13 +2948,6 @@
return null;
}
gBrowser.getGroupTitleForTabs(tabs).then(newLabel => {
group.label = newLabel;
if (this.tabGroupMenu.panel.state !== "closed") {
this.tabGroupNameField.value = newLabel;
}
});
group.dispatchEvent(
new CustomEvent("TabGroupCreate", {
bubbles: true,