mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 554007: New add-ons manager UI (docshell parts). r=bz
This commit is contained in:
parent
8629963616
commit
bb6f438518
@ -88,6 +88,8 @@ static RedirEntry kRedirMap[] = {
|
||||
nsIAboutModule::HIDE_FROM_ABOUTABOUT },
|
||||
{ "memory", "chrome://global/content/aboutMemory.xhtml",
|
||||
nsIAboutModule::ALLOW_SCRIPT },
|
||||
{ "addons", "chrome://mozapps/content/extensions/extensions.xul",
|
||||
nsIAboutModule::ALLOW_SCRIPT },
|
||||
{ "support", "chrome://global/content/aboutSupport.xhtml",
|
||||
nsIAboutModule::ALLOW_SCRIPT }
|
||||
};
|
||||
|
@ -214,6 +214,11 @@ static const nsModuleComponentInfo gDocShellModuleInfo[] = {
|
||||
NS_ABOUT_MODULE_CONTRACTID_PREFIX "memory",
|
||||
nsAboutRedirector::Create
|
||||
},
|
||||
{ "about:addons",
|
||||
NS_ABOUT_REDIRECTOR_MODULE_CID,
|
||||
NS_ABOUT_MODULE_CONTRACTID_PREFIX "addons",
|
||||
nsAboutRedirector::Create
|
||||
},
|
||||
{ "about:support",
|
||||
NS_ABOUT_REDIRECTOR_MODULE_CID,
|
||||
NS_ABOUT_MODULE_CONTRACTID_PREFIX "support",
|
||||
|
Loading…
Reference in New Issue
Block a user