- Jan 22, 2025
-
-
MB 324: Make the added comments also work for Mullvad Browser.
-
henry authored
MB 324: Remove trailing comma from translation JSON.
-
Remove "Emergency" from security updates as per today's meeting. Our policy usually is to backport (almost) all emergency fixes, sooner or later. The actual emergency can be inferred from the timeline.
-
MB 324: Move update-translations from tor-browser to base-browser.
-
TB 43323: Add an asset for sanity tests.
-
henry authored
-
henry authored
-
henry authored
MB 324: Move update-translations CI to base-browser.
-
- Jan 20, 2025
-
-
Pier Angelo Vendrame authored
BB 43402: set browser.startup.blankWindow false.
-
- Jan 15, 2025
-
-
BB 41065: Hardcode the limit of storage quota. Currently, we return min(10GB, 0.2 * available space in the fs). This is bad for systems that have less than 50GB free, especially live systems, such as Tails. Set a pref to replace the available space with a hardcoded limit (5GiB).
-
- Jan 14, 2025
-
-
XHR requests initiated by extensions are exempt from RFP. Therefore, they report the actual app name, instead of Firefox, and the actual Firefox minor version. This happens whenever the app name has been customized and does not match a hardcoded "Firefox".
-
- Jan 13, 2025
-
-
Pier Angelo Vendrame authored
BB 43236: Disable vsync on Wayland. Vsync leaks the monitor refresh rate, therefore it is already disabled on other platforms, including Linux/X11 and Windows.
-
Differential Revision: https://phabricator.services.mozilla.com/D219528
-
-
Pier Angelo Vendrame authored
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.
-
Pier Angelo Vendrame authored
-
-
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.
-
-
-
Pier Angelo Vendrame authored
Besides disabling the "Delete on close checkbox", disable also the "Manage Exceptions" button when always using PBM.
-
Pier Angelo Vendrame authored
about:preferences allow to override some of our defaults, that could be fingeprintable or have some other unwanted consequences.
-
MB 256: Add mullvad-browser nightly mar signing key
-
Pier Angelo Vendrame authored
MB 71: Set the updater base URL to Mullvad domain
-
Pier Angelo Vendrame authored
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.
-
-
-
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
Also: #57: Purge unneeded about: pages
-
Pier Angelo Vendrame authored
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.
-
This commit adds strings needed by the following Mullvad Browser patches.
-
Pier Angelo Vendrame authored
See also: #5: Product name and directory customization #12: Create new branding directories and integrate Mullvad icons+branding #14: Remove Default Built-in bookmarks #35: Add custom PDF icons for Windows builds #48: Replace Mozilla copyright and legal trademarks in mullvadbrowser.exe metadata #51: Update trademark string #104: Update shipped dll metadata copyright/licensing info #107: Add alpha and nightly icons
-
Pier Angelo Vendrame authored
-
- Jan 07, 2025
-
-
Pier Angelo Vendrame authored
This commit implmenents the the Base Browser's version of _migrateUI.
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
This component adds a new Security Level toolbar button which visually indicates the current global security level via icon (as defined by the extensions.torbutton.security_slider pref), a drop-down hanger with a short description of the current security level, and a new section in the about:preferences#privacy page where users can change their current security level. In addition, the hanger and the preferences page will show a visual warning when the user has modified prefs associated with the security level and provide a one-click 'Restore Defaults' button to get the user back on recommended settings. Bug 40125: Expose Security Level pref in GeckoView
-
This hides it from both the toolbar and the unified extensions panel. We also hide the unified-extension-button if the panel would be empty: not including the NoScript button when it is hidden. As a result, this will be hidden by default until a user installs another extension (or shows the NoScript button and unpins it).
-