From 93961947314a93ee875cc3c318428569063ce3ed Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Tue, 10 Sep 2013 12:01:05 -0500 Subject: [PATCH] Bug 905103 - Add about:app-manager. r=gavin --- browser/components/about/AboutRedirector.cpp | 2 ++ browser/components/build/nsModule.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/browser/components/about/AboutRedirector.cpp b/browser/components/about/AboutRedirector.cpp index 6cb88b12c91..c1de734b7f4 100644 --- a/browser/components/about/AboutRedirector.cpp +++ b/browser/components/about/AboutRedirector.cpp @@ -90,6 +90,8 @@ static RedirEntry kRedirMap[] = { { "healthreport", "chrome://browser/content/abouthealthreport/abouthealth.xhtml", nsIAboutModule::ALLOW_SCRIPT }, #endif + { "app-manager", "chrome://browser/content/devtools/app-manager/index.xul", + nsIAboutModule::ALLOW_SCRIPT }, }; static const int kRedirTotal = NS_ARRAY_LENGTH(kRedirMap); diff --git a/browser/components/build/nsModule.cpp b/browser/components/build/nsModule.cpp index 99569c15e5b..c0b92739628 100644 --- a/browser/components/build/nsModule.cpp +++ b/browser/components/build/nsModule.cpp @@ -109,6 +109,7 @@ static const mozilla::Module::ContractIDEntry kBrowserContracts[] = { #ifdef MOZ_SERVICES_HEALTHREPORT { NS_ABOUT_MODULE_CONTRACTID_PREFIX "healthreport", &kNS_BROWSER_ABOUT_REDIRECTOR_CID }, #endif + { NS_ABOUT_MODULE_CONTRACTID_PREFIX "app-manager", &kNS_BROWSER_ABOUT_REDIRECTOR_CID }, #if defined(XP_WIN) { NS_IEHISTORYENUMERATOR_CONTRACTID, &kNS_WINIEHISTORYENUMERATOR_CID }, #elif defined(XP_MACOSX)