- Jun 03, 2024
-
-
Atlantic/Reykjavik stays on UTC during all the year, but it is less likely to be blocked than plan UTC. Differential Revision: https://phabricator.services.mozilla.com/D212131
-
Pier Angelo Vendrame authored
Revert "Bug 42397: Change RFP-spoofed TZ to Atlantic/Reykjavik." This reverts commit 6d9095b1.
-
- May 30, 2024
-
-
Dan Ballard authored
-
cypherpunks1 authored
Differential Revision: https://phabricator.services.mozilla.com/D207759
-
Pier Angelo Vendrame authored
System fonts can leak any user customization of system fonts, or user's locale (e.g., en-US and ja Windows have different system fonts). Also, Linux distributions/desktop environments set default fonts in different ways. Customization can be detected either with font metrics, the font allowed list is not enabled or the font is included in it, or with getComputedStyle, that leaks the name of the font that Firefox tries to apply. This patch try to prevent these leaks by using a generic "sans-serif" for all system fonts, except on macOS, where it uses "-apple-system", and on Android, where these fonts always use Roboto. Differential Revision: https://phabricator.services.mozilla.com/D163576
-
Pier Angelo Vendrame authored
Revert "Bug 41116: Normalize system fonts." This reverts commit df3f350e.
-
Pier Angelo Vendrame authored
Revert "fixup! Bug 41116: Normalize system fonts." This reverts commit 2c1a8f52.
-
Pier Angelo Vendrame authored
Revert "Bug 40175: Add origin attributes to about:reader top-level requests" This reverts commit 2718a926.
-
- May 29, 2024
-
-
henry authored
readfp is deprecated since Python 3.2 Differential Revision: https://phabricator.services.mozilla.com/D190532
-
- May 27, 2024
-
-
Bug 42573: Avoid async l10n.formatValue.
-
-
Bug 42347: Add a notification for dropped OS version support.
-
Pier Angelo Vendrame authored
Bug 42582: Use toLanguageTag() instead of toString()
-
- May 16, 2024
-
- May 14, 2024
-
-
Richard Pospesel authored
add jwilde to reviewer list
-
- May 13, 2024
-
-
cypherpunks1 authored
Differential Revision: https://phabricator.services.mozilla.com/D207762
-
Pier Angelo Vendrame authored
This reverts commit 6450a4e6.
-
Fatih authored
resource:// is exempt from RFP, so we no longer need to check pdf.js specifically. Differential Revision: https://phabricator.services.mozilla.com/D209359
-
Pier Angelo Vendrame authored
This reverts commit 94c39de6.
-
Richard Pospesel authored
Bug 241: Move network.proxy.failover_direct=false pref to base-browser
-
Richard Pospesel authored
Bug 222: Hide 'List all tabs' when the tabs don't overflow
-
- May 10, 2024
-
-
Differential Revision: https://phabricator.services.mozilla.com/D206943
-
Differential Revision: https://phabricator.services.mozilla.com/D206633
-
Bug 1875248 - Check for network error preventing ExternalHelperAppService before DONT_RETARGET, r=smaug This reverts the change from 30cde47f9364e5c7da78fd08fa8ab21737d22399, and instead re-orders the NS_ERROR_FILE_NOT_FOUND check before DONT_RETARGET. Testing suggests that a-download-click-404.html behaviour isn't impacted, and this improves the handling of this edge-case when doing process switching. Differential Revision: https://phabricator.services.mozilla.com/D202007
-
Apparently, setting this value to 64 breaks some sites. We should use the same length as Chrome. Original Revision: https://phabricator.services.mozilla.com/D208103 Differential Revision: https://phabricator.services.mozilla.com/D208119
-
- May 09, 2024
-
-
Pier Angelo Vendrame authored
The OS language might be outside the list of actually supported languages and it might leak the user's region. Therefore, we force the locale reported in Accept-Language to match one we support with translations, even when it means using a not exact region tag.
-
Pier Angelo Vendrame authored
Revert "Bug 40199: Avoid using system locale for intl.accept_languages in GeckoView" This reverts commit ff97b6fb.
-
Original Revision: https://phabricator.services.mozilla.com/D208983 Differential Revision: https://phabricator.services.mozilla.com/D209209
-
Bug 1890204 - Ensure font entry's unitsPerEm and font extents are initialized when gfxFont is created. r=gfx-reviewers,lsalzman This means that by the time we potentially call GetFontExtents() when drawing, the extents fields are guaranteed to have been been initialized, and there's no risk of the (read-only) access here racing with setting them in UnitsPerEm(). Differential Revision: https://phabricator.services.mozilla.com/D206920
-
Differential Revision: https://phabricator.services.mozilla.com/D204928
-
- May 07, 2024
-
-
Pier Angelo Vendrame authored
-
Bug 42405: Fix betterboxing + findbar horizontal bounce if the scrollbar is not an overlay.
-
Pier Angelo Vendrame 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.
-
-
-