Bug 1920706 - Anchor "all-tabs" popup to the extensions button. r=rpl

Differential Revision: https://phabricator.services.mozilla.com/D223318
This commit is contained in:
William Durand
2024-09-24 17:49:39 +00:00
parent dcb8ab7f11
commit 79188dd075
4 changed files with 56 additions and 32 deletions

View File

@@ -30,7 +30,6 @@ const TAB_ID_NONE = -1;
ChromeUtils.defineLazyGetter(this, "tabHidePopup", () => {
return new ExtensionControlledPopup({
confirmedType: TAB_HIDE_CONFIRMED_TYPE,
anchorId: "alltabs-button",
popupnotificationId: "extension-tab-hide-notification",
descriptionId: "extension-tab-hide-notification-description",
descriptionMessageId: "tabHideControlled.message",