diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-04-20 20:49:37 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-04-20 20:49:37 -0700 |
commit | f9cab004186edb425a9b88ad649726605080a17c (patch) | |
tree | e2dae51d3144e83d097a12e7a1499e3ea93f90be /branding/unstable | |
parent | f428692de8b59ab89a66502c079e1823dfda8aeb (diff) | |
download | webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.gz webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.lz webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.xz webbrowser-f9cab004186edb425a9b88ad649726605080a17c.zip |
move browser to webbrowser/
Diffstat (limited to 'branding/unstable')
35 files changed, 0 insertions, 195 deletions
diff --git a/branding/unstable/VisualElements_150.png b/branding/unstable/VisualElements_150.png Binary files differdeleted file mode 100644 index 320623d..0000000 --- a/branding/unstable/VisualElements_150.png +++ /dev/null diff --git a/branding/unstable/VisualElements_70.png b/branding/unstable/VisualElements_70.png Binary files differdeleted file mode 100644 index cb4c868..0000000 --- a/branding/unstable/VisualElements_70.png +++ /dev/null diff --git a/branding/unstable/appname.bmp b/branding/unstable/appname.bmp Binary files differdeleted file mode 100644 index 78e227a..0000000 --- a/branding/unstable/appname.bmp +++ /dev/null diff --git a/branding/unstable/branding.nsi b/branding/unstable/branding.nsi deleted file mode 100644 index 535cfde..0000000 --- a/branding/unstable/branding.nsi +++ /dev/null @@ -1,16 +0,0 @@ -# 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 deleted file mode 100644 index 8943f58..0000000 --- a/branding/unstable/configure.sh +++ /dev/null @@ -1,6 +0,0 @@ -# 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 differdeleted file mode 100644 index a33b331..0000000 --- a/branding/unstable/content/about-background.jpg +++ /dev/null diff --git a/branding/unstable/content/about-logo.png b/branding/unstable/content/about-logo.png Binary files differdeleted file mode 100644 index aa79de6..0000000 --- a/branding/unstable/content/about-logo.png +++ /dev/null diff --git a/branding/unstable/content/about-logo@2x.png b/branding/unstable/content/about-logo@2x.png Binary files differdeleted file mode 100644 index 5d507a6..0000000 --- a/branding/unstable/content/about-logo@2x.png +++ /dev/null diff --git a/branding/unstable/content/about-wordmark.png b/branding/unstable/content/about-wordmark.png Binary files differdeleted file mode 100644 index bf09f15..0000000 --- a/branding/unstable/content/about-wordmark.png +++ /dev/null diff --git a/branding/unstable/content/about.png b/branding/unstable/content/about.png Binary files differdeleted file mode 100644 index d158863..0000000 --- a/branding/unstable/content/about.png +++ /dev/null diff --git a/branding/unstable/content/aboutDialog.css b/branding/unstable/content/aboutDialog.css deleted file mode 100644 index de71f25..0000000 --- a/branding/unstable/content/aboutDialog.css +++ /dev/null @@ -1,53 +0,0 @@ -/* 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 differdeleted file mode 100644 index 9572134..0000000 --- a/branding/unstable/content/icon48.png +++ /dev/null diff --git a/branding/unstable/content/icon64.png b/branding/unstable/content/icon64.png Binary files differdeleted file mode 100644 index c370f33..0000000 --- a/branding/unstable/content/icon64.png +++ /dev/null diff --git a/branding/unstable/content/jar.mn b/branding/unstable/content/jar.mn deleted file mode 100644 index fcb7890..0000000 --- a/branding/unstable/content/jar.mn +++ /dev/null @@ -1,16 +0,0 @@ -# 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 deleted file mode 100644 index c97072b..0000000 --- a/branding/unstable/content/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- 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 differdeleted file mode 100644 index d239402..0000000 --- a/branding/unstable/default16.png +++ /dev/null diff --git a/branding/unstable/default32.png b/branding/unstable/default32.png Binary files differdeleted file mode 100644 index 05ccab8..0000000 --- a/branding/unstable/default32.png +++ /dev/null diff --git a/branding/unstable/default48.png b/branding/unstable/default48.png Binary files differdeleted file mode 100644 index 9572134..0000000 --- a/branding/unstable/default48.png +++ /dev/null diff --git a/branding/unstable/disk.icns b/branding/unstable/disk.icns Binary files differdeleted file mode 100644 index e97e490..0000000 --- a/branding/unstable/disk.icns +++ /dev/null diff --git a/branding/unstable/document.icns b/branding/unstable/document.icns Binary files differdeleted file mode 100644 index dd5f7aa..0000000 --- a/branding/unstable/document.icns +++ /dev/null diff --git a/branding/unstable/document.ico b/branding/unstable/document.ico Binary files differdeleted file mode 100644 index d5c730b..0000000 --- a/branding/unstable/document.ico +++ /dev/null diff --git a/branding/unstable/dsstore b/branding/unstable/dsstore Binary files differdeleted file mode 100644 index bbba9ec..0000000 --- a/branding/unstable/dsstore +++ /dev/null diff --git a/branding/unstable/firefox.icns b/branding/unstable/firefox.icns Binary files differdeleted file mode 100644 index 3df606a..0000000 --- a/branding/unstable/firefox.icns +++ /dev/null diff --git a/branding/unstable/firefox.ico b/branding/unstable/firefox.ico Binary files differdeleted file mode 100644 index 605c876..0000000 --- a/branding/unstable/firefox.ico +++ /dev/null diff --git a/branding/unstable/locales/en-US/brand.dtd b/branding/unstable/locales/en-US/brand.dtd deleted file mode 100644 index 9a26025..0000000 --- a/branding/unstable/locales/en-US/brand.dtd +++ /dev/null @@ -1,4 +0,0 @@ -<!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 deleted file mode 100644 index 7d4b469..0000000 --- a/branding/unstable/locales/en-US/brand.properties +++ /dev/null @@ -1,5 +0,0 @@ -brandShortName=Pale Moon -brandFullName=Pale Moon -vendorShortName=Moonchild - -syncBrandShortName=Sync diff --git a/branding/unstable/locales/jar.mn b/branding/unstable/locales/jar.mn deleted file mode 100644 index 9de6cfc..0000000 --- a/branding/unstable/locales/jar.mn +++ /dev/null @@ -1,12 +0,0 @@ -#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 deleted file mode 100644 index 3a54c0c..0000000 --- a/branding/unstable/locales/moz.build +++ /dev/null @@ -1,9 +0,0 @@ -# -*- 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 deleted file mode 100644 index 8cb9013..0000000 --- a/branding/unstable/moz.build +++ /dev/null @@ -1,13 +0,0 @@ -# -*- 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 differdeleted file mode 100644 index fa8a685..0000000 --- a/branding/unstable/mozicon128.png +++ /dev/null diff --git a/branding/unstable/palemoon.VisualElementsManifest.xml b/branding/unstable/palemoon.VisualElementsManifest.xml deleted file mode 100644 index 3bdebe2..0000000 --- a/branding/unstable/palemoon.VisualElementsManifest.xml +++ /dev/null @@ -1,8 +0,0 @@ -<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 deleted file mode 100644 index 2cd64fa..0000000 --- a/branding/unstable/pref/palemoon-branding.js +++ /dev/null @@ -1,46 +0,0 @@ -#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 differdeleted file mode 100644 index 12e08e8..0000000 --- a/branding/unstable/wizHeader.bmp +++ /dev/null diff --git a/branding/unstable/wizHeaderRTL.bmp b/branding/unstable/wizHeaderRTL.bmp Binary files differdeleted file mode 100644 index eb8b9f4..0000000 --- a/branding/unstable/wizHeaderRTL.bmp +++ /dev/null diff --git a/branding/unstable/wizWatermark.bmp b/branding/unstable/wizWatermark.bmp Binary files differdeleted file mode 100644 index 8c39d51..0000000 --- a/branding/unstable/wizWatermark.bmp +++ /dev/null |