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

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-154.0a1-17.0-2] 31 commits: Add CI for Mullvad Browser



Title: GitLab

morgan pushed to branch mullvad-browser-154.0a1-17.0-2 at The Tor Project / Applications / Mullvad Browser

Commits:

  • bfac95f2
    by Henry Wilkes at 2026-08-13T17:27:18+02:00
    Add CI for Mullvad Browser
    
  • 26f90494
    by Pier Angelo Vendrame at 2026-08-13T17:27:18+02:00
    MB 38: Mullvad Browser configuration
    
  • 3dc65504
    by Pier Angelo Vendrame at 2026-08-13T17:28:39+02: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
    
  • faa54c04
    by Pier Angelo Vendrame at 2026-08-13T17:28:40+02:00
    fixup! MB 1: Mullvad Browser branding
    
    MB 563: Hide Firefox's icon in about:pdf promo.
    
  • c3b333b9
    by Henry Wilkes at 2026-08-13T17:28:40+02:00
    Mullvad Browser strings
    
    This commit adds strings needed by the following Mullvad Browser
    patches.
    
  • 17f4f6da
    by Pier Angelo Vendrame at 2026-08-13T17:28:40+02: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.
    
  • 93de2797
    by Pier Angelo Vendrame at 2026-08-13T17:28:41+02:00
    MB 63: Customize some about pages for Mullvad Browser
    
    Also:
    mullvad-browser#57: Purge unneeded about: pages
    
  • 7f2ef539
    by Pier Angelo Vendrame at 2026-08-13T17:36:15+02:00
    MB 37: Customization for the about dialog
    
  • 788d7eea
    by Henry Wilkes at 2026-08-13T17:36:16+02:00
    MB 39: Add home page about:mullvad-browser
    
  • 962e488b
    by Pier Angelo Vendrame at 2026-08-13T17:36:17+02:00
    fixup! MB 39: Add home page about:mullvad-browser
    
    MB 564: Fix about:mullvadbrowser colors.
    
  • f7e105c0
    by hackademix at 2026-08-13T17:39:12+02:00
    MB 97: Remove UI cues to install new extensions.
    
  • 1876e200
    by Pier Angelo Vendrame at 2026-08-13T17:39:14+02:00
    fixup! MB 97: Remove UI cues to install new extensions.
    
    MB 565: Update the selector to hide the help button in about:addons.
    
  • b5f03cb1
    by hackademix at 2026-08-13T17:39:14+02:00
    MB 47: uBlock Origin customization
    
  • 5f97a2a3
    by Pier Angelo Vendrame at 2026-08-13T17:39:15+02: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.
    
  • ecad1d20
    by Pier Angelo Vendrame at 2026-08-13T17:39:15+02:00
    fixup! MB 21: Disable the password manager
    
    MB 538: Use settings config for our customization.
    
  • 4850d6ff
    by Pier Angelo Vendrame at 2026-08-13T17:39:15+02:00
    MB 112: Updater customization for Mullvad Browser
    
    MB 71: Set the updater base URL to Mullvad domain
    
  • 96e9f376
    by Nicolas Vigier at 2026-08-13T17:39:16+02:00
    MB 79: Add Mullvad Browser MAR signing keys
    
    MB 256: Add mullvad-browser nightly mar signing key
    
  • b012290d
    by Pier Angelo Vendrame at 2026-08-13T17:39:16+02: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.
    
  • ce9f0977
    by Henry Wilkes at 2026-08-13T17:39:16+02:00
    amend! MB 34: Hide unsafe and unwanted preferences UI
    
    MB 34: Hide unwanted setting controls in Mullvad Browser.
    
  • 1e2149d2
    by hackademix at 2026-08-13T17:39:17+02:00
    MB 163: Prevent uBlock Origin from being uninstalled/disabled
    
  • 75559637
    by Pier Angelo Vendrame at 2026-08-13T17:39:17+02: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.
    
  • b0a76060
    by Richard Pospesel at 2026-08-13T17:39:17+02:00
    MB 188: Customize Gitlab Issue and Merge templates
    
  • a6410e8c
    by rui hildt at 2026-08-13T17:39:18+02:00
    MB 213: Customize the search engines list.
    
  • f90528bf
    by hackademix at 2026-08-13T17:39:18+02:00
    MB 214: Enable cross-tab identity leak protection in "quiet" mode
    
  • 15b3f76a
    by Pier Angelo Vendrame at 2026-08-13T17:39:18+02: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.
    
  • a36f7a2c
    by Henry Wilkes at 2026-08-13T17:39:19+02:00
    MB 329: Customize toolbar for mullvad-browser.
    
  • 0dcb5517
    by Henry Wilkes at 2026-08-13T17:39:19+02:00
    MB 419: Mullvad Browser migration procedures.
    
    This commit implements the the Mullvad Browser's version of _migrateUI.
    
  • a7f2a1ca
    by Henry Wilkes at 2026-08-13T17:39:19+02:00
    MB 488: Adjust search engine removal notification for Mullvad Leta.
    
  • 635018cb
    by Pier Angelo Vendrame at 2026-08-13T17:39:20+02:00
    MB 80: Enable Mullvad Browser as a default browser
    
  • cfedb7af
    by Beatriz Rizental at 2026-08-13T17:39:20+02:00
    MB 43564: Modify ./mach bootstrap for Mullvad Browser
    
  • 46c9c96e
    by june wilde at 2026-08-13T17:39:20+02:00
    MB 446: Selective Saving Mode Backend
    

273 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