[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-148.0a1-16.0-2] 33 commits: fixup! BB 40925: Implemented the Security Level component



Title: GitLab

Dan Ballard pushed to branch mullvad-browser-148.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser

Commits:

  • c554ff75
    by Henry Wilkes at 2026-03-09T09:46:34-07:00
    fixup! BB 40925: Implemented the Security Level component
    
    TB 44687: Expect _javascript_.options.asmjs to be `false` for all security
    levels.
    
  • 51fe2ad8
    by Henry Wilkes at 2026-03-09T09:46:34-07:00
    Add CI for Mullvad Browser
    
  • 9cdecb23
    by Pier Angelo Vendrame at 2026-03-09T09:46:34-07:00
    MB 38: Mullvad Browser configuration
    
  • e8ceb4b2
    by Pier Angelo Vendrame at 2026-03-09T09:46:35-07:00
    MB 1: Mullvad Browser branding
    
    See also:
    mullvad-browser#5: Product name and directory customization
    mullvad-browser#12: Create new branding directories and integrate Mullvad icons+branding
    mullvad-browser#14: Remove Default Built-in bookmarks
    mullvad-browser#35: Add custom PDF icons for Windows builds
    mullvad-browser#48: Replace Mozilla copyright and legal trademarks in mullvadbrowser.exe metadata
    mullvad-browser#51: Update trademark string
    mullvad-browser#104: Update shipped dll metadata copyright/licensing info
    mullvad-browser#107: Add alpha and nightly icons
    
  • f7d23ba7
    by Henry Wilkes at 2026-03-09T09:46:35-07:00
    fixup! MB 1: Mullvad Browser branding
    
    TB 44522: Simplify branding aboutDialog.css since most changes were
    moved to Base Browser.
    
  • 8a404a4e
    by Pier Angelo Vendrame at 2026-03-09T09:46:35-07:00
    fixup! MB 1: Mullvad Browser branding
    
    BB 44050: Use net.mullvad rather than org.mozilla for D-bus.
    
  • 1f4ae846
    by Henry Wilkes at 2026-03-09T09:46:36-07:00
    Mullvad Browser strings
    
    This commit adds strings needed by the following Mullvad Browser
    patches.
    
  • 5a785eef
    by Henry Wilkes at 2026-03-09T09:46:36-07:00
    fixup! Mullvad Browser strings
    
    MB 489: Drop about:rights strings.
    
  • f04c74a9
    by Henry Wilkes at 2026-03-09T09:46:36-07:00
    fixup! Mullvad Browser strings
    
    MB 502: Add missing "Privacy Policy" string.
    
  • 7695e5fe
    by Pier Angelo Vendrame at 2026-03-09T09:46:36-07:00
    MB 20: Allow packaged-addons in PBM.
    
    We install a few addons from the distribution directory, but they are
    not automatically enabled for PBM mode.
    This commit modifies the code that installs them to also add the PBM
    permission to the known ones.
    
  • 049e279e
    by Pier Angelo Vendrame at 2026-03-09T11:05:39-07:00
    MB 63: Customize some about pages for Mullvad Browser
    
    Also:
    mullvad-browser#57: Purge unneeded about: pages
    
  • c6c779e8
    by Henry Wilkes at 2026-03-09T11:06:06-07:00
    fixup! MB 63: Customize some about pages for Mullvad Browser
    
    MB 489: Drop about:rights for mullvad browser.
    
  • 6cdad801
    by Pier Angelo Vendrame at 2026-03-09T12:20:41-07:00
    MB 37: Customization for the about dialog
    
  • db365ad7
    by Henry Wilkes at 2026-03-09T12:20:48-07:00
    fixup! MB 37: Customization for the about dialog
    
    TB 44522: Reapply the mullvad-browser changes.
    
    Also fixes mullvad-browser#502.
    
  • 666b66b8
    by Henry Wilkes at 2026-03-09T12:20:48-07:00
    MB 39: Add home page about:mullvad-browser
    
  • bcf7dd76
    by hackademix at 2026-03-09T12:20:48-07:00
    MB 97: Remove UI cues to install new extensions.
    
  • c26d433e
    by hackademix at 2026-03-09T12:20:49-07:00
    MB 47: uBlock Origin customization
    
  • 9de14e5a
    by Pier Angelo Vendrame at 2026-03-09T12:20:49-07:00
    MB 21: Disable the password manager
    
    This commit disables the about:login page and removes the "Login and
    Password" section of about:preferences.
    
    We do not do anything to the real password manager of Firefox, that is
    in toolkit: it contains C++ parts that make it difficult to actually
    prevent it from being built..
    
    Finally, we modify the the function that opens about:login to report an
    error in the console so that we can quickly get a backtrace to the code
    that tries to use it.
    
  • 53dfc9e2
    by Pier Angelo Vendrame at 2026-03-09T12:20:49-07:00
    MB 112: Updater customization for Mullvad Browser
    
    MB 71: Set the updater base URL to Mullvad domain
    
  • 5be2c5e4
    by Nicolas Vigier at 2026-03-09T12:20:50-07:00
    MB 79: Add Mullvad Browser MAR signing keys
    
    MB 256: Add mullvad-browser nightly mar signing key
    
  • 5aad99e0
    by Pier Angelo Vendrame at 2026-03-09T12:20:50-07:00
    MB 34: Hide unsafe and unwanted preferences UI
    
    about:preferences allow to override some of our defaults, that could
    be fingeprintable or have some other unwanted consequences.
    
  • f2db1a73
    by Pier Angelo Vendrame at 2026-03-09T12:20:50-07:00
    MB 160: Disable the cookie exceptions button
    
    Besides disabling the "Delete on close checkbox", disable also the
    "Manage Exceptions" button when always using PBM.
    
  • 8b5b1ee7
    by hackademix at 2026-03-09T12:20:50-07:00
    MB 163: Prevent uBlock Origin from being uninstalled/disabled
    
  • 01c8f693
    by Richard Pospesel at 2026-03-09T12:20:51-07:00
    MB 188: Customize Gitlab Issue and Merge templates
    
  • 283701e5
    by Morgan at 2026-03-09T12:20:51-07:00
    fixup! MB 188: Customize Gitlab Issue and Merge templates
    
    bring over the abridged steps from Tor Browser; remove the 'Rapid' rebase template
    
  • bbcef075
    by rui hildt at 2026-03-09T12:20:51-07:00
    MB 213: Customize the search engines list.
    
  • ae300a29
    by hackademix at 2026-03-09T12:20:52-07:00
    MB 214: Enable cross-tab identity leak protection in "quiet" mode
    
  • 8e83b204
    by Pier Angelo Vendrame at 2026-03-09T12:20:52-07:00
    MB 320: Temporarily disable WebRTC and WDBA on Windows.
    
    WebRTC should be re-enabled when tor-browser#42758 is resolved, and and
    the default browser agent when in general we make this feature work
    again.
    
  • addd846c
    by Henry Wilkes at 2026-03-09T12:20:52-07:00
    MB 329: Customize toolbar for mullvad-browser.
    
  • 44200a11
    by Henry Wilkes at 2026-03-09T13:52:47-07:00
    MB 419: Mullvad Browser migration procedures.
    
    This commit implements the the Mullvad Browser's version of _migrateUI.
    
  • a326b28a
    by Henry Wilkes at 2026-03-09T13:52:53-07:00
    MB 488: Adjust search engine removal notification for Mullvad Leta.
    
  • ce784637
    by Pier Angelo Vendrame at 2026-03-09T13:52:53-07:00
    MB 80: Enable Mullvad Browser as a default browser
    
  • 879dd984
    by Beatriz Rizental at 2026-03-09T13:52:54-07:00
    MB 43564: Modify ./mach bootstrap for Mullvad Browser
    

259 changed files:

The diff was not included because it is too large.
_______________________________________________
tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx