diff --git a/browser/app/Makefile.in b/browser/app/Makefile.in index 8765a85a7c7d..1a2442b30562 100644 --- a/browser/app/Makefile.in +++ b/browser/app/Makefile.in @@ -98,6 +98,7 @@ tools repackage:: $(DIST)/bin/$(MOZ_APP_NAME) $(objdir)/macbuild/Contents/MacOS- rsync -aL --include-from='$(srcdir)/macbuild/Contents/MacOS-files-copy.in' --exclude '*' $(DIST)/bin/ '$(dist_dest)/Contents/MacOS' $(RM) '$(dist_dest)/Contents/MacOS/$(MOZ_APP_NAME)' rsync -aL $(DIST)/bin/$(MOZ_APP_NAME) '$(dist_dest)/Contents/MacOS' + cp -RL $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/Assets.car '$(dist_dest)/Contents/Resources/Assets.car' cp -RL $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/firefox.icns '$(dist_dest)/Contents/Resources/firefox.icns' cp -RL $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/document.icns '$(dist_dest)/Contents/Resources/document.icns' $(MKDIR) -p '$(dist_dest)/Contents/Library/LaunchServices' diff --git a/browser/app/macbuild/Contents/Info.plist.in b/browser/app/macbuild/Contents/Info.plist.in index 0ec61b9d110b..7a2584294912 100644 --- a/browser/app/macbuild/Contents/Info.plist.in +++ b/browser/app/macbuild/Contents/Info.plist.in @@ -190,6 +190,8 @@ @MAC_APP_NAME@ @APP_VERSION@ CFBundleIconFile firefox.icns + CFBundleIconName + Waterfox CFBundleIdentifier @MOZ_MACBUNDLE_ID@ CFBundleInfoDictionaryVersion diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in index 662b0ba39a38..5c20e7a79f4e 100644 --- a/browser/installer/package-manifest.in +++ b/browser/installer/package-manifest.in @@ -40,6 +40,7 @@ #endif @APPNAME@/Contents/Frameworks @APPNAME@/Contents/PkgInfo +@RESPATH@/Assets.car @RESPATH@/firefox.icns @RESPATH@/document.icns @RESPATH@/@LPROJ_ROOT@.lproj/* diff --git a/browser/moz.configure b/browser/moz.configure index 53249bb27f46..ad8162ae1416 100644 --- a/browser/moz.configure +++ b/browser/moz.configure @@ -12,7 +12,6 @@ imply_option("MOZ_BLOCK_PROFILE_DOWNGRADE", False) imply_option("MOZ_NORMANDY", False) imply_option("MOZ_PROFILE_MIGRATOR", True) - imply_option("MOZ_APP_VENDOR", "BrowserWorks") imply_option("MOZ_APP_ID", "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}") # Include the DevTools client, not just the server (which is the default) @@ -70,3 +69,4 @@ def requires_stub_installer( imply_option("MOZ_STUB_INSTALLER", True, when=requires_stub_installer) include("../toolkit/moz.configure") +include("../waterfox/moz.configure") diff --git a/waterfox/browser/branding/Assets.car b/waterfox/browser/branding/Assets.car new file mode 100644 index 000000000000..3ebcadf7b964 Binary files /dev/null and b/waterfox/browser/branding/Assets.car differ diff --git a/waterfox/browser/branding/PrivateBrowsing_150.png b/waterfox/browser/branding/PrivateBrowsing_150.png new file mode 100644 index 000000000000..da83daa23062 Binary files /dev/null and b/waterfox/browser/branding/PrivateBrowsing_150.png differ diff --git a/waterfox/browser/branding/PrivateBrowsing_70.png b/waterfox/browser/branding/PrivateBrowsing_70.png new file mode 100644 index 000000000000..e053a26179f5 Binary files /dev/null and b/waterfox/browser/branding/PrivateBrowsing_70.png differ diff --git a/waterfox/browser/branding/VisualElements_150.png b/waterfox/browser/branding/VisualElements_150.png index 828ef6828456..3de159dced05 100644 Binary files a/waterfox/browser/branding/VisualElements_150.png and b/waterfox/browser/branding/VisualElements_150.png differ diff --git a/waterfox/browser/branding/VisualElements_70.png b/waterfox/browser/branding/VisualElements_70.png index dbba4a3f97b3..4e465dfe0a19 100644 Binary files a/waterfox/browser/branding/VisualElements_70.png and b/waterfox/browser/branding/VisualElements_70.png differ diff --git a/waterfox/browser/branding/background.png b/waterfox/browser/branding/background.png index 5f8b443d3151..9009d985bbc9 100644 Binary files a/waterfox/browser/branding/background.png and b/waterfox/browser/branding/background.png differ diff --git a/waterfox/browser/branding/branding-common.mozbuild b/waterfox/browser/branding/branding-common.mozbuild index 70d2d34749a0..674dd158267c 100644 --- a/waterfox/browser/branding/branding-common.mozbuild +++ b/waterfox/browser/branding/branding-common.mozbuild @@ -13,8 +13,11 @@ def Branding(): if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': FINAL_TARGET_FILES['..'] += [ 'firefox.VisualElementsManifest.xml', + 'private_browsing.VisualElementsManifest.xml', ] FINAL_TARGET_FILES.VisualElements += [ + 'PrivateBrowsing_150.png', + 'PrivateBrowsing_70.png', 'VisualElements_150.png', 'VisualElements_70.png', ] diff --git a/waterfox/browser/branding/configure.sh b/waterfox/browser/branding/configure.sh index 9aee99074089..02163744fd71 100644 --- a/waterfox/browser/branding/configure.sh +++ b/waterfox/browser/branding/configure.sh @@ -3,25 +3,12 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. MOZ_APP_DISPLAYNAME=Waterfox -MOZ_APP_NAME=Waterfox -MOZ_APP_PROFILE=Waterfox -MOZ_APP_VENDOR="BrowserWorks" +MOZ_APP_NAME=waterfox MOZ_DISTRIBUTION_ID=net.waterfox MOZ_INCLUDE_SOURCE_INFO=1 MOZ_REQUIRE_SIGNING= MOZ_TELEMETRY_REPORTING= -MOZ_APP_UA_NAME="Firefox" - -if test "$MOZ_UPDATE_CHANNEL" = "beta"; then - # Official beta builds - MOZ_ASYNCIHANDLERCONTROL_IID="d4d2d920-5d8d-46b0-8169-6c75518fd6e8" - MOZ_HANDLER_CLSID="bb83e31f-4bed-47ec-9edb-cd328ce4c65a" - MOZ_IGECKOBACKCHANNEL_IID="3248b994-9ae6-4eb6-81c7-f50c95ad9e9d" - MOZ_IHANDLERCONTROL_IID="eced8a70-3d19-4d40-b4eb-726231285528" -else - # Official release/esr builds - MOZ_ASYNCIHANDLERCONTROL_IID="fb2703de-e41b-4565-a50b-777f44879c65" - MOZ_HANDLER_CLSID="af069df1-ed1c-4994-9097-8c033d09539c" - MOZ_IGECKOBACKCHANNEL_IID="6f2c203c-73b4-4f74-8a79-1e99202815e3" - MOZ_IHANDLERCONTROL_IID="713883ba-0f4e-481e-823e-e1cb9a7a283c" -fi +MOZ_ASYNCIHANDLERCONTROL_IID="fb2703de-e41b-4565-a50b-777f44879c65" +MOZ_HANDLER_CLSID="af069df1-ed1c-4994-9097-8c033d09539c" +MOZ_IGECKOBACKCHANNEL_IID="6f2c203c-73b4-4f74-8a79-1e99202815e3" +MOZ_IHANDLERCONTROL_IID="713883ba-0f4e-481e-823e-e1cb9a7a283c" diff --git a/waterfox/browser/branding/content/about-logo-private.png b/waterfox/browser/branding/content/about-logo-private.png new file mode 100644 index 000000000000..ebb139302dd8 Binary files /dev/null and b/waterfox/browser/branding/content/about-logo-private.png differ diff --git a/waterfox/browser/branding/content/about-logo-private@2x.png b/waterfox/browser/branding/content/about-logo-private@2x.png new file mode 100644 index 000000000000..85a182526e22 Binary files /dev/null and b/waterfox/browser/branding/content/about-logo-private@2x.png differ diff --git a/waterfox/browser/branding/content/about-logo.png b/waterfox/browser/branding/content/about-logo.png index 4c962f79782e..656881f07199 100644 Binary files a/waterfox/browser/branding/content/about-logo.png and b/waterfox/browser/branding/content/about-logo.png differ diff --git a/waterfox/browser/branding/content/about-logo.svg b/waterfox/browser/branding/content/about-logo.svg index 531737bcdd14..38393b850522 100644 --- a/waterfox/browser/branding/content/about-logo.svg +++ b/waterfox/browser/branding/content/about-logo.svg @@ -1,42891 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/waterfox/browser/branding/content/about-logo@2x.png b/waterfox/browser/branding/content/about-logo@2x.png index 01ea8c399440..ec9501eaed0a 100644 Binary files a/waterfox/browser/branding/content/about-logo@2x.png and b/waterfox/browser/branding/content/about-logo@2x.png differ diff --git a/waterfox/browser/branding/content/about-wordmark.svg b/waterfox/browser/branding/content/about-wordmark.svg index 63f3b8c4aa52..72fbe2bc287b 100644 --- a/waterfox/browser/branding/content/about-wordmark.svg +++ b/waterfox/browser/branding/content/about-wordmark.svg @@ -1,13 +1,11 @@ - - + + about-wordmark - - - - + + + + \ No newline at end of file diff --git a/waterfox/browser/branding/content/about.png b/waterfox/browser/branding/content/about.png index 148e465724d5..e81cbc07468f 100644 Binary files a/waterfox/browser/branding/content/about.png and b/waterfox/browser/branding/content/about.png differ diff --git a/waterfox/browser/branding/content/aboutDialog.css b/waterfox/browser/branding/content/aboutDialog.css index fe436012f719..91a69aa9b46f 100644 --- a/waterfox/browser/branding/content/aboutDialog.css +++ b/waterfox/browser/branding/content/aboutDialog.css @@ -3,8 +3,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #aboutDialogContainer { - background-color: #20123a; - color: #fff; + background-image: url("chrome://branding/content/background.svg"); + background-position: center; + background-size: cover; + color: #053361; color-scheme: dark; } @@ -30,29 +32,31 @@ } } -.text-link { +/* .text-link { color: #fff !important; text-decoration: underline; -} +} */ #rightBox { margin-inline: 30px; } -#bottomBox { +/* #bottomBox { background-color: hsla(235, 43%, 10%, .5); padding: 15px 10px 15px; -} +} */ #trademark { font-size: xx-small; text-align: center; - color: #999999; + color: #053361; margin-block: 10px; } @media (-moz-platform: macos) { - #checkForUpdatesButton, #downloadAndInstallButton, #updateButton { + #checkForUpdatesButton, + #downloadAndInstallButton, + #updateButton { color: #053361; } } diff --git a/waterfox/browser/branding/content/background.svg b/waterfox/browser/branding/content/background.svg new file mode 100644 index 000000000000..516a102be74b --- /dev/null +++ b/waterfox/browser/branding/content/background.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/waterfox/browser/branding/content/firefox-wordmark.svg b/waterfox/browser/branding/content/firefox-wordmark.svg index c4c46b7161ab..2911e1e58b35 100644 --- a/waterfox/browser/branding/content/firefox-wordmark.svg +++ b/waterfox/browser/branding/content/firefox-wordmark.svg @@ -1,12 +1,10 @@ - - + + + Waterfox - - + - \ No newline at end of file + \ No newline at end of file diff --git a/waterfox/browser/branding/content/jar.mn b/waterfox/browser/branding/content/jar.mn index 69e19cf536f3..22ce3eadb383 100644 --- a/waterfox/browser/branding/content/jar.mn +++ b/waterfox/browser/branding/content/jar.mn @@ -8,7 +8,11 @@ browser.jar: content/branding/about-logo.png content/branding/about-logo.svg content/branding/about-logo@2x.png + content/branding/about-logo-private.png + content/branding/about-logo-private@2x.png content/branding/about-wordmark.svg + content/branding/background.svg + content/branding/document.ico (../document.ico) content/branding/firefox-wordmark.svg content/branding/icon16.png (../default16.png) content/branding/icon32.png (../default32.png) diff --git a/waterfox/browser/branding/default128.png b/waterfox/browser/branding/default128.png index 86c687598fae..81ae6d662b0f 100644 Binary files a/waterfox/browser/branding/default128.png and b/waterfox/browser/branding/default128.png differ diff --git a/waterfox/browser/branding/default16.png b/waterfox/browser/branding/default16.png index 71767c13b634..4587920513f3 100644 Binary files a/waterfox/browser/branding/default16.png and b/waterfox/browser/branding/default16.png differ diff --git a/waterfox/browser/branding/default22.png b/waterfox/browser/branding/default22.png index c67f06ddd03d..d1ea4e55ea68 100644 Binary files a/waterfox/browser/branding/default22.png and b/waterfox/browser/branding/default22.png differ diff --git a/waterfox/browser/branding/default24.png b/waterfox/browser/branding/default24.png index d7d3df390290..a81087cb34ae 100644 Binary files a/waterfox/browser/branding/default24.png and b/waterfox/browser/branding/default24.png differ diff --git a/waterfox/browser/branding/default256.png b/waterfox/browser/branding/default256.png index a91639d11c7b..0494a311f0cc 100644 Binary files a/waterfox/browser/branding/default256.png and b/waterfox/browser/branding/default256.png differ diff --git a/waterfox/browser/branding/default32.png b/waterfox/browser/branding/default32.png index da8c1461d13e..ee57c61dacfd 100644 Binary files a/waterfox/browser/branding/default32.png and b/waterfox/browser/branding/default32.png differ diff --git a/waterfox/browser/branding/default48.png b/waterfox/browser/branding/default48.png index fde53fc48eba..78043b114845 100644 Binary files a/waterfox/browser/branding/default48.png and b/waterfox/browser/branding/default48.png differ diff --git a/waterfox/browser/branding/default64.png b/waterfox/browser/branding/default64.png index 4787ee0d342b..d22c386a175c 100644 Binary files a/waterfox/browser/branding/default64.png and b/waterfox/browser/branding/default64.png differ diff --git a/waterfox/browser/branding/disk.icns b/waterfox/browser/branding/disk.icns index ca9a9313ae6e..c27dbfca00e4 100644 Binary files a/waterfox/browser/branding/disk.icns and b/waterfox/browser/branding/disk.icns differ diff --git a/waterfox/browser/branding/document.icns b/waterfox/browser/branding/document.icns index 6733b9ff3e94..3ce862865f01 100644 Binary files a/waterfox/browser/branding/document.icns and b/waterfox/browser/branding/document.icns differ diff --git a/waterfox/browser/branding/document.ico b/waterfox/browser/branding/document.ico index 2f4cdd6a070a..49da579d40ec 100644 Binary files a/waterfox/browser/branding/document.ico and b/waterfox/browser/branding/document.ico differ diff --git a/waterfox/browser/branding/document_pdf.ico b/waterfox/browser/branding/document_pdf.ico index d6fe7c5bded9..134904770186 100644 Binary files a/waterfox/browser/branding/document_pdf.ico and b/waterfox/browser/branding/document_pdf.ico differ diff --git a/waterfox/browser/branding/firefox.icns b/waterfox/browser/branding/firefox.icns index 6fa12793b239..236ac0d7c81d 100644 Binary files a/waterfox/browser/branding/firefox.icns and b/waterfox/browser/branding/firefox.icns differ diff --git a/waterfox/browser/branding/firefox.ico b/waterfox/browser/branding/firefox.ico index 958e87c800c5..2a037f1c7db4 100644 Binary files a/waterfox/browser/branding/firefox.ico and b/waterfox/browser/branding/firefox.ico differ diff --git a/waterfox/browser/branding/firefox64.ico b/waterfox/browser/branding/firefox64.ico index 958e87c800c5..2a037f1c7db4 100644 Binary files a/waterfox/browser/branding/firefox64.ico and b/waterfox/browser/branding/firefox64.ico differ diff --git a/waterfox/browser/branding/locales/en-US/brand.dtd b/waterfox/browser/branding/locales/en-US/brand.dtd deleted file mode 100644 index 0e2619c06b9d..000000000000 --- a/waterfox/browser/branding/locales/en-US/brand.dtd +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/waterfox/browser/branding/locales/en-US/brand.ftl b/waterfox/browser/branding/locales/en-US/brand.ftl index f664869d2e8e..8e9b01133a01 100644 --- a/waterfox/browser/branding/locales/en-US/brand.ftl +++ b/waterfox/browser/branding/locales/en-US/brand.ftl @@ -2,11 +2,26 @@ # 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 and Mozilla Brand +## +## Firefox and Mozilla must be treated as a brand. +## +## They cannot be: +## - Transliterated. +## - Translated. +## +## Declension should be avoided where possible, leaving the original +## brand unaltered in prominent UI positions. +## +## For further details, consult: +## https://mozilla-l10n.github.io/styleguides/mozilla_general/#brands-copyright-and-trademark + -brand-shorter-name = Waterfox -brand-short-name = Waterfox +-brand-shortcut-name = Waterfox -brand-full-name = Waterfox # 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 = Waterfox --vendor-short-name = Waterfox Limited -trademarkInfo = Waterfox and the Waterfox logo are trademarks of Waterfox Limited. +-vendor-short-name = BrowserWorks +trademarkInfo = Waterfox and the Waterfox logos are trademarks of BrowserWorks. diff --git a/waterfox/browser/branding/locales/jar.mn b/waterfox/browser/branding/locales/jar.mn index d13c2110148f..2250233dd624 100644 --- a/waterfox/browser/branding/locales/jar.mn +++ b/waterfox/browser/branding/locales/jar.mn @@ -8,5 +8,4 @@ @AB_CD@.jar: % locale branding @AB_CD@ %locale/branding/ - locale/branding/brand.dtd (%brand.dtd) locale/branding/brand.properties (%brand.properties) diff --git a/waterfox/browser/branding/msix/Assets/Document44x44.png b/waterfox/browser/branding/msix/Assets/Document44x44.png new file mode 100644 index 000000000000..6b4855a22d2c Binary files /dev/null and b/waterfox/browser/branding/msix/Assets/Document44x44.png differ diff --git a/waterfox/browser/branding/msix/Assets/LargeTile.scale-200.png b/waterfox/browser/branding/msix/Assets/LargeTile.scale-200.png new file mode 100644 index 000000000000..c0183be2d94a Binary files /dev/null and b/waterfox/browser/branding/msix/Assets/LargeTile.scale-200.png differ diff --git a/waterfox/browser/branding/msix/Assets/SmallTile.scale-200.png b/waterfox/browser/branding/msix/Assets/SmallTile.scale-200.png new file mode 100644 index 000000000000..8130df5fa049 Binary files /dev/null and b/waterfox/browser/branding/msix/Assets/SmallTile.scale-200.png differ diff --git a/waterfox/browser/branding/msix/Assets/Square150x150Logo.scale-200.png b/waterfox/browser/branding/msix/Assets/Square150x150Logo.scale-200.png new file mode 100644 index 000000000000..2201a29f8a52 Binary files /dev/null and b/waterfox/browser/branding/msix/Assets/Square150x150Logo.scale-200.png differ diff --git a/waterfox/browser/branding/msix/Assets/Square44x44Logo.altform-lightunplated_targetsize-256.png b/waterfox/browser/branding/msix/Assets/Square44x44Logo.altform-lightunplated_targetsize-256.png new file mode 100644 index 000000000000..34782f67ad4b Binary files /dev/null and b/waterfox/browser/branding/msix/Assets/Square44x44Logo.altform-lightunplated_targetsize-256.png differ diff --git a/waterfox/browser/branding/msix/Assets/Square44x44Logo.altform-unplated_targetsize-256.png b/waterfox/browser/branding/msix/Assets/Square44x44Logo.altform-unplated_targetsize-256.png new file mode 100644 index 000000000000..34782f67ad4b Binary files /dev/null and b/waterfox/browser/branding/msix/Assets/Square44x44Logo.altform-unplated_targetsize-256.png differ diff --git a/waterfox/browser/branding/msix/Assets/Square44x44Logo.scale-200.png b/waterfox/browser/branding/msix/Assets/Square44x44Logo.scale-200.png new file mode 100644 index 000000000000..c1c040fbd2d3 Binary files /dev/null and b/waterfox/browser/branding/msix/Assets/Square44x44Logo.scale-200.png differ diff --git a/waterfox/browser/branding/msix/Assets/Square44x44Logo.targetsize-256.png b/waterfox/browser/branding/msix/Assets/Square44x44Logo.targetsize-256.png new file mode 100644 index 000000000000..2e0c0ba0356c Binary files /dev/null and b/waterfox/browser/branding/msix/Assets/Square44x44Logo.targetsize-256.png differ diff --git a/waterfox/browser/branding/msix/Assets/StoreLogo.scale-200.png b/waterfox/browser/branding/msix/Assets/StoreLogo.scale-200.png new file mode 100644 index 000000000000..c398bbf5b2c3 Binary files /dev/null and b/waterfox/browser/branding/msix/Assets/StoreLogo.scale-200.png differ diff --git a/waterfox/browser/branding/msix/Assets/Wide310x150Logo.scale-200.png b/waterfox/browser/branding/msix/Assets/Wide310x150Logo.scale-200.png new file mode 100644 index 000000000000..2759c2989ba6 Binary files /dev/null and b/waterfox/browser/branding/msix/Assets/Wide310x150Logo.scale-200.png differ diff --git a/waterfox/browser/branding/pbmode.ico b/waterfox/browser/branding/pbmode.ico index 47677c13fba6..9d77ca2eddbf 100644 Binary files a/waterfox/browser/branding/pbmode.ico and b/waterfox/browser/branding/pbmode.ico differ diff --git a/waterfox/browser/branding/pref/firefox-branding.js b/waterfox/browser/branding/pref/firefox-branding.js index bb52f5c3b5db..7a88e65ace40 100644 --- a/waterfox/browser/branding/pref/firefox-branding.js +++ b/waterfox/browser/branding/pref/firefox-branding.js @@ -39,11 +39,11 @@ pref( // The number of days a binary is permitted to be old // without checking for an update. This assumes that // app.update.checkInstallTime is true. -pref("app.update.checkInstallTime.days", 31); +pref("app.update.checkInstallTime.days", 2); // Give the user x seconds to reboot before showing a badge on the hamburger -// button. default=4 days -pref("app.update.badgeWaitTime", 345600); +// button. default=immediately +pref("app.update.badgeWaitTime", 0); // Number of usages of the web console. // If this is less than 5, then pasting code into the web console is disabled diff --git a/waterfox/browser/branding/private_browsing.VisualElementsManifest.xml b/waterfox/browser/branding/private_browsing.VisualElementsManifest.xml new file mode 100644 index 000000000000..fdff8c55ffe3 --- /dev/null +++ b/waterfox/browser/branding/private_browsing.VisualElementsManifest.xml @@ -0,0 +1,12 @@ + + + + + diff --git a/waterfox/browser/branding/stubinstaller/installing_page.css b/waterfox/browser/branding/stubinstaller/installing_page.css index d09838249bb1..34c8fb64e7d8 100644 --- a/waterfox/browser/branding/stubinstaller/installing_page.css +++ b/waterfox/browser/branding/stubinstaller/installing_page.css @@ -70,7 +70,7 @@ body.high-contrast #progress_background { margin: 0; width: 0%; height: 100%; - background-color: #00AAFF; + background-color: #00aaff; } /* In high contrast mode, fill the entire progress bar with its border. */ diff --git a/waterfox/moz.configure b/waterfox/moz.configure new file mode 100644 index 000000000000..b0458c383519 --- /dev/null +++ b/waterfox/moz.configure @@ -0,0 +1,8 @@ +# -*- 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/. + +imply_option("MOZ_APP_UA_NAME", "Firefox") +imply_option("MOZ_APP_PROFILE", "Waterfox")