finish about:changelog

This commit is contained in:
rn10950 2016-01-16 04:16:31 -05:00
parent 0bec2a7585
commit bcb33dcf25
6 changed files with 14 additions and 6 deletions

View File

@ -1294,6 +1294,7 @@ nsScriptSecurityManager::GetBaseURIScheme(nsIURI* aURI,
path.EqualsLiteral("changelog") ||
path.EqualsLiteral("retrozilla") ||
path.EqualsLiteral("logo") ||
path.EqualsLiteral("logopng") ||
path.EqualsLiteral("license") ||
path.EqualsLiteral("licence") ||
path.EqualsLiteral("credits") ||

View File

@ -1043,6 +1043,11 @@ static const nsModuleComponentInfo gNetModuleInfo[] = {
NS_ABOUT_MODULE_CONTRACTID_PREFIX "logo",
nsAboutRedirector::Create
},
{ "about:logopng",
NS_ABOUT_REDIRECTOR_MODULE_CID,
NS_ABOUT_MODULE_CONTRACTID_PREFIX "logopng",
nsAboutRedirector::Create
},
{ "about:buildconfig",
NS_ABOUT_REDIRECTOR_MODULE_CID,
NS_ABOUT_MODULE_CONTRACTID_PREFIX "buildconfig",

View File

@ -68,6 +68,7 @@ static RedirEntry kRedirMap[] = {
{ "config", "chrome://global/content/config.xul", PR_FALSE },
{ "home", "chrome://global/content/aboutHome.html", PR_FALSE },
{ "logo", "chrome://global/content/logo.gif", PR_TRUE },
{ "logopng", "chrome://global/content/logo.png", PR_TRUE },
{ "buildconfig", "chrome://global/content/buildconfig.html", PR_TRUE },
{ "license", "chrome://global/content/license.html", PR_TRUE },
{ "licence", "chrome://global/content/license.html", PR_TRUE },

View File

@ -1 +1 @@
1.1
2.0

View File

@ -1,5 +1,5 @@
# navigator.properties
homePageDefault=https://sites.google.com/site/rn10950mozilla/retrozilla
homePageDefault=about:home
keywordList=http://home.netscape.com/escapes/keywords
webmailKeyword=http://webmail.netscape.com
fallbackDefaultSearchURL=http://www.google.com/search?q=
@ -17,4 +17,4 @@ browser.translation.serviceDomain=translate.google.com
#config.js
#
startup.homepage_override_url=https://sites.google.com/site/rn10950mozilla/retrozilla/start
startup.homepage_override_url=about:changelog

View File

@ -6,11 +6,12 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<title>RetroZilla Changelog</title>
<link rel="stylesheet" type="text/css" href="aboutChangelog.css">
<!--<link rel="stylesheet" type="text/css" href="aboutChangelog.css">-->
<link rel="stylesheet" type="text/css" href="chrome://global/content/aboutChangelog.css">
</head>
<body>
<!--<img src="about:logopng" id="rzLogo">-->
<img src="https://www.mozilla.org/images/logo-star.gif" id="rzLogo">
<img src="about:logopng" id="rzLogo">
<!--<img src="https://www.mozilla.org/images/logo-star.gif" id="rzLogo">-->
<!-- current release -->
<h1>RetroZilla 2.0</h1>
<h3>New Features</h3>