- Sep 18, 2024
-
-
Pier Angelo Vendrame authored
Firefox allows to open some files in the browser without any confirmation, but this will result in a disk leak, because the file will be downloaded to the temporary directory first (and not deleted, in some cases). A preference allows PDFs to be opened without being downloaded to disk. So, we introduce a similar one to do the same for all the files that are set to be opened automatically in the browser.
- Sep 17, 2024
-
-
This makes the bookmark menu consistent with the "File" and context menu when using private browsing mode. We also share the same hide item logic for these "open" items in one place in PlacesUIUtils so that they can be shared between the two consumers (regular bookmarks and managed bookmarks). This ensures that the "Open in container" item if hidden for managed bookmarks in a private window. Differential Revision: https://phabricator.services.mozilla.com/D220120
-
- Sep 16, 2024
-
-
MB 344: Remove media.navigator.enabled = false on MB. RFP spoof the values protected by this preference. We do not do the same on Tor Browser because this functionality depends on WebRTC, which is disabled at build time on TBB.
-
Bug 43141: Hardcode system-ui to Arimo.
- Sep 12, 2024
-
-
Bug 43128: Use DuckDuckGo HTML on the Safest security level for Android
-
Bug 43046: Disable emailTrackingBlocking in pbm
-
henry authored
-
henry authored
Bug 43118: Move patch to hide CRF settings to base-browser.
-
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.
-
- Sep 11, 2024
-
-
Bug 42653: Reset security.xfocsp.errorReporting.automatic.
-
Bug 42653: Hide neterror reporting checkbox.
-
Pier Angelo Vendrame authored
Bug 42149: Clear user values for https_only_mode_send_http_background_request since we do not change it with the security level anymore.
-
Pier Angelo Vendrame authored
Bug 42149: Do not change HTTPS-Only settings in the security level anymore. That preference does not really belong to the security level.
-
We hide the Website Privacy Preferences section, which controls the "global privacy control" (GPC) and "do not track" (DNT) settings.
-
Bug 42777: Clear user preferences for GPC and DNT.
-
This should remain disabled, see tor-browser#42814.
-
Bug 42647: Remove unused preference browser.device-migration.help-menu.hidden.
-
Bug 42647: Hide the switch device menu item.
-
- Sep 10, 2024
-
-
Bug 222: Hide 'List all tabs' when the tabs don't overflow
-
- Sep 09, 2024
-
-
morgan authored
Bug 42255: lock pdfjs.disabled to false in stable
-
- Sep 05, 2024
-
-
Bug 42640: Disable Firefox Flame buttond due to unknown interactions with New Identity
-
- Sep 04, 2024
-
-
Bug 42494: Enable Arial Black and Arial Narrow on macOS. They seem to be available in all versions of macOS we support, so enable them to improve compatibility.
-
Pier Angelo Vendrame authored
Bug 42745: Remove our changes to tools/update-packaging/common.sh. These changes are relevant only to extension directories, which we have not been using for a long time (if we ever did). So, we do not have any reason to keep carrying those changes.
-
In Bug 93141, Mozilla started sending users to their home when they type ~ in the URL bar. On Linux, we change $HOME for various reason, therefore you would be redirected to the spoofed home directory when typing ~. So, we check if the original home directory is known, and use that, instead.
-
morgan authored
Bug 41309: Re-enable screenshots component
-
- Sep 03, 2024
-
-
Bug 42617: Use DDG's plain HTML variant on Safest. Between 115 and 128 we lost the engine parameter, so we are not given the search engine's ID anymore. So, switch to comparing the hostname instead.
-
morgan authored
added comment about disabling webcompat reporter
-
morgan authored
-
This commits makes it possible to disable OS spoofing in the HTTP User-Agent header, to see if matching header and JS property improve usability.
-
morgan authored
-
Bug 40147: Re-enable Picture-in-Picture mode. Media capabilities are already protected by RFP.
-
- Sep 02, 2024
-
-
Bug 42735: Disable recent search suggestions; fix type in comment
-
Pier Angelo Vendrame authored
Fixed syntax error.
-
Differential Revision: https://phabricator.services.mozilla.com/D218783
-