From a040f8b86f08e162071e5c365a14d04610afeeba Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Wed, 27 Jun 2018 20:22:34 -0400 Subject: rebrand internal pages --- base/content/iceweasel.xhtml | 162 +++++++++++++++++++++++++++ base/content/mozilla.xhtml | 162 --------------------------- components/about/AboutRedirector.cpp | 2 +- confvars.sh | 2 +- locales/en-US/chrome/overrides/iceweasel.dtd | 14 +++ locales/en-US/chrome/overrides/mozilla.dtd | 14 --- 6 files changed, 178 insertions(+), 178 deletions(-) create mode 100644 base/content/iceweasel.xhtml delete mode 100644 base/content/mozilla.xhtml create mode 100644 locales/en-US/chrome/overrides/iceweasel.dtd delete mode 100644 locales/en-US/chrome/overrides/mozilla.dtd diff --git a/base/content/iceweasel.xhtml b/base/content/iceweasel.xhtml new file mode 100644 index 0000000..fe7a4b7 --- /dev/null +++ b/base/content/iceweasel.xhtml @@ -0,0 +1,162 @@ + + + %mozillaDTD; + + %directionDTD; +]> + + + + + + + +&ice.title; + + + + +

+&ice.quote; +

+ +

+&ice.from; +

+ + + diff --git a/base/content/mozilla.xhtml b/base/content/mozilla.xhtml deleted file mode 100644 index afae103..0000000 --- a/base/content/mozilla.xhtml +++ /dev/null @@ -1,162 +0,0 @@ - - - %mozillaDTD; - - %directionDTD; -]> - - - - - - - -&ice.title; - - - - -

-&ice.quote; -

- -

-&ice.from; -

- - - diff --git a/components/about/AboutRedirector.cpp b/components/about/AboutRedirector.cpp index e50c96a..e2e9d50 100644 --- a/components/about/AboutRedirector.cpp +++ b/components/about/AboutRedirector.cpp @@ -37,7 +37,7 @@ struct RedirEntry { static RedirEntry kRedirMap[] = { /* Iceweasel specific branding start */ { - "iceweasel", "chrome://global/content/memoriam.xhtml", + "iceweasel", "chrome://global/content/iceweasel.xhtml", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | nsIAboutModule::HIDE_FROM_ABOUTABOUT }, diff --git a/confvars.sh b/confvars.sh index af412f8..cf52158 100755 --- a/confvars.sh +++ b/confvars.sh @@ -6,7 +6,7 @@ MOZ_APP_BASENAME=Iceweasel-UXP MOZ_APP_VENDOR=Hyperbola MOZ_PHOENIX=1 -HYPE_ICEWEASEL=1 +UI_AUSTRALIS=1 MOZ_UPDATER=0 if test "$OS_ARCH" = "WINNT" -o \ diff --git a/locales/en-US/chrome/overrides/iceweasel.dtd b/locales/en-US/chrome/overrides/iceweasel.dtd new file mode 100644 index 0000000..d70cea3 --- /dev/null +++ b/locales/en-US/chrome/overrides/iceweasel.dtd @@ -0,0 +1,14 @@ + + + + +fire flickered out. The beast fallen, its Corpse exhumed. +Thus the ice did spread anew. The followers of Mammon wondered +in provocation as the snow did fall in the wilderness.'> + +The Book of Ice, 10:14'> \ No newline at end of file diff --git a/locales/en-US/chrome/overrides/mozilla.dtd b/locales/en-US/chrome/overrides/mozilla.dtd deleted file mode 100644 index d70cea3..0000000 --- a/locales/en-US/chrome/overrides/mozilla.dtd +++ /dev/null @@ -1,14 +0,0 @@ - - - - -fire flickered out. The beast fallen, its Corpse exhumed. -Thus the ice did spread anew. The followers of Mammon wondered -in provocation as the snow did fall in the wilderness.'> - -The Book of Ice, 10:14'> \ No newline at end of file -- cgit v1.2.3