[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-128.4.0esr-14.0-1] 27 commits: MB 38: Mullvad Browser configuration

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Tue Oct 22 14:21:35 UTC 2024



Pier Angelo Vendrame pushed to branch mullvad-browser-128.4.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser


Commits:
3a0b7b02 by Pier Angelo Vendrame at 2024-10-22T16:07:27+02:00
MB 38: Mullvad Browser configuration

- - - - -
5d361bab by Pier Angelo Vendrame at 2024-10-22T16:07:29+02:00
fixup! MB 38: Mullvad Browser configuration

Bug 42356: Preference review for Firefox ESR128.

Remove privacy.webrtc.legacyGlobalIndicator, as it is not supported by
Firefox anymore.

- - - - -
5690ac09 by Pier Angelo Vendrame at 2024-10-22T16:07:29+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

- - - - -
00788a2d by Henry Wilkes at 2024-10-22T16:07:30+02:00
Mullvad Browser strings

This commit adds strings needed by the following Mullvad Browser
patches.

- - - - -
d9930e46 by Pier Angelo Vendrame at 2024-10-22T16:07:30+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.

- - - - -
1a807285 by Pier Angelo Vendrame at 2024-10-22T16:07:30+02:00
MB 63: Customize some about pages for Mullvad Browser

Also:
mullvad-browser#57: Purge unneeded about: pages

- - - - -
5bd4931f by Henry Wilkes at 2024-10-22T16:07:31+02:00
fixup! MB 63: Customize some about pages for Mullvad Browser

MB 349: Merge Fluent files into one.

- - - - -
dc7a6af5 by Pier Angelo Vendrame at 2024-10-22T16:07:31+02:00
fixup! MB 63: Customize some about pages for Mullvad Browser

Restore Mullvad Browser's custom telemetry page.

- - - - -
3f85bee8 by Pier Angelo Vendrame at 2024-10-22T16:07:31+02:00
MB 37: Customization for the about dialog

- - - - -
e9f89d94 by Henry Wilkes at 2024-10-22T16:07:32+02:00
fixup! MB 37: Customization for the about dialog

MB 349: Merge Fluent files into one.

- - - - -
161a6b7a by Henry Wilkes at 2024-10-22T16:07:32+02:00
MB 39: Add home page about:mullvad-browser

- - - - -
39c19355 by Henry Wilkes at 2024-10-22T16:07:32+02:00
fixup! MB 39: Add home page about:mullvad-browser

MB 349: Merge Fluent files into one.

- - - - -
2c851df1 by hackademix at 2024-10-22T16:07:33+02:00
MB 97: Remove UI cues to install new extensions.

- - - - -
491ce587 by hackademix at 2024-10-22T16:07:33+02:00
MB 47: uBlock Origin customization

- - - - -
acb93013 by Pier Angelo Vendrame at 2024-10-22T16:07:34+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.

- - - - -
a2a7142f by Pier Angelo Vendrame at 2024-10-22T16:07:34+02:00
MB 112: Updater customization for Mullvad Browser

MB 71: Set the updater base URL to Mullvad domain

- - - - -
5d2388f5 by Nicolas Vigier at 2024-10-22T16:07:34+02:00
MB 79: Add Mullvad Browser MAR signing keys

MB 256: Add mullvad-browser nightly mar signing key

- - - - -
5059dec0 by Pier Angelo Vendrame at 2024-10-22T16:07:35+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.

- - - - -
991cdc6b by Pier Angelo Vendrame at 2024-10-22T16:07:35+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.

- - - - -
eb0ffd9b by hackademix at 2024-10-22T16:07:35+02:00
MB 163: prevent uBlock Origin from being uninstalled/disabled

- - - - -
fd7009b4 by Richard Pospesel at 2024-10-22T16:07:36+02:00
MB 188: Customize Gitlab Issue and Merge templates

- - - - -
429291dc by rui hildt at 2024-10-22T16:07:36+02:00
MB 213: Customize the search engines list

MB 328: Refactor the search engine patch.

Upstream switched to a completely different search engine configuration
between ESR 115 and ESR 128.
We moved our configuration to a couple of JSON files that do not follow
upstream's schemas, as they are overcomplicated for our needs.

Also, we keep the old search engine extensions for now, as upstream
also kept them, and planned of removing them with Bug 1885953.

- - - - -
18ea3acb by Pier Angelo Vendrame at 2024-10-22T16:18:30+02:00
fixup! MB 213: Customize the search engines list

Linted.

- - - - -
cee7976a by hackademix at 2024-10-22T16:18:31+02:00
MB 214: Enable cross-tab identity leak protection in "quiet" mode

- - - - -
b273a0fd by Pier Angelo Vendrame at 2024-10-22T16:18:31+02:00
MB 80: Enable Mullvad Browser as a default browser

- - - - -
6d5884af by Pier Angelo Vendrame at 2024-10-22T16:18:31+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.

- - - - -
002868ce by Henry Wilkes at 2024-10-22T16:18:32+02:00
MB 329: Customize toolbar for mullvad-browser.

- - - - -


30 changed files:

- .gitlab/issue_templates/Emergency Security Issue.md
- + .gitlab/issue_templates/Rebase Browser - Alpha.md
- + .gitlab/issue_templates/Rebase Browser - Stable.md
- .gitlab/merge_request_templates/default.md
- browser/app/Makefile.in
- browser/app/macbuild/Contents/Info.plist.in
- browser/app/module.ver
- browser/app/firefox.exe.manifest → browser/app/mullvadbrowser.exe.manifest
- + browser/app/profile/000-mullvad-browser.js
- browser/app/profile/001-base-profile.js
- browser/base/content/aboutDialog.xhtml
- browser/base/content/appmenu-viewcache.inc.xhtml
- browser/base/content/browser-menubar.inc
- browser/base/content/browser-places.js
- browser/base/content/browser.js
- browser/base/content/default-bookmarks.html
- browser/base/content/nsContextMenu.js
- browser/base/content/overrides/app-license.html
- browser/base/content/pageinfo/pageInfo.xhtml
- browser/base/content/utilityOverlay.js
- browser/branding/branding-common.mozbuild
- + browser/branding/mb-alpha/VisualElements_150.png
- + browser/branding/mb-alpha/VisualElements_70.png
- + browser/branding/mb-alpha/configure.sh
- + browser/branding/mb-alpha/content/about-logo.png
- + browser/branding/mb-alpha/content/about-logo.svg
- + browser/branding/mb-alpha/content/about-logo at 2x.png
- + browser/branding/mb-alpha/content/about-wordmark.svg
- + browser/branding/mb-alpha/content/about.png
- + browser/branding/mb-alpha/content/aboutDialog.css


The diff was not included because it is too large.


View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/c66fb92a38ef4ce8b1b02af01cb3580382f511fd...002868cec3a29f68c3a47d84d91443c5b7e700ea

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/c66fb92a38ef4ce8b1b02af01cb3580382f511fd...002868cec3a29f68c3a47d84d91443c5b7e700ea
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20241022/d4702885/attachment-0001.htm>


More information about the tor-commits mailing list