summaryrefslogtreecommitdiffstats
path: root/application/basilisk/components/customizableui
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-08-14 17:19:40 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-08-14 17:19:40 +0200
commit9f7b943c1de5e9ae010ff839ee7e601a081d42e1 (patch)
tree9d8574bff09f9f29d38edc9d0886ff1f4f27355f /application/basilisk/components/customizableui
parent0cd0854ba88e1a5f4e2e9694113299b5e2e0bc25 (diff)
downloadUXP-9f7b943c1de5e9ae010ff839ee7e601a081d42e1.tar
UXP-9f7b943c1de5e9ae010ff839ee7e601a081d42e1.tar.gz
UXP-9f7b943c1de5e9ae010ff839ee7e601a081d42e1.tar.lz
UXP-9f7b943c1de5e9ae010ff839ee7e601a081d42e1.tar.xz
UXP-9f7b943c1de5e9ae010ff839ee7e601a081d42e1.zip
Issue #1124: Remove Firefox Developer Edition code.
Removes all occurrences of MOZ_DEV_EDITION code and some helpers.
Diffstat (limited to 'application/basilisk/components/customizableui')
-rw-r--r--application/basilisk/components/customizableui/CustomizableUI.jsm8
1 files changed, 1 insertions, 7 deletions
diff --git a/application/basilisk/components/customizableui/CustomizableUI.jsm b/application/basilisk/components/customizableui/CustomizableUI.jsm
index a58d33a6d..ce395121c 100644
--- a/application/basilisk/components/customizableui/CustomizableUI.jsm
+++ b/application/basilisk/components/customizableui/CustomizableUI.jsm
@@ -198,9 +198,7 @@ var CustomizableUIInternal = {
"add-ons-button",
];
- if (!AppConstants.MOZ_DEV_EDITION) {
- panelPlacements.splice(-1, 0, "developer-button");
- }
+ panelPlacements.splice(-1, 0, "developer-button");
let showCharacterEncoding = Services.prefs.getComplexValue(
"browser.menu.showCharacterEncoding",
@@ -225,10 +223,6 @@ var CustomizableUIInternal = {
"home-button",
];
- if (AppConstants.MOZ_DEV_EDITION) {
- navbarPlacements.splice(2, 0, "developer-button");
- }
-
// Place this last, when createWidget is called for pocket, it will
// append to the toolbar.
if (Services.prefs.getPrefType("extensions.pocket.enabled") != Services.prefs.PREF_INVALID &&