diff options
Diffstat (limited to 'application/palemoon/branding/unstable')
36 files changed, 218 insertions, 0 deletions
diff --git a/application/palemoon/branding/unstable/VisualElements_150.png b/application/palemoon/branding/unstable/VisualElements_150.png Binary files differnew file mode 100644 index 000000000..320623dc1 --- /dev/null +++ b/application/palemoon/branding/unstable/VisualElements_150.png diff --git a/application/palemoon/branding/unstable/VisualElements_70.png b/application/palemoon/branding/unstable/VisualElements_70.png Binary files differnew file mode 100644 index 000000000..cb4c86845 --- /dev/null +++ b/application/palemoon/branding/unstable/VisualElements_70.png diff --git a/application/palemoon/branding/unstable/appname.bmp b/application/palemoon/branding/unstable/appname.bmp Binary files differnew file mode 100644 index 000000000..78e227af0 --- /dev/null +++ b/application/palemoon/branding/unstable/appname.bmp diff --git a/application/palemoon/branding/unstable/branding.nsi b/application/palemoon/branding/unstable/branding.nsi new file mode 100644 index 000000000..4a9199b22 --- /dev/null +++ b/application/palemoon/branding/unstable/branding.nsi @@ -0,0 +1,46 @@ +# 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.shtml" + +; The OFFICIAL define is a workaround to support different urls for Release and +; Beta since they share the same branding when building with other branches that +; set the update channel to beta. +!define OFFICIAL +!define URLStubDownload "" +!define URLManualDownload "http://www.palemoon.org/unstable.shtml" +!define Channel "unstable" + + +# Dialog units are used so the UI displays correctly with the system's DPI +# settings. +# The dialog units for the bitmap's dimensions should match exactly with the +# bitmap's width and height in pixels. +!define APPNAME_BMP_WIDTH_DU "134u" +!define APPNAME_BMP_HEIGHT_DU "36u" +!define INTRO_BLURB_WIDTH_DU "258u" +!define INTRO_BLURB_EDGE_DU "170u" +!define INTRO_BLURB_LTR_TOP_DU "20u" +!define INTRO_BLURB_RTL_TOP_DU "12u" + +# UI Colors that can be customized for each channel +!define FOOTER_CONTROL_TEXT_COLOR_NORMAL 0x000033 +!define FOOTER_CONTROL_TEXT_COLOR_FADED 0x666699 +!define FOOTER_BKGRD_COLOR 0xFFFFFF +!define INTRO_BLURB_TEXT_COLOR 0x666699 +!define OPTIONS_TEXT_COLOR_NORMAL 0x000000 +!define OPTIONS_TEXT_COLOR_FADED 0x666699 +!define OPTIONS_BKGRD_COLOR 0xF0F0F0 +!define INSTALL_BLURB_TEXT_COLOR 0x666699 +!define INSTALL_PROGRESS_TEXT_COLOR_NORMAL 0x666699 +!define INSTALL_PROGRESS_TEXT_COLOR_FADED 0x9999C0 diff --git a/application/palemoon/branding/unstable/configure.sh b/application/palemoon/branding/unstable/configure.sh new file mode 100644 index 000000000..814133dfa --- /dev/null +++ b/application/palemoon/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=Palemoon +# MOZ_UA_BUILDID=20100101 diff --git a/application/palemoon/branding/unstable/content/about-background.png b/application/palemoon/branding/unstable/content/about-background.png Binary files differnew file mode 100644 index 000000000..3d20e0658 --- /dev/null +++ b/application/palemoon/branding/unstable/content/about-background.png diff --git a/application/palemoon/branding/unstable/content/about-logo.png b/application/palemoon/branding/unstable/content/about-logo.png Binary files differnew file mode 100644 index 000000000..aa79de65f --- /dev/null +++ b/application/palemoon/branding/unstable/content/about-logo.png diff --git a/application/palemoon/branding/unstable/content/about-logo@2x.png b/application/palemoon/branding/unstable/content/about-logo@2x.png Binary files differnew file mode 100644 index 000000000..5d507a614 --- /dev/null +++ b/application/palemoon/branding/unstable/content/about-logo@2x.png diff --git a/application/palemoon/branding/unstable/content/about-wordmark.png b/application/palemoon/branding/unstable/content/about-wordmark.png Binary files differnew file mode 100644 index 000000000..deb60b6b9 --- /dev/null +++ b/application/palemoon/branding/unstable/content/about-wordmark.png diff --git a/application/palemoon/branding/unstable/content/about-wordmark.svg b/application/palemoon/branding/unstable/content/about-wordmark.svg new file mode 100644 index 000000000..fd0f1745e --- /dev/null +++ b/application/palemoon/branding/unstable/content/about-wordmark.svg @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> + +<svg version="1.1" id="aboutWordmark" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="132px" height="48px" viewBox="0 0 132 48" xml:space="preserve"> + + <path fill="#55575C"/> + +</svg> diff --git a/application/palemoon/branding/unstable/content/about.png b/application/palemoon/branding/unstable/content/about.png Binary files differnew file mode 100644 index 000000000..d158863ca --- /dev/null +++ b/application/palemoon/branding/unstable/content/about.png diff --git a/application/palemoon/branding/unstable/content/aboutDialog.css b/application/palemoon/branding/unstable/content/aboutDialog.css new file mode 100644 index 000000000..9af49ba10 --- /dev/null +++ b/application/palemoon/branding/unstable/content/aboutDialog.css @@ -0,0 +1,47 @@ +/* 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.png"); + background-repeat: no-repeat; + background-color: #100000; + background-size: cover; + color: #E0E0FF; +} + +#PMleftBox { + background-image: url("chrome://branding/content/about-logo.png"); + background-repeat: no-repeat; + /* min-width and min-height create room for the logo */ + min-width: 210px; + min-height: 210px; + margin-top:20px; + -moz-margin-start: 30px; +} + +#PMrightBox { + margin-left: 30px; + margin-right: 30px; +} + +#detailsBox > description > .text-link { + color: #CDC36F; +} + +#PMbottomBox { + padding: 15px 10px 0; + background-color: rgba(240,240,255,.7); +} + +#PMupdateDeck > hbox > label:not([class="text-link"]) { + color: #909090; +} + +#PMtrademark { + font-size: xx-small; + text-align: center; + color: #333333; + margin-top: 10px; + margin-bottom: 10px; +} diff --git a/application/palemoon/branding/unstable/content/icon48.png b/application/palemoon/branding/unstable/content/icon48.png Binary files differnew file mode 100644 index 000000000..957213485 --- /dev/null +++ b/application/palemoon/branding/unstable/content/icon48.png diff --git a/application/palemoon/branding/unstable/content/icon64.png b/application/palemoon/branding/unstable/content/icon64.png Binary files differnew file mode 100644 index 000000000..c370f3311 --- /dev/null +++ b/application/palemoon/branding/unstable/content/icon64.png diff --git a/application/palemoon/branding/unstable/content/jar.mn b/application/palemoon/branding/unstable/content/jar.mn new file mode 100644 index 000000000..d8038bf9e --- /dev/null +++ b/application/palemoon/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.png (about-background.png) + 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/application/palemoon/branding/unstable/content/moz.build b/application/palemoon/branding/unstable/content/moz.build new file mode 100644 index 000000000..35f6d454a --- /dev/null +++ b/application/palemoon/branding/unstable/content/moz.build @@ -0,0 +1,8 @@ +# -*- 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/application/palemoon/branding/unstable/default16.png b/application/palemoon/branding/unstable/default16.png Binary files differnew file mode 100644 index 000000000..d23940200 --- /dev/null +++ b/application/palemoon/branding/unstable/default16.png diff --git a/application/palemoon/branding/unstable/default32.png b/application/palemoon/branding/unstable/default32.png Binary files differnew file mode 100644 index 000000000..05ccab82b --- /dev/null +++ b/application/palemoon/branding/unstable/default32.png diff --git a/application/palemoon/branding/unstable/default48.png b/application/palemoon/branding/unstable/default48.png Binary files differnew file mode 100644 index 000000000..957213485 --- /dev/null +++ b/application/palemoon/branding/unstable/default48.png diff --git a/application/palemoon/branding/unstable/disk.icns b/application/palemoon/branding/unstable/disk.icns Binary files differnew file mode 100644 index 000000000..e97e49058 --- /dev/null +++ b/application/palemoon/branding/unstable/disk.icns diff --git a/application/palemoon/branding/unstable/document.icns b/application/palemoon/branding/unstable/document.icns Binary files differnew file mode 100644 index 000000000..dd5f7aa89 --- /dev/null +++ b/application/palemoon/branding/unstable/document.icns diff --git a/application/palemoon/branding/unstable/document.ico b/application/palemoon/branding/unstable/document.ico Binary files differnew file mode 100644 index 000000000..d5c730b78 --- /dev/null +++ b/application/palemoon/branding/unstable/document.ico diff --git a/application/palemoon/branding/unstable/dsstore b/application/palemoon/branding/unstable/dsstore Binary files differnew file mode 100644 index 000000000..bbba9ecce --- /dev/null +++ b/application/palemoon/branding/unstable/dsstore diff --git a/application/palemoon/branding/unstable/firefox.icns b/application/palemoon/branding/unstable/firefox.icns Binary files differnew file mode 100644 index 000000000..117ddb195 --- /dev/null +++ b/application/palemoon/branding/unstable/firefox.icns diff --git a/application/palemoon/branding/unstable/firefox.ico b/application/palemoon/branding/unstable/firefox.ico Binary files differnew file mode 100644 index 000000000..605c876df --- /dev/null +++ b/application/palemoon/branding/unstable/firefox.ico diff --git a/application/palemoon/branding/unstable/locales/en-US/brand.dtd b/application/palemoon/branding/unstable/locales/en-US/brand.dtd new file mode 100644 index 000000000..9a260257a --- /dev/null +++ b/application/palemoon/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/application/palemoon/branding/unstable/locales/en-US/brand.properties b/application/palemoon/branding/unstable/locales/en-US/brand.properties new file mode 100644 index 000000000..d85ceebce --- /dev/null +++ b/application/palemoon/branding/unstable/locales/en-US/brand.properties @@ -0,0 +1,11 @@ +brandShortName=Pale Moon +brandFullName=Pale Moon +vendorShortName=Moonchild + +homePageSingleStartMain=Pale Moon Start, a convenient home page with built-in search +homePageImport=Import your home page from %S + +homePageMigrationPageTitle=Home Page Selection +homePageMigrationDescription=Please select the home page you wish to use: + +syncBrandShortName=Sync diff --git a/application/palemoon/branding/unstable/locales/jar.mn b/application/palemoon/branding/unstable/locales/jar.mn new file mode 100644 index 000000000..88aa07434 --- /dev/null +++ b/application/palemoon/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/application/palemoon/branding/unstable/locales/moz.build b/application/palemoon/branding/unstable/locales/moz.build new file mode 100644 index 000000000..3a54c0cd2 --- /dev/null +++ b/application/palemoon/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/application/palemoon/branding/unstable/moz.build b/application/palemoon/branding/unstable/moz.build new file mode 100644 index 000000000..847510ec0 --- /dev/null +++ b/application/palemoon/branding/unstable/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/. + +include('../shared/branding.mozbuild') diff --git a/application/palemoon/branding/unstable/mozicon128.png b/application/palemoon/branding/unstable/mozicon128.png Binary files differnew file mode 100644 index 000000000..fa8a6850b --- /dev/null +++ b/application/palemoon/branding/unstable/mozicon128.png diff --git a/application/palemoon/branding/unstable/palemoon.VisualElementsManifest.xml b/application/palemoon/branding/unstable/palemoon.VisualElementsManifest.xml new file mode 100644 index 000000000..3bdebe2b7 --- /dev/null +++ b/application/palemoon/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/application/palemoon/branding/unstable/pref/palemoon-branding.js b/application/palemoon/branding/unstable/pref/palemoon-branding.js new file mode 100644 index 000000000..4c088f76d --- /dev/null +++ b/application/palemoon/branding/unstable/pref/palemoon-branding.js @@ -0,0 +1,36 @@ +#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);
+
+// ========================= updates ========================
+#if defined(XP_WIN)
+// 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.
+pref("app.update.url.manual", "http://www.palemoon.org/unstable/");
+
+// A default value for the "More information about this update" link
+// supplied in the "An update is available" page of the update wizard.
+pref("app.update.url.details", "http://www.palemoon.org/unstable/");
+#else
+// Updates disabled (Linux, etc.)
+pref("app.update.enabled", false);
+pref("app.update.url", "");
+#endif
diff --git a/application/palemoon/branding/unstable/wizHeader.bmp b/application/palemoon/branding/unstable/wizHeader.bmp Binary files differnew file mode 100644 index 000000000..12e08e866 --- /dev/null +++ b/application/palemoon/branding/unstable/wizHeader.bmp diff --git a/application/palemoon/branding/unstable/wizHeaderRTL.bmp b/application/palemoon/branding/unstable/wizHeaderRTL.bmp Binary files differnew file mode 100644 index 000000000..eb8b9f4d7 --- /dev/null +++ b/application/palemoon/branding/unstable/wizHeaderRTL.bmp diff --git a/application/palemoon/branding/unstable/wizWatermark.bmp b/application/palemoon/branding/unstable/wizWatermark.bmp Binary files differnew file mode 100644 index 000000000..8c39d5136 --- /dev/null +++ b/application/palemoon/branding/unstable/wizWatermark.bmp |