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/e0761819a5ea763613b6c42ee6afff72eabea1b5...9b4e501fb7b406291b8064ac08c44b9810866159
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/e0761819a5ea763613b6c42ee6afff72eabea1b5...9b4e501fb7b406291b8064ac08c44b9810866159
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]