summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2019-07-15 22:01:06 -0400
committerGaming4JC <g4jc@hyperbola.info>2019-07-15 22:01:06 -0400
commit87150eb7cbe80247602c9ddace7968e691dd4291 (patch)
tree46492b65e75c191231cd8ccc67218b4f5d243761 /components
parentc4dab618c7a3b5bdefa56ce3a7f923feac9d2bca (diff)
downloadiceweasel-uxp-87150eb7cbe80247602c9ddace7968e691dd4291.tar.gz
Backport UXP #1177 - Remove WebIDE devtools component
Diffstat (limited to 'components')
-rw-r--r--components/customizableui/CustomizableUI.jsm5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/customizableui/CustomizableUI.jsm b/components/customizableui/CustomizableUI.jsm
index 31126b3..67dd5df 100644
--- a/components/customizableui/CustomizableUI.jsm
+++ b/components/customizableui/CustomizableUI.jsm
@@ -38,7 +38,6 @@ const kPrefCustomizationState = "browser.uiCustomization.state";
const kPrefCustomizationAutoAdd = "browser.uiCustomization.autoAdd";
const kPrefCustomizationDebug = "browser.uiCustomization.debug";
const kPrefDrawInTitlebar = "browser.tabs.drawInTitlebar";
-const kPrefWebIDEInNavbar = "devtools.webide.widget.inNavbarByDefault";
const kExpectedWindowURL = "chrome://browser/content/browser.xul";
@@ -233,10 +232,6 @@ var CustomizableUIInternal = {
navbarPlacements.splice(2, 0, "developer-button");
}
- if (Services.prefs.getBoolPref(kPrefWebIDEInNavbar)) {
- navbarPlacements.push("webide-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 &&