diff options
author | Thomas Groman <tgroman@nuegia.net> | 2019-12-16 19:48:42 -0800 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2019-12-16 19:48:42 -0800 |
commit | 4492b5f8e774bf3b4f21e4e468fc052cbcbb468a (patch) | |
tree | 37970571a7dcbeb6b58c991ce718ce7001ac97d6 /branding/unstable | |
download | webbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.tar webbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.tar.gz webbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.tar.lz webbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.tar.xz webbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.zip |
initial commit
Diffstat (limited to 'branding/unstable')
35 files changed, 195 insertions, 0 deletions
diff --git a/branding/unstable/VisualElements_150.png b/branding/unstable/VisualElements_150.png Binary files differnew file mode 100644 index 0000000..320623d --- /dev/null +++ b/branding/unstable/VisualElements_150.png diff --git a/branding/unstable/VisualElements_70.png b/branding/unstable/VisualElements_70.png Binary files differnew file mode 100644 index 0000000..cb4c868 --- /dev/null +++ b/branding/unstable/VisualElements_70.png diff --git a/branding/unstable/appname.bmp b/branding/unstable/appname.bmp Binary files differnew file mode 100644 index 0000000..78e227a --- /dev/null +++ b/branding/unstable/appname.bmp diff --git a/branding/unstable/branding.nsi b/branding/unstable/branding.nsi new file mode 100644 index 0000000..535cfde --- /dev/null +++ b/branding/unstable/branding.nsi @@ -0,0 +1,16 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# 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/. + +# NSIS branding defines for official release builds. +# The nightly build branding.nsi is located in browser/installer/windows/nsis/ +# The unofficial build branding.nsi is located in browser/branding/unofficial/ + +# BrandFullNameInternal is used for some registry and file system values +# instead of BrandFullName and typically should not be modified. +!define BrandFullNameInternal "Pale Moon" +!define CompanyName "Moonchild Productions" +!define URLInfoAbout "http://www.palemoon.org/" +!define URLUpdateInfo "http://www.palemoon.org/unstable/" +!define HelpLink "http://www.palemoon.org/unstable/" +!define URLSystemRequirements "http://www.palemoon.org/download.shtml" diff --git a/branding/unstable/configure.sh b/branding/unstable/configure.sh new file mode 100644 index 0000000..8943f58 --- /dev/null +++ b/branding/unstable/configure.sh @@ -0,0 +1,6 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# 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/. + +MOZ_APP_DISPLAYNAME="Pale Moon" +# MOZ_UA_BUILDID=20100101 diff --git a/branding/unstable/content/about-background.jpg b/branding/unstable/content/about-background.jpg Binary files differnew file mode 100644 index 0000000..a33b331 --- /dev/null +++ b/branding/unstable/content/about-background.jpg diff --git a/branding/unstable/content/about-logo.png b/branding/unstable/content/about-logo.png Binary files differnew file mode 100644 index 0000000..aa79de6 --- /dev/null +++ b/branding/unstable/content/about-logo.png diff --git a/branding/unstable/content/about-logo@2x.png b/branding/unstable/content/about-logo@2x.png Binary files differnew file mode 100644 index 0000000..5d507a6 --- /dev/null +++ b/branding/unstable/content/about-logo@2x.png diff --git a/branding/unstable/content/about-wordmark.png b/branding/unstable/content/about-wordmark.png Binary files differnew file mode 100644 index 0000000..bf09f15 --- /dev/null +++ b/branding/unstable/content/about-wordmark.png diff --git a/branding/unstable/content/about.png b/branding/unstable/content/about.png Binary files differnew file mode 100644 index 0000000..d158863 --- /dev/null +++ b/branding/unstable/content/about.png diff --git a/branding/unstable/content/aboutDialog.css b/branding/unstable/content/aboutDialog.css new file mode 100644 index 0000000..de71f25 --- /dev/null +++ b/branding/unstable/content/aboutDialog.css @@ -0,0 +1,53 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * 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/. */ + +#aboutPMDialogContainer { + background-image: url("chrome://branding/content/about-background.jpg"); + background-repeat: no-repeat; + background-color: #D5BC9A; + color: #202010; +} + +#aboutHeaderBox { + background-image: url("chrome://branding/content/about-wordmark.png"); + background-repeat: no-repeat; + background-position: center center; + height: 44px; +} + +#aboutVersionBox { + text-shadow: 1px 1px 0px #D5BC9A; +} + +#aboutTextBox { + animation: 3s fadeIn; + animation-fill-mode: forwards; + text-shadow: 1px 1px 0px #D5BC9A; + color: #202010; +} + +@keyframes fadeIn { + 0% { + opacity: 0; + } + 50% { + opacity: 0; + } + 100% { + opacity: 1; + } +} + +#aboutLinkBox { + padding: 15px 10px 0; +} + +#aboutPMtrademark { + font-size: 10px; + text-align: center; + color: #C0C0C0; + text-shadow: 1px 1px 0px #000000; + margin-top: 10px; + margin-bottom: 10px; +} diff --git a/branding/unstable/content/icon48.png b/branding/unstable/content/icon48.png Binary files differnew file mode 100644 index 0000000..9572134 --- /dev/null +++ b/branding/unstable/content/icon48.png diff --git a/branding/unstable/content/icon64.png b/branding/unstable/content/icon64.png Binary files differnew file mode 100644 index 0000000..c370f33 --- /dev/null +++ b/branding/unstable/content/icon64.png diff --git a/branding/unstable/content/jar.mn b/branding/unstable/content/jar.mn new file mode 100644 index 0000000..fcb7890 --- /dev/null +++ b/branding/unstable/content/jar.mn @@ -0,0 +1,16 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# 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/. + +browser.jar: +% content branding %content/branding/ contentaccessible=yes + content/branding/about.png (about.png) + content/branding/about-background.jpg (about-background.jpg) + content/branding/about-logo.png (about-logo.png) + content/branding/about-logo@2x.png (about-logo@2x.png) + content/branding/about-wordmark.png (about-wordmark.png) + content/branding/icon48.png (icon48.png) + content/branding/icon64.png (icon64.png) + content/branding/icon16.png (../default16.png) + content/branding/icon32.png (../default32.png) + content/branding/aboutDialog.css (aboutDialog.css) diff --git a/branding/unstable/content/moz.build b/branding/unstable/content/moz.build new file mode 100644 index 0000000..c97072b --- /dev/null +++ b/branding/unstable/content/moz.build @@ -0,0 +1,7 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# 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/. + +JAR_MANIFESTS += ['jar.mn']
\ No newline at end of file diff --git a/branding/unstable/default16.png b/branding/unstable/default16.png Binary files differnew file mode 100644 index 0000000..d239402 --- /dev/null +++ b/branding/unstable/default16.png diff --git a/branding/unstable/default32.png b/branding/unstable/default32.png Binary files differnew file mode 100644 index 0000000..05ccab8 --- /dev/null +++ b/branding/unstable/default32.png diff --git a/branding/unstable/default48.png b/branding/unstable/default48.png Binary files differnew file mode 100644 index 0000000..9572134 --- /dev/null +++ b/branding/unstable/default48.png diff --git a/branding/unstable/disk.icns b/branding/unstable/disk.icns Binary files differnew file mode 100644 index 0000000..e97e490 --- /dev/null +++ b/branding/unstable/disk.icns diff --git a/branding/unstable/document.icns b/branding/unstable/document.icns Binary files differnew file mode 100644 index 0000000..dd5f7aa --- /dev/null +++ b/branding/unstable/document.icns diff --git a/branding/unstable/document.ico b/branding/unstable/document.ico Binary files differnew file mode 100644 index 0000000..d5c730b --- /dev/null +++ b/branding/unstable/document.ico diff --git a/branding/unstable/dsstore b/branding/unstable/dsstore Binary files differnew file mode 100644 index 0000000..bbba9ec --- /dev/null +++ b/branding/unstable/dsstore diff --git a/branding/unstable/firefox.icns b/branding/unstable/firefox.icns Binary files differnew file mode 100644 index 0000000..3df606a --- /dev/null +++ b/branding/unstable/firefox.icns diff --git a/branding/unstable/firefox.ico b/branding/unstable/firefox.ico Binary files differnew file mode 100644 index 0000000..605c876 --- /dev/null +++ b/branding/unstable/firefox.ico diff --git a/branding/unstable/locales/en-US/brand.dtd b/branding/unstable/locales/en-US/brand.dtd new file mode 100644 index 0000000..9a26025 --- /dev/null +++ b/branding/unstable/locales/en-US/brand.dtd @@ -0,0 +1,4 @@ +<!ENTITY brandShortName "Pale Moon"> +<!ENTITY brandFullName "Pale Moon"> +<!ENTITY vendorShortName "Moonchild"> +<!ENTITY trademarkInfo.part1 "The Pale Moon logo and project names are trademarks of Moonchild Productions (M.C. Straver BASc). All rights reserved."> diff --git a/branding/unstable/locales/en-US/brand.properties b/branding/unstable/locales/en-US/brand.properties new file mode 100644 index 0000000..7d4b469 --- /dev/null +++ b/branding/unstable/locales/en-US/brand.properties @@ -0,0 +1,5 @@ +brandShortName=Pale Moon +brandFullName=Pale Moon +vendorShortName=Moonchild + +syncBrandShortName=Sync diff --git a/branding/unstable/locales/jar.mn b/branding/unstable/locales/jar.mn new file mode 100644 index 0000000..9de6cfc --- /dev/null +++ b/branding/unstable/locales/jar.mn @@ -0,0 +1,12 @@ +#filter substitution +# This Source Code Form is subject to the terms of the Mozilla Public +# 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/. + + +@AB_CD@.jar: +% locale branding @AB_CD@ %locale/branding/ +# Unofficial branding only exists in en-US + locale/branding/brand.dtd (en-US/brand.dtd) + locale/branding/brand.properties (en-US/brand.properties) + locale/branding/browserconfig.properties (../../shared/locales/browserconfig.properties) diff --git a/branding/unstable/locales/moz.build b/branding/unstable/locales/moz.build new file mode 100644 index 0000000..3a54c0c --- /dev/null +++ b/branding/unstable/locales/moz.build @@ -0,0 +1,9 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# 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/. + +DEFINES['MOZ_DISTRIBUTION_ID_UNQUOTED'] = CONFIG['MOZ_DISTRIBUTION_ID'] + +JAR_MANIFESTS += ['jar.mn']
\ No newline at end of file diff --git a/branding/unstable/moz.build b/branding/unstable/moz.build new file mode 100644 index 0000000..8cb9013 --- /dev/null +++ b/branding/unstable/moz.build @@ -0,0 +1,13 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# 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/. + +DIRS += ['content', 'locales'] + +DIST_SUBDIR = 'browser' +export('DIST_SUBDIR') + +include('../shared/branding.mozbuild') +ApplicationBranding() diff --git a/branding/unstable/mozicon128.png b/branding/unstable/mozicon128.png Binary files differnew file mode 100644 index 0000000..fa8a685 --- /dev/null +++ b/branding/unstable/mozicon128.png diff --git a/branding/unstable/palemoon.VisualElementsManifest.xml b/branding/unstable/palemoon.VisualElementsManifest.xml new file mode 100644 index 0000000..3bdebe2 --- /dev/null +++ b/branding/unstable/palemoon.VisualElementsManifest.xml @@ -0,0 +1,8 @@ +<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> + <VisualElements + ShowNameOnSquare150x150Logo='on' + Square150x150Logo='browser\VisualElements\VisualElements_150.png' + Square70x70Logo='browser\VisualElements\VisualElements_70.png' + ForegroundText='light' + BackgroundColor='#14141A'/> +</Application> diff --git a/branding/unstable/pref/palemoon-branding.js b/branding/unstable/pref/palemoon-branding.js new file mode 100644 index 0000000..2cd64fa --- /dev/null +++ b/branding/unstable/pref/palemoon-branding.js @@ -0,0 +1,46 @@ +#filter substitution
+#filter emptyLines
+#include ../../shared/pref/preferences.inc
+#include ../../shared/pref/uaoverrides.inc
+
+pref("startup.homepage_override_url","http://www.palemoon.org/unstable/releasenotes.shtml");
+pref("app.releaseNotesURL", "http://www.palemoon.org/unstable/releasenotes.shtml");
+
+// Enable Firefox compatmode by default.
+pref("general.useragent.compatMode", 2);
+pref("general.useragent.compatMode.gecko", true);
+pref("general.useragent.compatMode.firefox", true);
+
+// ========================= updates ========================
+#if defined(XP_WIN) || defined(XP_LINUX)
+// Enable auto-updates for this channel
+pref("app.update.auto", true);
+
+// Updates enabled
+pref("app.update.enabled", true);
+pref("app.update.cert.checkAttributes", true);
+
+// Interval: Time between checks for a new version (in seconds) -- 6 hours for unstable
+pref("app.update.interval", 21600);
+pref("app.update.promptWaitTime", 86400);
+
+// URL user can browse to manually if for some reason all update installation
+// attempts fail.
+#ifndef XP_LINUX
+pref("app.update.url.manual", "http://www.palemoon.org/unstable/");
+#else
+pref("app.update.url.manual", "http://linux.palemoon.org/download/unstable/");
+#endif
+// A default value for the "More information about this update" link
+// supplied in the "An update is available" page of the update wizard.
+#ifndef XP_LINUX
+pref("app.update.url.details", "http://www.palemoon.org/unstable/");
+#else
+pref("app.update.url.details", "http://linux.palemoon.org/download/unstable/");
+#endif
+
+#else
+// Updates disabled (Mac, etc.)
+pref("app.update.enabled", false);
+pref("app.update.url", "");
+#endif
diff --git a/branding/unstable/wizHeader.bmp b/branding/unstable/wizHeader.bmp Binary files differnew file mode 100644 index 0000000..12e08e8 --- /dev/null +++ b/branding/unstable/wizHeader.bmp diff --git a/branding/unstable/wizHeaderRTL.bmp b/branding/unstable/wizHeaderRTL.bmp Binary files differnew file mode 100644 index 0000000..eb8b9f4 --- /dev/null +++ b/branding/unstable/wizHeaderRTL.bmp diff --git a/branding/unstable/wizWatermark.bmp b/branding/unstable/wizWatermark.bmp Binary files differnew file mode 100644 index 0000000..8c39d51 --- /dev/null +++ b/branding/unstable/wizWatermark.bmp |