Backed out 2 changesets (bug 1799947) for causing browserAction bc, mochitest, devtools related failures. CLOSED TREE

Backed out changeset ff58300200c4 (bug 1799947)
Backed out changeset 517df40ddcd4 (bug 1799947)
This commit is contained in:
Marian-Vasile Laza
2022-11-15 22:38:24 +02:00
parent ad65680209
commit bfb43d0dc3
50 changed files with 47 additions and 193 deletions

View File

@@ -53,12 +53,9 @@ const POPUP_PRELOAD_TIMEOUT_MS = 200;
const browserActionMap = new WeakMap();
XPCOMUtils.defineLazyGetter(this, "browserAreas", () => {
let panelArea = gUnifiedExtensionsEnabled
? CustomizableUI.AREA_ADDONS
: CustomizableUI.AREA_FIXED_OVERFLOW_PANEL;
return {
navbar: CustomizableUI.AREA_NAVBAR,
menupanel: panelArea,
menupanel: CustomizableUI.AREA_FIXED_OVERFLOW_PANEL,
tabstrip: CustomizableUI.AREA_TABSTRIP,
personaltoolbar: CustomizableUI.AREA_BOOKMARKS,
};