summaryrefslogtreecommitdiffstats
path: root/docshell
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-06-26 13:56:27 -0400
committerMatt A. Tobin <email@mattatobin.com>2018-06-26 13:56:27 -0400
commitbaf849c626e3633105f1cdfefa991e1aa41f0071 (patch)
tree34c1f2d1af54abebf64eff17e9971f7bf3b742c3 /docshell
parent02d374dbe66a17f5942e0148b9dfda780a4b1f56 (diff)
downloadUXP-baf849c626e3633105f1cdfefa991e1aa41f0071.tar
UXP-baf849c626e3633105f1cdfefa991e1aa41f0071.tar.gz
UXP-baf849c626e3633105f1cdfefa991e1aa41f0071.tar.lz
UXP-baf849c626e3633105f1cdfefa991e1aa41f0071.tar.xz
UXP-baf849c626e3633105f1cdfefa991e1aa41f0071.zip
Revert "Make the Error Console accessible from about:console"
This reverts commit bbbb74e5f077b47c6adb8ede13bfb001bb966cdb.
Diffstat (limited to 'docshell')
-rw-r--r--docshell/base/nsAboutRedirector.cpp1
-rw-r--r--docshell/build/nsDocShellModule.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/docshell/base/nsAboutRedirector.cpp b/docshell/base/nsAboutRedirector.cpp
index 4dba7f261..a50134cec 100644
--- a/docshell/base/nsAboutRedirector.cpp
+++ b/docshell/base/nsAboutRedirector.cpp
@@ -50,7 +50,6 @@ static RedirEntry kRedirMap[] = {
nsIAboutModule::ALLOW_SCRIPT
},
{ "config", "chrome://global/content/config.xul", 0 },
- { "console", "chrome://global/content/console.xul", 0 },
{
"credits", "http://www.palemoon.org/Contributors.shtml",
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
diff --git a/docshell/build/nsDocShellModule.cpp b/docshell/build/nsDocShellModule.cpp
index 3481bd297..91b35abea 100644
--- a/docshell/build/nsDocShellModule.cpp
+++ b/docshell/build/nsDocShellModule.cpp
@@ -165,7 +165,6 @@ const mozilla::Module::ContractIDEntry kDocShellContracts[] = {
{ NS_ABOUT_MODULE_CONTRACTID_PREFIX "buildconfig", &kNS_ABOUT_REDIRECTOR_MODULE_CID },
{ NS_ABOUT_MODULE_CONTRACTID_PREFIX "checkerboard", &kNS_ABOUT_REDIRECTOR_MODULE_CID },
{ NS_ABOUT_MODULE_CONTRACTID_PREFIX "config", &kNS_ABOUT_REDIRECTOR_MODULE_CID },
- { NS_ABOUT_MODULE_CONTRACTID_PREFIX "console", &kNS_ABOUT_REDIRECTOR_MODULE_CID },
{ NS_ABOUT_MODULE_CONTRACTID_PREFIX "credits", &kNS_ABOUT_REDIRECTOR_MODULE_CID },
#ifdef MOZ_DEVTOOLS
{ NS_ABOUT_MODULE_CONTRACTID_PREFIX "debugging", &kNS_ABOUT_REDIRECTOR_MODULE_CID },