diff --git a/application/basilisk/branding/official/LICENSE b/application/basilisk/branding/official/LICENSE deleted file mode 100644 index 8833fe2124..0000000000 --- a/application/basilisk/branding/official/LICENSE +++ /dev/null @@ -1,10 +0,0 @@ -This location contains official branding for the Basilisk browser. - -Please note that you are not granted any trademark rights or licenses -to the trademarks of Moonchild Productions or any other party, -including without limitation the Basilisk name or logo. - -These branding materials are Copyrighted (c) M. Straver. All rights reserved. - -Official branding using these files is only allowed by the copyright holder -or by third parties with express permission from the copyright holder. \ No newline at end of file diff --git a/application/basilisk/branding/official/VisualElements_150.png b/application/basilisk/branding/official/VisualElements_150.png deleted file mode 100644 index 70b256398e..0000000000 Binary files a/application/basilisk/branding/official/VisualElements_150.png and /dev/null differ diff --git a/application/basilisk/branding/official/VisualElements_70.png b/application/basilisk/branding/official/VisualElements_70.png deleted file mode 100644 index 64ce3276d2..0000000000 Binary files a/application/basilisk/branding/official/VisualElements_70.png and /dev/null differ diff --git a/application/basilisk/branding/official/appname.bmp b/application/basilisk/branding/official/appname.bmp deleted file mode 100644 index 1c2f44cf37..0000000000 Binary files a/application/basilisk/branding/official/appname.bmp and /dev/null differ diff --git a/application/basilisk/branding/official/background.png b/application/basilisk/branding/official/background.png deleted file mode 100644 index d594986c1a..0000000000 Binary files a/application/basilisk/branding/official/background.png and /dev/null differ diff --git a/application/basilisk/branding/official/basilisk.VisualElementsManifest.xml b/application/basilisk/branding/official/basilisk.VisualElementsManifest.xml deleted file mode 100644 index d675d573f2..0000000000 --- a/application/basilisk/branding/official/basilisk.VisualElementsManifest.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/application/basilisk/branding/official/branding.nsi b/application/basilisk/branding/official/branding.nsi deleted file mode 100644 index 250abd84d4..0000000000 --- a/application/basilisk/branding/official/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 "Basilisk" -!define CompanyName "Moonchild Productions" -!define URLInfoAbout "https://www.basilisk-browser.org" -!define URLUpdateInfo "https://www.basilisk-browser.org/releasenotes.shtml" -!define HelpLink "https://www.basilisk-browser.org/contact.shtml" -!define URLSystemRequirements "https://www.basilisk-browser.org/requirements.shtml" diff --git a/application/basilisk/branding/official/configure.sh b/application/basilisk/branding/official/configure.sh deleted file mode 100644 index 49126c4aaa..0000000000 --- a/application/basilisk/branding/official/configure.sh +++ /dev/null @@ -1,5 +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=Basilisk diff --git a/application/basilisk/branding/official/content/about-logo.png b/application/basilisk/branding/official/content/about-logo.png deleted file mode 100644 index a6c89cf2c4..0000000000 Binary files a/application/basilisk/branding/official/content/about-logo.png and /dev/null differ diff --git a/application/basilisk/branding/official/content/about-logo@2x.png b/application/basilisk/branding/official/content/about-logo@2x.png deleted file mode 100644 index 761e47f6e7..0000000000 Binary files a/application/basilisk/branding/official/content/about-logo@2x.png and /dev/null differ diff --git a/application/basilisk/branding/official/content/about-wordmark.png b/application/basilisk/branding/official/content/about-wordmark.png deleted file mode 100644 index 4ac8d3557f..0000000000 Binary files a/application/basilisk/branding/official/content/about-wordmark.png and /dev/null differ diff --git a/application/basilisk/branding/official/content/about.png b/application/basilisk/branding/official/content/about.png deleted file mode 100644 index 4fc6e5c36e..0000000000 Binary files a/application/basilisk/branding/official/content/about.png and /dev/null differ diff --git a/application/basilisk/branding/official/content/aboutDialog.css b/application/basilisk/branding/official/content/aboutDialog.css deleted file mode 100644 index 631f06a720..0000000000 --- a/application/basilisk/branding/official/content/aboutDialog.css +++ /dev/null @@ -1,49 +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/. */ - -#clientBox { - background-color: #F7F7F7; - color: #222222; -} - -#leftBox { - background-image: url("chrome://branding/content/about-logo.png"); - background-repeat: no-repeat; - background-size: 192px auto; - /* min-width and min-height create room for the logo */ - min-width: 210px; - min-height: 210px; - margin-top: 20px; - margin-inline-start: 30px; -} - - -@media (min-resolution: 2dppx) { - #leftBox { - background-image: url("chrome://branding/content/about-logo@2x.png"); - } -} - -#rightBox { - margin-left: 30px; - margin-right: 30px; - background-image: url("chrome://branding/content/about-wordmark.png"); - background-repeat: no-repeat; - /* padding-top creates room for the wordmark */ - padding-top: 38px; - margin-top:20px; -} - - -#updateDeck > hbox > label:not([class="text-link"]) { - color: #909090; -} - -#trademark { - font-size: xx-small; - text-align: center; - color: #999999; - margin-top: 10px; - margin-bottom: 10px; -} diff --git a/application/basilisk/branding/official/content/icon48.png b/application/basilisk/branding/official/content/icon48.png deleted file mode 100644 index e7dcd8ae2c..0000000000 Binary files a/application/basilisk/branding/official/content/icon48.png and /dev/null differ diff --git a/application/basilisk/branding/official/content/icon64.png b/application/basilisk/branding/official/content/icon64.png deleted file mode 100644 index 7bad34f8b2..0000000000 Binary files a/application/basilisk/branding/official/content/icon64.png and /dev/null differ diff --git a/application/basilisk/branding/official/content/identity-icons-brand.svg b/application/basilisk/branding/official/content/identity-icons-brand.svg deleted file mode 100644 index 80d2155c2a..0000000000 --- a/application/basilisk/branding/official/content/identity-icons-brand.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/application/basilisk/branding/official/content/jar.mn b/application/basilisk/branding/official/content/jar.mn deleted file mode 100644 index 4b8c5fc9d3..0000000000 --- a/application/basilisk/branding/official/content/jar.mn +++ /dev/null @@ -1,18 +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 - content/branding/about-logo.png - content/branding/about-logo@2x.png - content/branding/about-wordmark.png - content/branding/icon48.png - content/branding/icon64.png - content/branding/icon16.png (../default16.png) - content/branding/icon32.png (../default32.png) - content/branding/icon128.png (../mozicon128.png) - content/branding/identity-icons-brand.svg - content/branding/silhouette-40.svg - content/branding/aboutDialog.css diff --git a/application/basilisk/branding/official/content/moz.build b/application/basilisk/branding/official/content/moz.build deleted file mode 100644 index eb4454d28f..0000000000 --- a/application/basilisk/branding/official/content/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- Mode: python; 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/basilisk/branding/official/content/silhouette-40.svg b/application/basilisk/branding/official/content/silhouette-40.svg deleted file mode 100644 index c00a38cb1a..0000000000 --- a/application/basilisk/branding/official/content/silhouette-40.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - diff --git a/application/basilisk/branding/official/default16.png b/application/basilisk/branding/official/default16.png deleted file mode 100644 index 6618c06677..0000000000 Binary files a/application/basilisk/branding/official/default16.png and /dev/null differ diff --git a/application/basilisk/branding/official/default22.png b/application/basilisk/branding/official/default22.png deleted file mode 100644 index d53d5b5039..0000000000 Binary files a/application/basilisk/branding/official/default22.png and /dev/null differ diff --git a/application/basilisk/branding/official/default24.png b/application/basilisk/branding/official/default24.png deleted file mode 100644 index 1e86c0cdd4..0000000000 Binary files a/application/basilisk/branding/official/default24.png and /dev/null differ diff --git a/application/basilisk/branding/official/default256.png b/application/basilisk/branding/official/default256.png deleted file mode 100644 index 96f72ae158..0000000000 Binary files a/application/basilisk/branding/official/default256.png and /dev/null differ diff --git a/application/basilisk/branding/official/default32.png b/application/basilisk/branding/official/default32.png deleted file mode 100644 index ac39ccf0d6..0000000000 Binary files a/application/basilisk/branding/official/default32.png and /dev/null differ diff --git a/application/basilisk/branding/official/default48.png b/application/basilisk/branding/official/default48.png deleted file mode 100644 index e7dcd8ae2c..0000000000 Binary files a/application/basilisk/branding/official/default48.png and /dev/null differ diff --git a/application/basilisk/branding/official/default64.png b/application/basilisk/branding/official/default64.png deleted file mode 100644 index 7bad34f8b2..0000000000 Binary files a/application/basilisk/branding/official/default64.png and /dev/null differ diff --git a/application/basilisk/branding/official/disk.icns b/application/basilisk/branding/official/disk.icns deleted file mode 100644 index bb3fdd5e47..0000000000 Binary files a/application/basilisk/branding/official/disk.icns and /dev/null differ diff --git a/application/basilisk/branding/official/document.icns b/application/basilisk/branding/official/document.icns deleted file mode 100644 index 388296713b..0000000000 Binary files a/application/basilisk/branding/official/document.icns and /dev/null differ diff --git a/application/basilisk/branding/official/document.ico b/application/basilisk/branding/official/document.ico deleted file mode 100644 index 525b1a9297..0000000000 Binary files a/application/basilisk/branding/official/document.ico and /dev/null differ diff --git a/application/basilisk/branding/official/firefox.icns b/application/basilisk/branding/official/firefox.icns deleted file mode 100644 index 8b9232cbab..0000000000 Binary files a/application/basilisk/branding/official/firefox.icns and /dev/null differ diff --git a/application/basilisk/branding/official/firefox.ico b/application/basilisk/branding/official/firefox.ico deleted file mode 100644 index 320796dd25..0000000000 Binary files a/application/basilisk/branding/official/firefox.ico and /dev/null differ diff --git a/application/basilisk/branding/official/locales/browserconfig.properties b/application/basilisk/branding/official/locales/browserconfig.properties deleted file mode 100644 index 06cefece3b..0000000000 --- a/application/basilisk/branding/official/locales/browserconfig.properties +++ /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/. - -# Do NOT localize or otherwise change these values -browser.startup.homepage=about:home diff --git a/application/basilisk/branding/official/locales/en-US/brand.dtd b/application/basilisk/branding/official/locales/en-US/brand.dtd deleted file mode 100644 index 1d2ac791e3..0000000000 --- a/application/basilisk/branding/official/locales/en-US/brand.dtd +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/application/basilisk/branding/official/locales/en-US/brand.properties b/application/basilisk/branding/official/locales/en-US/brand.properties deleted file mode 100644 index 9bdb667061..0000000000 --- a/application/basilisk/branding/official/locales/en-US/brand.properties +++ /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/. - -brandShorterName=Basilisk -brandShortName=Basilisk -brandFullName=Basilisk -vendorShortName=Moonchild - -homePageSingleStartMain=Internal home page with 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/basilisk/branding/official/locales/jar.mn b/application/basilisk/branding/official/locales/jar.mn deleted file mode 100644 index 9fdfe578b4..0000000000 --- a/application/basilisk/branding/official/locales/jar.mn +++ /dev/null @@ -1,11 +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/ - locale/branding/brand.dtd (%brand.dtd) - locale/branding/brand.properties (%brand.properties) - locale/branding/browserconfig.properties diff --git a/application/basilisk/branding/official/locales/moz.build b/application/basilisk/branding/official/locales/moz.build deleted file mode 100644 index eb4454d28f..0000000000 --- a/application/basilisk/branding/official/locales/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- Mode: python; 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/basilisk/branding/official/moz.build b/application/basilisk/branding/official/moz.build deleted file mode 100644 index e3b7fd1ab4..0000000000 --- a/application/basilisk/branding/official/moz.build +++ /dev/null @@ -1,13 +0,0 @@ -# -*- Mode: python; 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() \ No newline at end of file diff --git a/application/basilisk/branding/official/mozicon128.png b/application/basilisk/branding/official/mozicon128.png deleted file mode 100644 index 0de78e0ceb..0000000000 Binary files a/application/basilisk/branding/official/mozicon128.png and /dev/null differ diff --git a/application/basilisk/branding/official/pref/basilisk-branding.js b/application/basilisk/branding/official/pref/basilisk-branding.js deleted file mode 100644 index 946902f88a..0000000000 --- a/application/basilisk/branding/official/pref/basilisk-branding.js +++ /dev/null @@ -1,48 +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/. */ - -#filter substitution -#filter emptyLines - -// Set defines to construct URLs -#define BRANDING_BASEURL basilisk-browser.org -#define BRANDING_SITEURL www.@BRANDING_BASEURL@ -#define BRANDING_RELNOTESPATH releasenotes.shtml -#define BRANDING_FIRSTRUNPATH firstrun/ -#define BRANDING_APPUPDATEURL aus.@BRANDING_BASEURL@ -#define BRANDING_APPUPDATEPATH ?application=%PRODUCT%&version=%VERSION%&arch=%BUILD_TARGET%&toolkit=%WIDGET_TOOLKIT%&buildid=%BUILD_ID%&channel=%CHANNEL% - -// Shared Branding Preferences -// XXX: These should REALLY go back to application preferences -#include ../../shared/preferences.inc - -// Branding Specific Preferences -pref("startup.homepage_override_url", "https://@BRANDING_SITEURL@/@BRANDING_RELNOTESPATH@"); -pref("startup.homepage_welcome_url", "http://@BRANDING_SITEURL@/@BRANDING_FIRSTRUNPATH@"); -pref("startup.homepage_welcome_url.additional", ""); - -// Version release notes -pref("app.releaseNotesURL", "http://@BRANDING_SITEURL@/@BRANDING_RELNOTESPATH@"); - -// Vendor home page -pref("app.vendorURL", "http://@BRANDING_SITEURL@/"); - -pref("app.update.url", "https://@BRANDING_APPUPDATEURL@/@BRANDING_APPUPDATEPATH@"); - -// URL user can browse to manually if for some reason all update installation -// attempts fail. -pref("app.update.url.manual", "https://@BRANDING_SITEURL@/"); -// 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", "https://@BRANDING_SITEURL@/@BRANDING_RELNOTESPATH@"); - -// Provide UA Gecko and Firefox slices for web compatibility -pref("general.useragent.compatMode.firefox",true); -pref("general.useragent.compatMode.gecko",true); - -// Switch Application Updates off for now -pref("app.update.enabled", false); - -// Shared User Agent Overrides -#include ../../shared/uaoverrides.inc diff --git a/application/basilisk/branding/official/wizHeader.bmp b/application/basilisk/branding/official/wizHeader.bmp deleted file mode 100644 index 8f1a0598bf..0000000000 Binary files a/application/basilisk/branding/official/wizHeader.bmp and /dev/null differ diff --git a/application/basilisk/branding/official/wizHeaderRTL.bmp b/application/basilisk/branding/official/wizHeaderRTL.bmp deleted file mode 100644 index 8f1a0598bf..0000000000 Binary files a/application/basilisk/branding/official/wizHeaderRTL.bmp and /dev/null differ diff --git a/application/basilisk/branding/official/wizWatermark.bmp b/application/basilisk/branding/official/wizWatermark.bmp deleted file mode 100644 index 491f27aa53..0000000000 Binary files a/application/basilisk/branding/official/wizWatermark.bmp and /dev/null differ diff --git a/application/palemoon/branding/official/LICENSE b/application/palemoon/branding/official/LICENSE deleted file mode 100644 index 97c9de4825..0000000000 --- a/application/palemoon/branding/official/LICENSE +++ /dev/null @@ -1,4 +0,0 @@ -These files are released under the Mozilla Public License, however please note that you -are not granted any trademark rights or licenses to the intellectual property of -Moonchild Productions or any other party's property, including without limitation the -Pale Moon name or logo. \ No newline at end of file diff --git a/application/palemoon/branding/official/VisualElements_150.png b/application/palemoon/branding/official/VisualElements_150.png deleted file mode 100644 index 0100b7dde2..0000000000 Binary files a/application/palemoon/branding/official/VisualElements_150.png and /dev/null differ diff --git a/application/palemoon/branding/official/VisualElements_70.png b/application/palemoon/branding/official/VisualElements_70.png deleted file mode 100644 index 147a6f804c..0000000000 Binary files a/application/palemoon/branding/official/VisualElements_70.png and /dev/null differ diff --git a/application/palemoon/branding/official/appname.bmp b/application/palemoon/branding/official/appname.bmp deleted file mode 100644 index e029b1fc22..0000000000 Binary files a/application/palemoon/branding/official/appname.bmp and /dev/null differ diff --git a/application/palemoon/branding/official/branding.nsi b/application/palemoon/branding/official/branding.nsi deleted file mode 100644 index 3bceda9007..0000000000 --- a/application/palemoon/branding/official/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/releasenotes.shtml" -!define HelpLink "http://www.palemoon.org/troubleshooting.shtml" -!define URLSystemRequirements "http://www.palemoon.org/download.shtml" diff --git a/application/palemoon/branding/official/configure.sh b/application/palemoon/branding/official/configure.sh deleted file mode 100644 index 8943f58195..0000000000 --- a/application/palemoon/branding/official/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/application/palemoon/branding/official/content/about-background.jpg b/application/palemoon/branding/official/content/about-background.jpg deleted file mode 100644 index 21e97986a0..0000000000 Binary files a/application/palemoon/branding/official/content/about-background.jpg and /dev/null differ diff --git a/application/palemoon/branding/official/content/about-logo.png b/application/palemoon/branding/official/content/about-logo.png deleted file mode 100644 index 93536f033e..0000000000 Binary files a/application/palemoon/branding/official/content/about-logo.png and /dev/null differ diff --git a/application/palemoon/branding/official/content/about-logo@2x.png b/application/palemoon/branding/official/content/about-logo@2x.png deleted file mode 100644 index d87a623098..0000000000 Binary files a/application/palemoon/branding/official/content/about-logo@2x.png and /dev/null differ diff --git a/application/palemoon/branding/official/content/about-wordmark.png b/application/palemoon/branding/official/content/about-wordmark.png deleted file mode 100644 index 1b849be2ee..0000000000 Binary files a/application/palemoon/branding/official/content/about-wordmark.png and /dev/null differ diff --git a/application/palemoon/branding/official/content/about-wordmark.svg b/application/palemoon/branding/official/content/about-wordmark.svg deleted file mode 100644 index 708adaaec3..0000000000 --- a/application/palemoon/branding/official/content/about-wordmark.svg +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - image/svg+xml - - - - - - -   -   - - - - - - - - - - - - - - - diff --git a/application/palemoon/branding/official/content/about.png b/application/palemoon/branding/official/content/about.png deleted file mode 100644 index 0a4fbb3930..0000000000 Binary files a/application/palemoon/branding/official/content/about.png and /dev/null differ diff --git a/application/palemoon/branding/official/content/aboutDialog.css b/application/palemoon/branding/official/content/aboutDialog.css deleted file mode 100644 index 5bcc229e70..0000000000 --- a/application/palemoon/branding/official/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: #9ABCD5; - color: #101020; -} - -#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 #9ABCD5; -} - -#aboutTextBox { - animation: 3s fadeIn; - animation-fill-mode: forwards; - text-shadow: 1px 1px 0px #9ABCD5; - color: #101020; -} - -@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/application/palemoon/branding/official/content/icon48.png b/application/palemoon/branding/official/content/icon48.png deleted file mode 100644 index c3a98f128b..0000000000 Binary files a/application/palemoon/branding/official/content/icon48.png and /dev/null differ diff --git a/application/palemoon/branding/official/content/icon64.png b/application/palemoon/branding/official/content/icon64.png deleted file mode 100644 index 93a7ce23c0..0000000000 Binary files a/application/palemoon/branding/official/content/icon64.png and /dev/null differ diff --git a/application/palemoon/branding/official/content/jar.mn b/application/palemoon/branding/official/content/jar.mn deleted file mode 100644 index 83ef1ed15e..0000000000 --- a/application/palemoon/branding/official/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/application/palemoon/branding/official/content/moz.build b/application/palemoon/branding/official/content/moz.build deleted file mode 100644 index c97072bba2..0000000000 --- a/application/palemoon/branding/official/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/application/palemoon/branding/official/default16.png b/application/palemoon/branding/official/default16.png deleted file mode 100644 index b840a3acf1..0000000000 Binary files a/application/palemoon/branding/official/default16.png and /dev/null differ diff --git a/application/palemoon/branding/official/default22.png b/application/palemoon/branding/official/default22.png deleted file mode 100644 index 4e290f84ba..0000000000 Binary files a/application/palemoon/branding/official/default22.png and /dev/null differ diff --git a/application/palemoon/branding/official/default24.png b/application/palemoon/branding/official/default24.png deleted file mode 100644 index f47d3ef23e..0000000000 Binary files a/application/palemoon/branding/official/default24.png and /dev/null differ diff --git a/application/palemoon/branding/official/default256.png b/application/palemoon/branding/official/default256.png deleted file mode 100644 index 53adcfa730..0000000000 Binary files a/application/palemoon/branding/official/default256.png and /dev/null differ diff --git a/application/palemoon/branding/official/default32.png b/application/palemoon/branding/official/default32.png deleted file mode 100644 index fde9707d84..0000000000 Binary files a/application/palemoon/branding/official/default32.png and /dev/null differ diff --git a/application/palemoon/branding/official/default48.png b/application/palemoon/branding/official/default48.png deleted file mode 100644 index c3a98f128b..0000000000 Binary files a/application/palemoon/branding/official/default48.png and /dev/null differ diff --git a/application/palemoon/branding/official/disk.icns b/application/palemoon/branding/official/disk.icns deleted file mode 100644 index f3a549583d..0000000000 Binary files a/application/palemoon/branding/official/disk.icns and /dev/null differ diff --git a/application/palemoon/branding/official/document.icns b/application/palemoon/branding/official/document.icns deleted file mode 100644 index c9f33dbfac..0000000000 Binary files a/application/palemoon/branding/official/document.icns and /dev/null differ diff --git a/application/palemoon/branding/official/document.ico b/application/palemoon/branding/official/document.ico deleted file mode 100644 index 2f843dbd15..0000000000 Binary files a/application/palemoon/branding/official/document.ico and /dev/null differ diff --git a/application/palemoon/branding/official/dsstore b/application/palemoon/branding/official/dsstore deleted file mode 100644 index 8ea7036745..0000000000 Binary files a/application/palemoon/branding/official/dsstore and /dev/null differ diff --git a/application/palemoon/branding/official/firefox.icns b/application/palemoon/branding/official/firefox.icns deleted file mode 100644 index 87f9ac751f..0000000000 Binary files a/application/palemoon/branding/official/firefox.icns and /dev/null differ diff --git a/application/palemoon/branding/official/firefox.ico b/application/palemoon/branding/official/firefox.ico deleted file mode 100644 index ea25fd887b..0000000000 Binary files a/application/palemoon/branding/official/firefox.ico and /dev/null differ diff --git a/application/palemoon/branding/official/locales/en-US/brand.dtd b/application/palemoon/branding/official/locales/en-US/brand.dtd deleted file mode 100644 index 9a260257af..0000000000 --- a/application/palemoon/branding/official/locales/en-US/brand.dtd +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/application/palemoon/branding/official/locales/en-US/brand.properties b/application/palemoon/branding/official/locales/en-US/brand.properties deleted file mode 100644 index 7d4b469542..0000000000 --- a/application/palemoon/branding/official/locales/en-US/brand.properties +++ /dev/null @@ -1,5 +0,0 @@ -brandShortName=Pale Moon -brandFullName=Pale Moon -vendorShortName=Moonchild - -syncBrandShortName=Sync diff --git a/application/palemoon/branding/official/locales/jar.mn b/application/palemoon/branding/official/locales/jar.mn deleted file mode 100644 index f02dd95f30..0000000000 --- a/application/palemoon/branding/official/locales/jar.mn +++ /dev/null @@ -1,11 +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/ - locale/branding/brand.dtd (%brand.dtd) - locale/branding/brand.properties (%brand.properties) - locale/branding/browserconfig.properties (../../shared/locales/browserconfig.properties) diff --git a/application/palemoon/branding/official/locales/moz.build b/application/palemoon/branding/official/locales/moz.build deleted file mode 100644 index c97072bba2..0000000000 --- a/application/palemoon/branding/official/locales/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/application/palemoon/branding/official/moz.build b/application/palemoon/branding/official/moz.build deleted file mode 100644 index 8cb90130f8..0000000000 --- a/application/palemoon/branding/official/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/application/palemoon/branding/official/mozicon128.png b/application/palemoon/branding/official/mozicon128.png deleted file mode 100644 index 35eafcb08a..0000000000 Binary files a/application/palemoon/branding/official/mozicon128.png and /dev/null differ diff --git a/application/palemoon/branding/official/palemoon.VisualElementsManifest.xml b/application/palemoon/branding/official/palemoon.VisualElementsManifest.xml deleted file mode 100644 index e9e1f136aa..0000000000 --- a/application/palemoon/branding/official/palemoon.VisualElementsManifest.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/application/palemoon/branding/official/palemoon.desktop b/application/palemoon/branding/official/palemoon.desktop deleted file mode 100644 index 440092b33f..0000000000 --- a/application/palemoon/branding/official/palemoon.desktop +++ /dev/null @@ -1,353 +0,0 @@ -[Desktop Entry] -Name=Pale Moon -GenericName=Web Browser -GenericName[ar]=متصفح ويب -GenericName[ast]=Restolador Web -GenericName[bn]=ওয়েব ব্রাউজার -GenericName[ca]=Navegador web -GenericName[cs]=Webový prohlížeč -GenericName[da]=Webbrowser -GenericName[el]=Περιηγητής διαδικτύου -GenericName[es]=Navegador web -GenericName[et]=Veebibrauser -GenericName[fa]=مرورگر اینترنتی -GenericName[fi]=WWW-selain -GenericName[fr]=Navigateur Web -GenericName[gl]=Navegador Web -GenericName[he]=דפדפן אינטרנט -GenericName[hr]=Web preglednik -GenericName[hu]=Webböngésző -GenericName[it]=Browser web -GenericName[ja]=ウェブ・ブラウザ -GenericName[ko]=웹 브라우저 -GenericName[ku]=Geroka torê -GenericName[lt]=Interneto naršyklė -GenericName[nb]=Nettleser -GenericName[nl]=Webbrowser -GenericName[nn]=Nettlesar -GenericName[no]=Nettleser -GenericName[pl]=Przeglądarka WWW -GenericName[pt]=Navegador Web -GenericName[pt_BR]=Navegador Web -GenericName[ro]=Navigator Internet -GenericName[ru]=Веб-браузер -GenericName[sk]=Internetový prehliadač -GenericName[sl]=Spletni brskalnik -GenericName[sv]=Webbläsare -GenericName[tr]=Web Tarayıcı -GenericName[ug]=توركۆرگۈ -GenericName[uk]=Веб-браузер -GenericName[vi]=Trình duyệt Web -GenericName[zh_CN]=网络浏览器 -GenericName[zh_TW]=網路瀏覽器 -Comment=Browse the World Wide Web -Comment[ar]=تصفح الشبكة العنكبوتية العالمية -Comment[ast]=Restola pela Rede -Comment[bn]=ইন্টারনেট ব্রাউজ করুন -Comment[ca]=Navegueu per la web -Comment[cs]=Prohlížení stránek World Wide Webu -Comment[da]=Surf på internettet -Comment[de]=Im Internet surfen -Comment[el]=Μπορείτε να περιηγηθείτε στο διαδίκτυο (Web) -Comment[es]=Navegue por la web -Comment[et]=Lehitse veebi -Comment[fa]=صفحات شبکه جهانی اینترنت را مرور نمایید -Comment[fi]=Selaa Internetin WWW-sivuja -Comment[fr]=Naviguer sur le Web -Comment[gl]=Navegar pola rede -Comment[he]=גלישה ברחבי האינטרנט -Comment[hr]=Pretražite web -Comment[hu]=A világháló böngészése -Comment[it]=Esplora il web -Comment[ja]=ウェブを閲覧します -Comment[ko]=웹을 돌아 다닙니다 -Comment[ku]=Li torê bigere -Comment[lt]=Naršykite internete -Comment[nb]=Surf på nettet -Comment[nl]=Surf op het internet -Comment[nn]=Surf på nettet -Comment[no]=Surf på nettet -Comment[pl]=Przeglądanie stron WWW -Comment[pt]=Navegue na Internet -Comment[pt_BR]=Navegue na Internet -Comment[ro]=Navigați pe Internet -Comment[ru]=Доступ в Интернет -Comment[sk]=Prehliadanie internetu -Comment[sl]=Brskajte po spletu -Comment[sv]=Surfa på webben -Comment[tr]=İnternet'te Gezinin -Comment[ug]=دۇنيادىكى توربەتلەرنى كۆرگىلى بولىدۇ -Comment[uk]=Перегляд сторінок Інтернету -Comment[vi]=Để duyệt các trang web -Comment[zh_CN]=浏览互联网 -Comment[zh_TW]=瀏覽網際網路 -Exec=palemoon %u -Terminal=false -Type=Application -Icon=palemoon -Categories=Network;WebBrowser; -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp; -StartupNotify=false -Actions=NewTab;NewWindow;NewPrivateWindow; -StartupWMClass="pale moon" - -[Desktop Action NewTab] -Name=Open new tab -Name[ach]=Yab dirica matidi manyen -Name[af]=Open nuwe oortjie -Name[an]=Ubrir una pestanya nueva -Name[ar]=افتح لسانًا جديدًا -Name[as]=নতুন টেব খোলক -Name[ast]=Abrir llingüeta nueva -Name[az]=Yeni vərəq aç -Name[be]=Адкрыць новую ўстаўку -Name[bg]=Отваряне на нов подпрозорец -Name[bn_BD]=নতুন ট্যাব খুলুন -Name[bn_IN]=নতুন ট্যাব খুলুন -Name[br]=Digeriñ un ivinell nevez -Name[bs]=Otvori novi tab -Name[ca]=Obre una pestanya nova -Name[cs]=Otevřít nový panel -Name[cy]=Agor tab newydd -Name[da]=Åbn nyt faneblad -Name[de]=Neuen Tab öffnen -Name[dsb]=Nowy rejtark wócyniś -Name[el]=Άνοιγμα νέας καρτέλας -Name[eo]=Malfermi novan langeton -Name[es_AR]=Abrir nueva pestaña -Name[es_CL]=Abrir nueva pestaña -Name[es_ES]=Abrir pestaña nueva -Name[es_MX]=Abrir una pestaña nueva -Name[et]=Ava uus kaart -Name[eu]=Ireki fitxa berria -Name[ff]=Uddit tabbere hesere -Name[fi]=Avaa uusi välilehti -Name[fr]=Ouvrir un nouvel onglet -Name[fy_NL]=Iepenje nij ljepblêd -Name[ga_IE]=Oscail i gcluaisín nua -Name[gd]=Fosgail taba ùr -Name[gl]=Abrir unha nova lapela -Name[gu_IN]=નવી ટૅબને ખોલો -Name[he]=פתיחת לשונית חדשה -Name[hi_IN]=नया टैब खोलें -Name[hr]=Otvori novu karticu -Name[hsb]=Nowy rajtark wočinić -Name[hu]=Új lap megnyitása -Name[hy_AM]=Բացել նոր ներդիր -Name[id]=Buka tab baru -Name[is]=Opna nýjan flipa -Name[it]=Apri nuova scheda -Name[ja]=新しいタブ -Name[kk]=Жаңа бетті ашу -Name[kn]=ಹೊಸ ಹಾಳೆಯನ್ನು ತೆರೆ -Name[ko]=새 탭 열기 -Name[lij]=Àrvi nêuvo féuggio -Name[lt]=Atverti naują kortelę -Name[mai]=नव टैब खोलू -Name[mk]=Отвори ново јазиче -Name[ml]=പുതിയ റ്റാബ് തുറക്കുക -Name[mr]=नवीन टॅब उघडा -Name[ms]=Buka tab baru -Name[nb_NO]=Åpne ny fane -Name[nl]=Nieuw tabblad openen -Name[nn_NO]=Opna ny fane -Name[or]=ନୂତନ ଟ୍ୟାବ ଖୋଲନ୍ତୁ -Name[pa_IN]=ਨਵੀਂ ਟੈਬ ਖੋਲ੍ਹੋ -Name[pl]=Otwórz nową kartę -Name[pt_BR]=Nova aba -Name[pt_PT]=Abrir novo separador -Name[rm]=Avrir in nov tab -Name[ro]=Deschide o filă nouă -Name[ru]=Открыть новую вкладку -Name[si]=නව ටැබය විවෘත කරන්න -Name[sk]=Otvoriť novú kartu -Name[sl]=Odpri nov zavihek -Name[son]=Nor loku taaga feeri -Name[sq]=Hap skedë të re -Name[sr]=Отвори нови језичак -Name[sv_SE]=Öppna ny flik -Name[ta]=புதிய கீற்றைத் திற -Name[te]=కొత్త టాబ్ తెరువుము -Name[th]=เปิดแท็บใหม่ -Name[tr]=Yeni sekme aç -Name[uk]=Відкрити нову вкладку -Name[uz]=Yangi ichki oyna ochish -Name[vi]=Mở thẻ mới -Name[xh]=Vula ithebhu entsha -Name[zh_CN]=打开新标签页 -Name[zh_TW]=開啟新分頁 -Exec=palemoon -new-tab https://start.palemoon.org - -[Desktop Action NewWindow] -Name=Open new window -Name[ach]=Yab dirica manyen -Name[af]=Open nuwe venster -Name[an]=Ubrir una nueva finestra -Name[ar]=افتح نافذة جديدة -Name[as]=নতুন উইন্ডো খোলক -Name[ast]=Abrir ventana nueva -Name[az]=Yeni pəncərə aç -Name[be]=Адкрыць новае акно -Name[bg]=Отваряне на нов прозорец -Name[bn_BD]=নতুন উইন্ডো খুলুন -Name[bn_IN]=নতুন উইন্ডো খুলুন -Name[br]=Digeriñ ur prenestr nevez -Name[bs]=Otvori novi prozor -Name[ca]=Obre una finestra nova -Name[cs]=Otevřít nové okno -Name[cy]=Agor ffenestr newydd -Name[da]=Åbn nyt vindue -Name[de]=Neues Fenster öffnen -Name[dsb]=Nowe wokno wócyniś -Name[el]=Άνοιγμα νέου παραθύρου -Name[eo]=Malfermi novan fenestron -Name[es_AR]=Abrir nueva ventana -Name[es_CL]=Abrir nueva ventana -Name[es_ES]=Abrir nueva ventana -Name[es_MX]=Abrir nueva ventana -Name[et]=Ava uus aken -Name[eu]=Ireki leiho berria -Name[ff]=Uddit henorde hesere -Name[fi]=Avaa uusi ikkuna -Name[fr]=Ouvrir une nouvelle fenêtre -Name[fy_NL]=Iepenje nij finster -Name[ga_IE]=Oscail fuinneog nua -Name[gd]=Fosgail uinneag ùr -Name[gl]=Abrir unha nova xanela -Name[gu_IN]=નવી વિન્ડોને ખોલો -Name[he]=פתח חלון חדש -Name[hi_IN]=नई विंडो खोलें -Name[hr]=Otvori novi prozor -Name[hsb]=Nowe wokno wočinić -Name[hu]=Új ablak megnyitása -Name[hy_AM]=Բացել նոր պատուհան -Name[id]=Buka jendela baru -Name[is]=Opna nýjan glugga -Name[it]=Apri nuova finestra -Name[ja]=新しいウィンドウ -Name[kk]=Жаңа терезені ашу -Name[kn]=ಹೊಸ ವಿಂಡೊವನ್ನು ತೆರೆ -Name[ko]=새 창 열기 -Name[lij]=Àrvi nêuvo barcón -Name[lt]=Atverti naują langą -Name[mai]=नई विंडो खोलू -Name[mk]=Отвори нов прозорец -Name[ml]=പുതിയ ജാലകം തുറക്കുക -Name[mr]=नवीन पटल उघडा -Name[ms]=Buka tetingkap baru -Name[nb_NO]=Åpne nytt vindu -Name[nl]=Een nieuw venster openen -Name[nn_NO]=Opna nytt vindauge -Name[or]=ନୂତନ ୱିଣ୍ଡୋ ଖୋଲନ୍ତୁ -Name[pa_IN]=ਨਵੀਂ ਵਿੰਡੋ ਖੋਲ੍ਹੋ -Name[pl]=Otwórz nowe okno -Name[pt_BR]=Nova janela -Name[pt_PT]=Abrir nova janela -Name[rm]=Avrir ina nova fanestra -Name[ro]=Deschide o nouă fereastră -Name[ru]=Открыть новое окно -Name[si]=නව කවුළුවක් විවෘත කරන්න -Name[sk]=Otvoriť nové okno -Name[sl]=Odpri novo okno -Name[son]=Zanfun taaga feeri -Name[sq]=Hap dritare të re -Name[sr]=Отвори нови прозор -Name[sv_SE]=Öppna nytt fönster -Name[ta]=புதிய சாளரத்தை திற -Name[te]=కొత్త విండో తెరువుము -Name[th]=เปิดหน้าต่างใหม่ -Name[tr]=Yeni pencere aç -Name[uk]=Відкрити нове вікно -Name[uz]=Yangi oyna ochish -Name[vi]=Mở cửa sổ mới -Name[xh]=Vula iwindow entsha -Name[zh_CN]=打开新窗口 -Name[zh_TW]=開啟新視窗 -Exec=palemoon -new-window - -[Desktop Action NewPrivateWindow] -Name=New private window -Name[ach]=Dirica manyen me mung -Name[af]=Nuwe privaatvenster -Name[an]=Nueva finestra de navegación privada -Name[ar]=نافذة خاصة جديدة -Name[as]=নতুন ব্যক্তিগত উইন্ডো -Name[ast]=Ventana privada nueva -Name[az]=Yeni məxfi pəncərə -Name[be]=Новае акно адасаблення -Name[bg]=Нов прозорец за поверително сърфиране -Name[bn_BD]=নতুন ব্যক্তিগত উইন্ডো -Name[bn_IN]=নতুন ব্যাক্তিগত উইন্ডো -Name[br]=Prenestr merdeiñ prevez nevez -Name[bs]=Novi privatni prozor -Name[ca]=Finestra privada nova -Name[cs]=Nové anonymní okno -Name[cy]=Ffenestr breifat newydd -Name[da]=Nyt privat vindue -Name[de]=Neues privates Fenster öffnen -Name[dsb]=Nowe priwatne wokno -Name[el]=Νέο παράθυρο ιδιωτικής περιήγησης -Name[eo]=Nova privata fenestro -Name[es_AR]=Nueva ventana privada -Name[es_CL]=Nueva ventana privada -Name[es_ES]=Nueva ventana privada -Name[es_MX]=Nueva ventana privada -Name[et]=Uus privaatne aken -Name[eu]=Leiho pribatu berria -Name[ff]=Henorde suturo hesere -Name[fi]=Uusi yksityinen ikkuna -Name[fr]=Nouvelle fenêtre de navigation privée -Name[fy_NL]=Nij priveefinster -Name[ga_IE]=Fuinneog nua phríobháideach -Name[gd]=Uinneag phrìobhaideach ùr -Name[gl]=Nova xanela privada -Name[gu_IN]=નવી ખાનગી વિન્ડો -Name[he]=חלון פרטי חדש -Name[hi_IN]=नया निजी विंडो -Name[hr]=Novi privatni prozor -Name[hsb]=Nowe priwatne wokno -Name[hu]=Új privát ablak -Name[hy_AM]=Գաղտնի դիտարկում -Name[id]=Jendela mode pribadi baru -Name[is]=Nýr einkagluggi -Name[it]=Nuova finestra anonima -Name[ja]=新しいプライベートウィンドウ -Name[kk]=Жаңа жекелік терезе -Name[kn]=ಹೊಸ ಖಾಸಗಿ ಕಿಟಕಿ -Name[ko]=새 사생활 보호 창 -Name[lij]=Nêuvo barcón privòu -Name[lt]=Atverti privačiojo naršymo langą -Name[mai]=नव निज विंडो -Name[mk]=Нов прозорец за приватно сурфање -Name[ml]=പുതിയ സ്വകാര്യ ജാലകം -Name[mr]=नवीन वैयक्तिक पटल -Name[ms]=Tetingkap peribadi baharu -Name[nb_NO]=Nytt privat vindu -Name[nl]=Nieuw privévenster -Name[nn_NO]=Nytt privat vindauge -Name[or]=ନୂତନ ବ୍ୟକ୍ତିଗତ ୱିଣ୍ଡୋ -Name[pa_IN]=ਨਵੀਂ ਪ੍ਰਾਈਵੇਟ ਵਿੰਡੋ -Name[pl]=Nowe okno w trybie prywatnym -Name[pt_BR]=Nova janela privativa -Name[pt_PT]=Nova janela privada -Name[rm]=Nova fanestra privata -Name[ro]=Fereastră fără urme nouă -Name[ru]=Новое приватное окно -Name[si]=නව පුද්ගලික කවුළුව -Name[sk]=Nové okno v režime Súkromné prehliadanie -Name[sl]=Novo zasebno okno -Name[son]=Sutura zanfun taaga -Name[sq]=Dritare e re private -Name[sr]=Нови приватни прозор -Name[sv_SE]=Nytt privat fönster -Name[ta]=புதிய தனிப்பட்ட சாளரம் -Name[te]=కొత్త ఆంతరంగిక విండో -Name[th]=หน้าต่างท่องเว็บแบบส่วนตัวใหม่ -Name[tr]=Yeni gizli pencere -Name[uk]=Нове приватне вікно -Name[uz]=Yangi shaxsiy oyna -Name[vi]=Cửa sổ riêng tư mới -Name[xh]=Ifestile yangasese entsha -Name[zh_CN]=新建隐私浏览窗口 -Name[zh_TW]=新增隱私視窗 -Exec=palemoon -private-window diff --git a/application/palemoon/branding/official/pref/palemoon-branding.js b/application/palemoon/branding/official/pref/palemoon-branding.js deleted file mode 100644 index 18807e64b6..0000000000 --- a/application/palemoon/branding/official/pref/palemoon-branding.js +++ /dev/null @@ -1,35 +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/releasenotes.shtml"); -pref("app.releaseNotesURL", "http://www.palemoon.org/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) -// Updates enabled -pref("app.update.enabled", true); -pref("app.update.cert.checkAttributes", true); - -// Interval: Time between checks for a new version (in seconds) -- 2 days for Pale Moon -pref("app.update.interval", 172800); -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/"); - -// 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/releasenotes.shtml"); -#else -// Updates disabled (Mac, etc.) -pref("app.update.enabled", false); -pref("app.update.url", ""); -#endif diff --git a/application/palemoon/branding/official/wizHeader.bmp b/application/palemoon/branding/official/wizHeader.bmp deleted file mode 100644 index c023036b6f..0000000000 Binary files a/application/palemoon/branding/official/wizHeader.bmp and /dev/null differ diff --git a/application/palemoon/branding/official/wizHeaderRTL.bmp b/application/palemoon/branding/official/wizHeaderRTL.bmp deleted file mode 100644 index 11edaa8836..0000000000 Binary files a/application/palemoon/branding/official/wizHeaderRTL.bmp and /dev/null differ diff --git a/application/palemoon/branding/official/wizWatermark.bmp b/application/palemoon/branding/official/wizWatermark.bmp deleted file mode 100644 index ad7703d8f5..0000000000 Binary files a/application/palemoon/branding/official/wizWatermark.bmp and /dev/null differ diff --git a/application/palemoon/branding/unstable/VisualElements_150.png b/application/palemoon/branding/unstable/VisualElements_150.png deleted file mode 100644 index 320623dc10..0000000000 Binary files a/application/palemoon/branding/unstable/VisualElements_150.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/VisualElements_70.png b/application/palemoon/branding/unstable/VisualElements_70.png deleted file mode 100644 index cb4c868459..0000000000 Binary files a/application/palemoon/branding/unstable/VisualElements_70.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/appname.bmp b/application/palemoon/branding/unstable/appname.bmp deleted file mode 100644 index 78e227af04..0000000000 Binary files a/application/palemoon/branding/unstable/appname.bmp and /dev/null differ diff --git a/application/palemoon/branding/unstable/branding.nsi b/application/palemoon/branding/unstable/branding.nsi deleted file mode 100644 index 535cfde33c..0000000000 --- a/application/palemoon/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/application/palemoon/branding/unstable/configure.sh b/application/palemoon/branding/unstable/configure.sh deleted file mode 100644 index 8943f58195..0000000000 --- a/application/palemoon/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/application/palemoon/branding/unstable/content/about-background.jpg b/application/palemoon/branding/unstable/content/about-background.jpg deleted file mode 100644 index a33b33183b..0000000000 Binary files a/application/palemoon/branding/unstable/content/about-background.jpg and /dev/null differ diff --git a/application/palemoon/branding/unstable/content/about-logo.png b/application/palemoon/branding/unstable/content/about-logo.png deleted file mode 100644 index aa79de65f1..0000000000 Binary files a/application/palemoon/branding/unstable/content/about-logo.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/content/about-logo@2x.png b/application/palemoon/branding/unstable/content/about-logo@2x.png deleted file mode 100644 index 5d507a6146..0000000000 Binary files a/application/palemoon/branding/unstable/content/about-logo@2x.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/content/about-wordmark.png b/application/palemoon/branding/unstable/content/about-wordmark.png deleted file mode 100644 index bf09f15a06..0000000000 Binary files a/application/palemoon/branding/unstable/content/about-wordmark.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/content/about.png b/application/palemoon/branding/unstable/content/about.png deleted file mode 100644 index d158863cab..0000000000 Binary files a/application/palemoon/branding/unstable/content/about.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/content/aboutDialog.css b/application/palemoon/branding/unstable/content/aboutDialog.css deleted file mode 100644 index de71f259c2..0000000000 --- a/application/palemoon/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/application/palemoon/branding/unstable/content/icon48.png b/application/palemoon/branding/unstable/content/icon48.png deleted file mode 100644 index 9572134853..0000000000 Binary files a/application/palemoon/branding/unstable/content/icon48.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/content/icon64.png b/application/palemoon/branding/unstable/content/icon64.png deleted file mode 100644 index c370f33111..0000000000 Binary files a/application/palemoon/branding/unstable/content/icon64.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/content/jar.mn b/application/palemoon/branding/unstable/content/jar.mn deleted file mode 100644 index fcb7890318..0000000000 --- a/application/palemoon/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/application/palemoon/branding/unstable/content/moz.build b/application/palemoon/branding/unstable/content/moz.build deleted file mode 100644 index c97072bba2..0000000000 --- a/application/palemoon/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/application/palemoon/branding/unstable/default16.png b/application/palemoon/branding/unstable/default16.png deleted file mode 100644 index d239402005..0000000000 Binary files a/application/palemoon/branding/unstable/default16.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/default32.png b/application/palemoon/branding/unstable/default32.png deleted file mode 100644 index 05ccab82b4..0000000000 Binary files a/application/palemoon/branding/unstable/default32.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/default48.png b/application/palemoon/branding/unstable/default48.png deleted file mode 100644 index 9572134853..0000000000 Binary files a/application/palemoon/branding/unstable/default48.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/disk.icns b/application/palemoon/branding/unstable/disk.icns deleted file mode 100644 index e97e490585..0000000000 Binary files a/application/palemoon/branding/unstable/disk.icns and /dev/null differ diff --git a/application/palemoon/branding/unstable/document.icns b/application/palemoon/branding/unstable/document.icns deleted file mode 100644 index dd5f7aa892..0000000000 Binary files a/application/palemoon/branding/unstable/document.icns and /dev/null differ diff --git a/application/palemoon/branding/unstable/document.ico b/application/palemoon/branding/unstable/document.ico deleted file mode 100644 index d5c730b784..0000000000 Binary files a/application/palemoon/branding/unstable/document.ico and /dev/null differ diff --git a/application/palemoon/branding/unstable/dsstore b/application/palemoon/branding/unstable/dsstore deleted file mode 100644 index bbba9ecce0..0000000000 Binary files a/application/palemoon/branding/unstable/dsstore and /dev/null differ diff --git a/application/palemoon/branding/unstable/firefox.icns b/application/palemoon/branding/unstable/firefox.icns deleted file mode 100644 index 3df606a018..0000000000 Binary files a/application/palemoon/branding/unstable/firefox.icns and /dev/null differ diff --git a/application/palemoon/branding/unstable/firefox.ico b/application/palemoon/branding/unstable/firefox.ico deleted file mode 100644 index 605c876df0..0000000000 Binary files a/application/palemoon/branding/unstable/firefox.ico and /dev/null differ diff --git a/application/palemoon/branding/unstable/locales/en-US/brand.dtd b/application/palemoon/branding/unstable/locales/en-US/brand.dtd deleted file mode 100644 index 9a260257af..0000000000 --- a/application/palemoon/branding/unstable/locales/en-US/brand.dtd +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/application/palemoon/branding/unstable/locales/en-US/brand.properties b/application/palemoon/branding/unstable/locales/en-US/brand.properties deleted file mode 100644 index 7d4b469542..0000000000 --- a/application/palemoon/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/application/palemoon/branding/unstable/locales/jar.mn b/application/palemoon/branding/unstable/locales/jar.mn deleted file mode 100644 index 9de6cfc838..0000000000 --- a/application/palemoon/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/application/palemoon/branding/unstable/locales/moz.build b/application/palemoon/branding/unstable/locales/moz.build deleted file mode 100644 index 3a54c0cd24..0000000000 --- a/application/palemoon/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/application/palemoon/branding/unstable/moz.build b/application/palemoon/branding/unstable/moz.build deleted file mode 100644 index 8cb90130f8..0000000000 --- a/application/palemoon/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/application/palemoon/branding/unstable/mozicon128.png b/application/palemoon/branding/unstable/mozicon128.png deleted file mode 100644 index fa8a6850ba..0000000000 Binary files a/application/palemoon/branding/unstable/mozicon128.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/palemoon.VisualElementsManifest.xml b/application/palemoon/branding/unstable/palemoon.VisualElementsManifest.xml deleted file mode 100644 index 3bdebe2b76..0000000000 --- a/application/palemoon/branding/unstable/palemoon.VisualElementsManifest.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/application/palemoon/branding/unstable/pref/palemoon-branding.js b/application/palemoon/branding/unstable/pref/palemoon-branding.js deleted file mode 100644 index e08708681b..0000000000 --- a/application/palemoon/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/application/palemoon/branding/unstable/wizHeader.bmp b/application/palemoon/branding/unstable/wizHeader.bmp deleted file mode 100644 index 12e08e8669..0000000000 Binary files a/application/palemoon/branding/unstable/wizHeader.bmp and /dev/null differ diff --git a/application/palemoon/branding/unstable/wizHeaderRTL.bmp b/application/palemoon/branding/unstable/wizHeaderRTL.bmp deleted file mode 100644 index eb8b9f4d75..0000000000 Binary files a/application/palemoon/branding/unstable/wizHeaderRTL.bmp and /dev/null differ diff --git a/application/palemoon/branding/unstable/wizWatermark.bmp b/application/palemoon/branding/unstable/wizWatermark.bmp deleted file mode 100644 index 8c39d5136e..0000000000 Binary files a/application/palemoon/branding/unstable/wizWatermark.bmp and /dev/null differ