From fc395f7f2a43a6848781bf5e197f0512981a4ecc Mon Sep 17 00:00:00 2001 From: BeatLink Date: Thu, 4 Jul 2019 02:08:01 -0500 Subject: Add support for showing places at about:places --- browser/common/source_files/docshell/base/nsAboutRedirector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'browser/common/source_files') diff --git a/browser/common/source_files/docshell/base/nsAboutRedirector.cpp b/browser/common/source_files/docshell/base/nsAboutRedirector.cpp index 32b7363..1d27b6f 100644 --- a/browser/common/source_files/docshell/base/nsAboutRedirector.cpp +++ b/browser/common/source_files/docshell/base/nsAboutRedirector.cpp @@ -67,7 +67,7 @@ static const RedirEntry kRedirMap[] = { {"about", "chrome://global/content/aboutAbout.xhtml", 0}, {"addons", "chrome://mozapps/content/extensions/extensions.xul", nsIAboutModule::ALLOW_SCRIPT}, - {"library", "chrome://browser/content/places/places.xul", + {"places", "chrome://browser/content/places/places.xul", nsIAboutModule::ALLOW_SCRIPT}, {"buildconfig", "chrome://global/content/buildconfig.html", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT}, -- cgit