From d16a5b29e81bb6e0e58af2a97484defccacf355c Mon Sep 17 00:00:00 2001 From: BeatLink Date: Fri, 16 Aug 2019 20:00:38 -0500 Subject: Move branding and settings to seperate repos and move browser to top level --- .../branding/librewolf/VisualElements_150.png | Bin 0 -> 7170 bytes .../branding/librewolf/VisualElements_70.png | Bin 0 -> 3318 bytes .../browser/branding/librewolf/background.png | Bin 0 -> 1480 bytes .../browser/branding/librewolf/bgstub.jpg | Bin 0 -> 1228 bytes .../browser/branding/librewolf/bgstub_2x.jpg | Bin 0 -> 3663 bytes .../browser/branding/librewolf/branding.nsi | 50 +++++++++++++++++++++ .../browser/branding/librewolf/configure.sh | 9 ++++ .../librewolf/content/about-background.png | Bin 0 -> 82254 bytes .../branding/librewolf/content/about-logo.png | Bin 0 -> 30342 bytes .../branding/librewolf/content/about-wordmark.svg | 22 +++++++++ .../browser/branding/librewolf/content/about.png | Bin 0 -> 54209 bytes .../branding/librewolf/content/aboutDialog.css | 25 +++++++++++ .../librewolf/content/horizontal-lockup.svg | 5 +++ .../librewolf/content/identity-icons-brand.svg | 7 +++ .../browser/branding/librewolf/content/jar.mn | 18 ++++++++ .../browser/branding/librewolf/content/moz.build | 7 +++ .../browser/branding/librewolf/default128.png | Bin 0 -> 6139 bytes .../browser/branding/librewolf/default16.png | Bin 0 -> 695 bytes .../browser/branding/librewolf/default32.png | Bin 0 -> 1481 bytes .../browser/branding/librewolf/default48.png | Bin 0 -> 2242 bytes .../browser/branding/librewolf/default64.png | Bin 0 -> 3038 bytes .../browser/branding/librewolf/disk.icns | Bin 0 -> 710029 bytes .../browser/branding/librewolf/document.icns | Bin 0 -> 22118 bytes .../browser/branding/librewolf/document.ico | Bin 0 -> 79414 bytes .../browser/branding/librewolf/dsstore | Bin 0 -> 12292 bytes .../librewolf/firefox.VisualElementsManifest.xml | 8 ++++ .../browser/branding/librewolf/firefox.icns | Bin 0 -> 22524 bytes .../browser/branding/librewolf/firefox.ico | Bin 0 -> 74588 bytes .../browser/branding/librewolf/firefox64.ico | Bin 0 -> 32038 bytes .../branding/librewolf/locales/en-US/brand.dtd | 13 ++++++ .../branding/librewolf/locales/en-US/brand.ftl | 22 +++++++++ .../librewolf/locales/en-US/brand.properties | 14 ++++++ .../browser/branding/librewolf/locales/jar.mn | 13 ++++++ .../browser/branding/librewolf/locales/moz.build | 9 ++++ .../browser/branding/librewolf/moz.build | 13 ++++++ .../browser/branding/librewolf/newtab.ico | Bin 0 -> 6518 bytes .../browser/branding/librewolf/newwindow.ico | Bin 0 -> 6518 bytes .../browser/branding/librewolf/pbmode.ico | Bin 0 -> 6518 bytes .../branding/librewolf/pref/firefox-branding.js | 6 +++ .../browser/branding/librewolf/wizHeader.bmp | Bin 0 -> 34322 bytes .../browser/branding/librewolf/wizHeaderRTL.bmp | Bin 0 -> 34322 bytes .../browser/branding/librewolf/wizWatermark.bmp | Bin 0 -> 154544 bytes 42 files changed, 241 insertions(+) create mode 100644 common/source_files/browser/branding/librewolf/VisualElements_150.png create mode 100644 common/source_files/browser/branding/librewolf/VisualElements_70.png create mode 100644 common/source_files/browser/branding/librewolf/background.png create mode 100644 common/source_files/browser/branding/librewolf/bgstub.jpg create mode 100644 common/source_files/browser/branding/librewolf/bgstub_2x.jpg create mode 100644 common/source_files/browser/branding/librewolf/branding.nsi create mode 100644 common/source_files/browser/branding/librewolf/configure.sh create mode 100644 common/source_files/browser/branding/librewolf/content/about-background.png create mode 100644 common/source_files/browser/branding/librewolf/content/about-logo.png create mode 100644 common/source_files/browser/branding/librewolf/content/about-wordmark.svg create mode 100644 common/source_files/browser/branding/librewolf/content/about.png create mode 100644 common/source_files/browser/branding/librewolf/content/aboutDialog.css create mode 100644 common/source_files/browser/branding/librewolf/content/horizontal-lockup.svg create mode 100644 common/source_files/browser/branding/librewolf/content/identity-icons-brand.svg create mode 100644 common/source_files/browser/branding/librewolf/content/jar.mn create mode 100644 common/source_files/browser/branding/librewolf/content/moz.build create mode 100644 common/source_files/browser/branding/librewolf/default128.png create mode 100644 common/source_files/browser/branding/librewolf/default16.png create mode 100644 common/source_files/browser/branding/librewolf/default32.png create mode 100644 common/source_files/browser/branding/librewolf/default48.png create mode 100644 common/source_files/browser/branding/librewolf/default64.png create mode 100644 common/source_files/browser/branding/librewolf/disk.icns create mode 100644 common/source_files/browser/branding/librewolf/document.icns create mode 100644 common/source_files/browser/branding/librewolf/document.ico create mode 100644 common/source_files/browser/branding/librewolf/dsstore create mode 100644 common/source_files/browser/branding/librewolf/firefox.VisualElementsManifest.xml create mode 100644 common/source_files/browser/branding/librewolf/firefox.icns create mode 100644 common/source_files/browser/branding/librewolf/firefox.ico create mode 100644 common/source_files/browser/branding/librewolf/firefox64.ico create mode 100644 common/source_files/browser/branding/librewolf/locales/en-US/brand.dtd create mode 100644 common/source_files/browser/branding/librewolf/locales/en-US/brand.ftl create mode 100644 common/source_files/browser/branding/librewolf/locales/en-US/brand.properties create mode 100644 common/source_files/browser/branding/librewolf/locales/jar.mn create mode 100644 common/source_files/browser/branding/librewolf/locales/moz.build create mode 100644 common/source_files/browser/branding/librewolf/moz.build create mode 100644 common/source_files/browser/branding/librewolf/newtab.ico create mode 100644 common/source_files/browser/branding/librewolf/newwindow.ico create mode 100644 common/source_files/browser/branding/librewolf/pbmode.ico create mode 100644 common/source_files/browser/branding/librewolf/pref/firefox-branding.js create mode 100644 common/source_files/browser/branding/librewolf/wizHeader.bmp create mode 100644 common/source_files/browser/branding/librewolf/wizHeaderRTL.bmp create mode 100644 common/source_files/browser/branding/librewolf/wizWatermark.bmp (limited to 'common/source_files/browser') diff --git a/common/source_files/browser/branding/librewolf/VisualElements_150.png b/common/source_files/browser/branding/librewolf/VisualElements_150.png new file mode 100644 index 0000000..3235418 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/VisualElements_150.png differ diff --git a/common/source_files/browser/branding/librewolf/VisualElements_70.png b/common/source_files/browser/branding/librewolf/VisualElements_70.png new file mode 100644 index 0000000..364e678 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/VisualElements_70.png differ diff --git a/common/source_files/browser/branding/librewolf/background.png b/common/source_files/browser/branding/librewolf/background.png new file mode 100644 index 0000000..f46675d Binary files /dev/null and b/common/source_files/browser/branding/librewolf/background.png differ diff --git a/common/source_files/browser/branding/librewolf/bgstub.jpg b/common/source_files/browser/branding/librewolf/bgstub.jpg new file mode 100644 index 0000000..69cd6b8 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/bgstub.jpg differ diff --git a/common/source_files/browser/branding/librewolf/bgstub_2x.jpg b/common/source_files/browser/branding/librewolf/bgstub_2x.jpg new file mode 100644 index 0000000..df23024 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/bgstub_2x.jpg differ diff --git a/common/source_files/browser/branding/librewolf/branding.nsi b/common/source_files/browser/branding/librewolf/branding.nsi new file mode 100644 index 0000000..36cc1d4 --- /dev/null +++ b/common/source_files/browser/branding/librewolf/branding.nsi @@ -0,0 +1,50 @@ +# 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 unofficial builds. +# The official release build branding.nsi is located in other-license/branding/firefox/ +# The nightly build branding.nsi is located in browser/installer/windows/nsis/ + +# BrandFullNameInternal is used for some registry and file system values +# instead of BrandFullName and typically should not be modified. +!define BrandFullNameInternal "LibreWolf" +!define BrandFullName "LibreWolf" +!define CompanyName "LibreWolf" +!define URLInfoAbout "https://www.libreWolf.gitlab.io" +!define HelpLink "https://github.com/LibreWolf-Browser" + +!define URLStubDownloadX86 "https://github.com/LibreWolf-Browser/LibreWolf/releases" +!define URLStubDownloadAMD64 "https://github.com/LibreWolf-Browser/LibreWolf/releases" +!define URLStubDownloadAArch64 "https://github.com/LibreWolf-Browser/LibreWolf/releases" +!define URLManualDownload "https://github.com/LibreWolf-Browser/LibreWolf/releases" +!define URLSystemRequirements "https://github.com/LibreWolf-Browser/LibreWolf" +!define Channel "unofficial" + +# The installer's certificate name and issuer expected by the stub installer +!define CertNameDownload "Mozilla Corporation" +!define CertIssuerDownload "DigiCert SHA2 Assured ID Code Signing CA" + +# 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 159u +!define APPNAME_BMP_HEIGHT_DU 50u +!define INTRO_BLURB_WIDTH_DU "230u" +!define INTRO_BLURB_EDGE_DU "198u" +!define INTRO_BLURB_LTR_TOP_DU "16u" +!define INTRO_BLURB_RTL_TOP_DU "11u" +!define INSTALL_FOOTER_TOP_DU "-48u" + +# UI Colors that can be customized for each channel +!define FOOTER_CONTROL_TEXT_COLOR_NORMAL 0x000000 +!define FOOTER_CONTROL_TEXT_COLOR_FADED 0x999999 +!define FOOTER_BKGRD_COLOR 0xFFFFFF +!define INSTALL_FOOTER_TEXT_COLOR 0xFFFFFF +!define INTRO_BLURB_TEXT_COLOR 0xFFFFFF +!define INSTALL_BLURB_TEXT_COLOR 0xFFFFFF +!define INSTALL_PROGRESS_TEXT_COLOR_NORMAL 0xFFFFFF +!define COMMON_TEXT_COLOR_NORMAL 0xFFFFFF +!define COMMON_TEXT_COLOR_FADED 0xA1AAB3 +!define COMMON_BKGRD_COLOR 0x0F1B26 diff --git a/common/source_files/browser/branding/librewolf/configure.sh b/common/source_files/browser/branding/librewolf/configure.sh new file mode 100644 index 0000000..69a5b64 --- /dev/null +++ b/common/source_files/browser/branding/librewolf/configure.sh @@ -0,0 +1,9 @@ +# 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_NAME=librewolf +MOZ_APP_BASENAME="LibreWolf" +MOZ_APP_PROFILE=librewolf +MOZ_APP_VENDOR=LibreWolf + diff --git a/common/source_files/browser/branding/librewolf/content/about-background.png b/common/source_files/browser/branding/librewolf/content/about-background.png new file mode 100644 index 0000000..9d2aa7d Binary files /dev/null and b/common/source_files/browser/branding/librewolf/content/about-background.png differ diff --git a/common/source_files/browser/branding/librewolf/content/about-logo.png b/common/source_files/browser/branding/librewolf/content/about-logo.png new file mode 100644 index 0000000..3da143e Binary files /dev/null and b/common/source_files/browser/branding/librewolf/content/about-logo.png differ diff --git a/common/source_files/browser/branding/librewolf/content/about-wordmark.svg b/common/source_files/browser/branding/librewolf/content/about-wordmark.svg new file mode 100644 index 0000000..60b278d --- /dev/null +++ b/common/source_files/browser/branding/librewolf/content/about-wordmark.svg @@ -0,0 +1,22 @@ + + + + + diff --git a/common/source_files/browser/branding/librewolf/content/about.png b/common/source_files/browser/branding/librewolf/content/about.png new file mode 100644 index 0000000..58f4928 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/content/about.png differ diff --git a/common/source_files/browser/branding/librewolf/content/aboutDialog.css b/common/source_files/browser/branding/librewolf/content/aboutDialog.css new file mode 100644 index 0000000..e6a1d9e --- /dev/null +++ b/common/source_files/browser/branding/librewolf/content/aboutDialog.css @@ -0,0 +1,25 @@ +/* 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/. */ + +#aboutDialogContainer { + background-image: url("chrome://branding/content/about-background.png"); + background-repeat: no-repeat; + background-color: #00acff; + color: #fff; +} + +.text-link { + color: #fff !important; + text-decoration: underline; +} + +#rightBox { + /* this margin prevents text from overlapping the planet image */ + margin-left: 280px; + margin-right: 20px; +} + +#bottomBox { + background-color: rgba(0,0,0,.7); +} diff --git a/common/source_files/browser/branding/librewolf/content/horizontal-lockup.svg b/common/source_files/browser/branding/librewolf/content/horizontal-lockup.svg new file mode 100644 index 0000000..07dc4e0 --- /dev/null +++ b/common/source_files/browser/branding/librewolf/content/horizontal-lockup.svg @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/common/source_files/browser/branding/librewolf/content/identity-icons-brand.svg b/common/source_files/browser/branding/librewolf/content/identity-icons-brand.svg new file mode 100644 index 0000000..6c33113 --- /dev/null +++ b/common/source_files/browser/branding/librewolf/content/identity-icons-brand.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/common/source_files/browser/branding/librewolf/content/jar.mn b/common/source_files/browser/branding/librewolf/content/jar.mn new file mode 100644 index 0000000..acb0c10 --- /dev/null +++ b/common/source_files/browser/branding/librewolf/content/jar.mn @@ -0,0 +1,18 @@ +# 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-background.png + content/branding/about-logo.png + content/branding/about-wordmark.svg + content/branding/icon16.png (../default16.png) + content/branding/icon32.png (../default32.png) + content/branding/icon48.png (../default48.png) + content/branding/icon64.png (../default64.png) + content/branding/icon128.png (../default128.png) + content/branding/identity-icons-brand.svg + content/branding/aboutDialog.css + content/branding/horizontal-lockup.svg diff --git a/common/source_files/browser/branding/librewolf/content/moz.build b/common/source_files/browser/branding/librewolf/content/moz.build new file mode 100644 index 0000000..eb4454d --- /dev/null +++ b/common/source_files/browser/branding/librewolf/content/moz.build @@ -0,0 +1,7 @@ +# -*- 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/common/source_files/browser/branding/librewolf/default128.png b/common/source_files/browser/branding/librewolf/default128.png new file mode 100644 index 0000000..8531e51 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/default128.png differ diff --git a/common/source_files/browser/branding/librewolf/default16.png b/common/source_files/browser/branding/librewolf/default16.png new file mode 100644 index 0000000..f9896db Binary files /dev/null and b/common/source_files/browser/branding/librewolf/default16.png differ diff --git a/common/source_files/browser/branding/librewolf/default32.png b/common/source_files/browser/branding/librewolf/default32.png new file mode 100644 index 0000000..7876d4b Binary files /dev/null and b/common/source_files/browser/branding/librewolf/default32.png differ diff --git a/common/source_files/browser/branding/librewolf/default48.png b/common/source_files/browser/branding/librewolf/default48.png new file mode 100644 index 0000000..00e6755 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/default48.png differ diff --git a/common/source_files/browser/branding/librewolf/default64.png b/common/source_files/browser/branding/librewolf/default64.png new file mode 100644 index 0000000..f3a5079 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/default64.png differ diff --git a/common/source_files/browser/branding/librewolf/disk.icns b/common/source_files/browser/branding/librewolf/disk.icns new file mode 100644 index 0000000..718f1a3 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/disk.icns differ diff --git a/common/source_files/browser/branding/librewolf/document.icns b/common/source_files/browser/branding/librewolf/document.icns new file mode 100644 index 0000000..0e4bcb8 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/document.icns differ diff --git a/common/source_files/browser/branding/librewolf/document.ico b/common/source_files/browser/branding/librewolf/document.ico new file mode 100644 index 0000000..584a0a1 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/document.ico differ diff --git a/common/source_files/browser/branding/librewolf/dsstore b/common/source_files/browser/branding/librewolf/dsstore new file mode 100644 index 0000000..2d11482 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/dsstore differ diff --git a/common/source_files/browser/branding/librewolf/firefox.VisualElementsManifest.xml b/common/source_files/browser/branding/librewolf/firefox.VisualElementsManifest.xml new file mode 100644 index 0000000..7654e0a --- /dev/null +++ b/common/source_files/browser/branding/librewolf/firefox.VisualElementsManifest.xml @@ -0,0 +1,8 @@ + + + diff --git a/common/source_files/browser/branding/librewolf/firefox.icns b/common/source_files/browser/branding/librewolf/firefox.icns new file mode 100644 index 0000000..de55816 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/firefox.icns differ diff --git a/common/source_files/browser/branding/librewolf/firefox.ico b/common/source_files/browser/branding/librewolf/firefox.ico new file mode 100644 index 0000000..5217a6c Binary files /dev/null and b/common/source_files/browser/branding/librewolf/firefox.ico differ diff --git a/common/source_files/browser/branding/librewolf/firefox64.ico b/common/source_files/browser/branding/librewolf/firefox64.ico new file mode 100644 index 0000000..30a72f1 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/firefox64.ico differ diff --git a/common/source_files/browser/branding/librewolf/locales/en-US/brand.dtd b/common/source_files/browser/branding/librewolf/locales/en-US/brand.dtd new file mode 100644 index 0000000..8375aaa --- /dev/null +++ b/common/source_files/browser/branding/librewolf/locales/en-US/brand.dtd @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/common/source_files/browser/branding/librewolf/locales/en-US/brand.ftl b/common/source_files/browser/branding/librewolf/locales/en-US/brand.ftl new file mode 100644 index 0000000..9627fd6 --- /dev/null +++ b/common/source_files/browser/branding/librewolf/locales/en-US/brand.ftl @@ -0,0 +1,22 @@ +# 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/. + +## Firefox Brand +## +## Firefox must be treated as a brand, and kept in English. +## It cannot be: +## - Declined to adapt to grammatical case. +## - Transliterated. +## - Translated. +## +## Reference: https://www.mozilla.org/styleguide/communications/translation/ + +-brand-shorter-name = LibreWolf +-brand-short-name = LibreWolf +-brand-full-name = LibreWolf +# This brand name can be used in messages where the product name needs to +# remain unchanged across different versions (Nightly, Beta, etc.). +-brand-product-name = LibreWolf +-vendor-short-name = LibreWolf +trademarkInfo = { " " } diff --git a/common/source_files/browser/branding/librewolf/locales/en-US/brand.properties b/common/source_files/browser/branding/librewolf/locales/en-US/brand.properties new file mode 100644 index 0000000..40c64c4 --- /dev/null +++ b/common/source_files/browser/branding/librewolf/locales/en-US/brand.properties @@ -0,0 +1,14 @@ +# 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=LibreWolf +brandShortName=LibreWolf +brandFullName=LibreWolf +# LOCALIZATION NOTE(brandProductName): +# This brand name can be used in messages where the product name needs to +# remain unchanged across different versions (Nightly, Beta, etc.). +brandProductName=LibreWolf +vendorShortName=LibreWolf + +syncBrandShortName=LibreWolf Sync diff --git a/common/source_files/browser/branding/librewolf/locales/jar.mn b/common/source_files/browser/branding/librewolf/locales/jar.mn new file mode 100644 index 0000000..d007b20 --- /dev/null +++ b/common/source_files/browser/branding/librewolf/locales/jar.mn @@ -0,0 +1,13 @@ +#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/. + +[localization] @AB_CD@.jar: + branding (en-US/**/*.ftl) + +@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) diff --git a/common/source_files/browser/branding/librewolf/locales/moz.build b/common/source_files/browser/branding/librewolf/locales/moz.build new file mode 100644 index 0000000..8bad131 --- /dev/null +++ b/common/source_files/browser/branding/librewolf/locales/moz.build @@ -0,0 +1,9 @@ +# -*- 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/. + +DEFINES['MOZ_DISTRIBUTION_ID_UNQUOTED'] = CONFIG['MOZ_DISTRIBUTION_ID'] + +JAR_MANIFESTS += ['jar.mn'] \ No newline at end of file diff --git a/common/source_files/browser/branding/librewolf/moz.build b/common/source_files/browser/branding/librewolf/moz.build new file mode 100644 index 0000000..9045cee --- /dev/null +++ b/common/source_files/browser/branding/librewolf/moz.build @@ -0,0 +1,13 @@ +# -*- 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('../branding-common.mozbuild') +FirefoxBranding() diff --git a/common/source_files/browser/branding/librewolf/newtab.ico b/common/source_files/browser/branding/librewolf/newtab.ico new file mode 100644 index 0000000..a9b37c0 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/newtab.ico differ diff --git a/common/source_files/browser/branding/librewolf/newwindow.ico b/common/source_files/browser/branding/librewolf/newwindow.ico new file mode 100644 index 0000000..5537207 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/newwindow.ico differ diff --git a/common/source_files/browser/branding/librewolf/pbmode.ico b/common/source_files/browser/branding/librewolf/pbmode.ico new file mode 100644 index 0000000..47677c1 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/pbmode.ico differ diff --git a/common/source_files/browser/branding/librewolf/pref/firefox-branding.js b/common/source_files/browser/branding/librewolf/pref/firefox-branding.js new file mode 100644 index 0000000..056473d --- /dev/null +++ b/common/source_files/browser/branding/librewolf/pref/firefox-branding.js @@ -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/. */ + + + diff --git a/common/source_files/browser/branding/librewolf/wizHeader.bmp b/common/source_files/browser/branding/librewolf/wizHeader.bmp new file mode 100644 index 0000000..c818e1f Binary files /dev/null and b/common/source_files/browser/branding/librewolf/wizHeader.bmp differ diff --git a/common/source_files/browser/branding/librewolf/wizHeaderRTL.bmp b/common/source_files/browser/branding/librewolf/wizHeaderRTL.bmp new file mode 100644 index 0000000..2ac24b9 Binary files /dev/null and b/common/source_files/browser/branding/librewolf/wizHeaderRTL.bmp differ diff --git a/common/source_files/browser/branding/librewolf/wizWatermark.bmp b/common/source_files/browser/branding/librewolf/wizWatermark.bmp new file mode 100644 index 0000000..05f0e7f Binary files /dev/null and b/common/source_files/browser/branding/librewolf/wizWatermark.bmp differ -- cgit