
Pier Angelo Vendrame pushed to branch mullvad-browser-137.0a1-15.0-1 at The Tor Project / Applications / Mullvad Browser Commits: e0fda933 by Pier Angelo Vendrame at 2025-05-12T18:33:56+02:00 fixup! MB 1: Mullvad Browser branding TB 43776: Mark branding files for l10n merge. - - - - - 9b4e501f by Pier Angelo Vendrame at 2025-05-12T19:05:51+02:00 fixup! MB 80: Enable Mullvad Browser as a default browser Comment a definition since mingw now defines it as well. - - - - - 2 changed files: - browser/locales/l10n.toml - other-licenses/nsis/Contrib/ApplicationID/Set.cpp Changes: ===================================== browser/locales/l10n.toml ===================================== @@ -131,6 +131,18 @@ locales = [ reference = "browser/branding/official/locales/en-US/**" l10n = "{l}browser/branding/official/**" +[[paths]] + reference = "browser/branding/mb-alpha/locales/en-US/**" + l10n = "{l}browser/branding/mb-alpha/**" + +[[paths]] + reference = "browser/branding/mb-nightly/locales/en-US/**" + l10n = "{l}browser/branding/mb-nightly/**" + +[[paths]] + reference = "browser/branding/mb-release/locales/en-US/**" + l10n = "{l}browser/branding/mb-release/**" + [[paths]] reference = "browser/extensions/formautofill/locales/en-US/**" l10n = "{l}browser/extensions/formautofill/**" ===================================== other-licenses/nsis/Contrib/ApplicationID/Set.cpp ===================================== @@ -35,7 +35,8 @@ unsigned int g_stringsize; TCHAR *g_variables; // Indicates that an application supports dual desktop and immersive modes. In Windows 8, this property is only applicable for web browsers. -DEFINE_PROPERTYKEY(PKEY_AppUserModel_IsDualMode, 0x9F4C2855, 0x9F79, 0x4B39, 0xA8, 0xD0, 0xE1, 0xD4, 0x2D, 0xE1, 0xD5, 0xF3, 11); +// mingw already defines this in propkey.h. +// DEFINE_PROPERTYKEY(PKEY_AppUserModel_IsDualMode, 0x9F4C2855, 0x9F79, 0x4B39, 0xA8, 0xD0, 0xE1, 0xD4, 0x2D, 0xE1, 0xD5, 0xF3, 11); int popstring(TCHAR *str, int len); void pushstring(const TCHAR *str, int len); View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/e07... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/e07... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)