
Pier Angelo Vendrame pushed to branch tor-browser-115.8.0esr-13.5-1 at The Tor Project / Applications / Tor Browser Commits: 1913e9f0 by Pier Angelo Vendrame at 2024-02-14T12:11:17+01:00 fixup! Bug 2176: Rebrand Firefox to TorBrowser Include the channel in the display name - - - - - 89326fbd by Pier Angelo Vendrame at 2024-02-14T12:11:26+01:00 fixup! TB3: Tor Browser's official .mozconfigs. Bug 42398: Include the channel in MOZ_APP_DISPLAYNAME This variable is defined in the branding configuration, no need to repeat it in the mozconfig. - - - - - 3 changed files: - browser/branding/tb-alpha/configure.sh - browser/branding/tb-nightly/configure.sh - browser/config/mozconfigs/tor-browser Changes: ===================================== browser/branding/tb-alpha/configure.sh ===================================== @@ -2,4 +2,4 @@ # 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="Tor Browser" +MOZ_APP_DISPLAYNAME="Tor Browser Alpha" ===================================== browser/branding/tb-nightly/configure.sh ===================================== @@ -2,4 +2,4 @@ # 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="Tor Browser" +MOZ_APP_DISPLAYNAME="Tor Browser Nightly" ===================================== browser/config/mozconfigs/tor-browser ===================================== @@ -1,6 +1,5 @@ . $topsrcdir/browser/config/mozconfigs/base-browser -mk_add_options MOZ_APP_DISPLAYNAME="Tor Browser" # If building outside tor-browser-build, you might want to customize this value. # On Linux, it influences the WM_CLASS value, which is shown on GNOME's ALT-TAB, # for example. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/dd4b537... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/dd4b537... You're receiving this email because of your account on gitlab.torproject.org.