Add support for showing places at about:places
This commit is contained in:
parent
029b43e964
commit
fc395f7f2a
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ static const RedirEntry kRedirMap[] = {
|
||||||
{"about", "chrome://global/content/aboutAbout.xhtml", 0},
|
{"about", "chrome://global/content/aboutAbout.xhtml", 0},
|
||||||
{"addons", "chrome://mozapps/content/extensions/extensions.xul",
|
{"addons", "chrome://mozapps/content/extensions/extensions.xul",
|
||||||
nsIAboutModule::ALLOW_SCRIPT},
|
nsIAboutModule::ALLOW_SCRIPT},
|
||||||
{"library", "chrome://browser/content/places/places.xul",
|
{"places", "chrome://browser/content/places/places.xul",
|
||||||
nsIAboutModule::ALLOW_SCRIPT},
|
nsIAboutModule::ALLOW_SCRIPT},
|
||||||
{"buildconfig", "chrome://global/content/buildconfig.html",
|
{"buildconfig", "chrome://global/content/buildconfig.html",
|
||||||
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT},
|
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue