[tbb-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.6.0esr-13.0-1] 18 commits: MB 38: Mullvad Browser configuration

richard (@richard) git at gitlab.torproject.org
Tue Dec 12 14:01:52 UTC 2023



richard pushed to branch mullvad-browser-115.6.0esr-13.0-1 at The Tor Project / Applications / Mullvad Browser


Commits:
5399ceae by Pier Angelo Vendrame at 2023-12-12T14:31:00+01:00
MB 38: Mullvad Browser configuration

- - - - -
db6c709e by Pier Angelo Vendrame at 2023-12-12T14:31:02+01: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

- - - - -
41f6ff17 by Pier Angelo Vendrame at 2023-12-12T14:31:03+01: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.

- - - - -
284eab4b by Pier Angelo Vendrame at 2023-12-12T14:31:05+01:00
MB 63: Customize some about pages for Mullvad Browser

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

- - - - -
f057e85f by Pier Angelo Vendrame at 2023-12-12T14:31:06+01:00
MB 37: Customization for the about dialog

- - - - -
f99f4157 by Henry Wilkes at 2023-12-12T14:31:07+01:00
MB 39: Add home page about:mullvad-browser

- - - - -
dd55767c by hackademix at 2023-12-12T14:31:09+01:00
MB 97: Remove UI cues to install new extensions.

- - - - -
5444152c by hackademix at 2023-12-12T14:31:10+01:00
MB 47: uBlock Origin customization

- - - - -
29751124 by Pier Angelo Vendrame at 2023-12-12T14:31:12+01: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.

- - - - -
f4800c3a by Pier Angelo Vendrame at 2023-12-12T14:31:14+01:00
MB 87: Disable the default browser box on Windows and Linux

Windows and Linux will be distributed only as portable apps at the
beginning, so they should not be settable as default browsers.
We will need to improve the logic once we decide to ship system-wide
installers, too.

- - - - -
b17bfef5 by Pier Angelo Vendrame at 2023-12-12T14:31:15+01:00
MB 112: Updater customization for Mullvad Browser

MB 71: Set the updater base URL to Mullvad domain

- - - - -
336ae3c6 by Nicolas Vigier at 2023-12-12T14:31:17+01:00
MB 79: Add Mullvad Browser MAR signing keys

- - - - -
29e48cc6 by Pier Angelo Vendrame at 2023-12-12T14:31:19+01: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.

- - - - -
2df89448 by Pier Angelo Vendrame at 2023-12-12T14:31:20+01: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.

- - - - -
2688b93d by hackademix at 2023-12-12T14:31:21+01:00
MB 163: prevent uBlock Origin from being uninstalled/disabled

- - - - -
561deb50 by Richard Pospesel at 2023-12-12T14:31:23+01:00
MB 188: Customize Gitlab Issue and Merge templates

- - - - -
d5a0c7cd by rui hildt at 2023-12-12T14:31:24+01:00
MB 213: Customize the search engines list

- - - - -
ed471a47 by hackademix at 2023-12-12T14:31:26+01:00
MB 214: Enable cross-tab identity leak protection in "quiet" mode

- - - - -


30 changed files:

- + .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
- + browser/branding/mb-alpha/content/firefox-wordmark.svg


The diff was not included because it is too large.


View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/f4ace7a54b14590fc09871f56500bb8671d44333...ed471a474010563de1697efbd4bb77871af72602

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/f4ace7a54b14590fc09871f56500bb8671d44333...ed471a474010563de1697efbd4bb77871af72602
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/tbb-commits/attachments/20231212/2d342ca5/attachment-0001.htm>


More information about the tbb-commits mailing list