- Oct 24, 2024
-
-
Bug 1914521 - Make nsPartChannel inherit the content disposition of the multipart response a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D223728 Differential Revision: https://phabricator.services.mozilla.com/D224288
-
Differential Revision: https://phabricator.services.mozilla.com/D221350
-
- Oct 21, 2024
-
-
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.
-
Pier Angelo Vendrame authored
Firefox computes an internal network ID used to detect network changes and act consequently (e.g., to improve WebSocket UX). However, there are a few ways to get this internal network ID, so we patch them out, to be sure any new code will not be able to use them and possibly link users. We also sent a patch to Mozilla to seed the internal network ID, to prevent any accidental leak in the future. Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1817756
-
More concretely, SearchService.jsm 'hijack-blocklists' and url-classifier-skip-urls. Avoid creating instance for 'anti-tracking-url-decoration'. If prefs are disabling their usage, avoid creating instances for 'cert-revocations' and 'intermediates'. Do not ship JSON dumps for collections we do not expect to need. For the ones in the 'main' bucket, this prevents them from being synced unnecessarily (the code in remote-settings does so for collections in the main bucket for which a dump or local data exists). For the collections in the other buckets, we just save some size by not shipping their dumps. We also clear the collections database on the v2 -> v3 migration.
-
- fixes requried to build netwerk/sctp
-
Bug 1907726 - Make sure WebTransportSessionProxy::NotifyDatagramReceived is called after OnStopRequest, a=RyanVM The crash occurs because WebTransportSessionProxy::OnDatagramReceivedInternal is called before WebTransportSessionProxy::OnStopRequest. When this happens, WebTransportSessionProxy::mTarget is the main thread, so a task is dispatched to the main thread. This causes WebTransportSessionProxy::NotifyDatagramReceived to be called on the main thread. If WebTransportSessionProxy::NotifyDatagramReceived is invoked while WebTransportSessionProxy::mStopRequestCalled is true, it can lead to OnDatagramReceived being called on the main thread (instead of the socket thread), resulting in a crash. Original Revision: https://phabricator.services.mozilla.com/D220013 Differential Revision: https://phabricator.services.mozilla.com/D221661
-
Bug 1881037 - Part 1: Stop showing unknown protocol error pages for web-triggered loads, r=smaug,necko-reviewers,kershaw, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D217495
-
Bug 1844827 - Added checks for sub-document navigations from cross-site to same-site in third-party checks when setting a cookie. r=cookie-reviewers,valentin,bvandersloot a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D204074
-
Bug 1802057 - Block the following characters from use in the cookie name in the cookie string: 0x3B (semi-colon), 0x3D (equals), and 0x7F (del) r=dveditz,cookie-reviewers Differential Revision: https://phabricator.services.mozilla.com/D182373
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D226305
-
- Oct 17, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D225957
-
- Oct 14, 2024
-
-
Andreas Farre authored
Differential Revision: https://phabricator.services.mozilla.com/D225504
-
- Oct 10, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D225195
-
- Oct 03, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D224460
-
- Sep 30, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D224101
-
- Sep 19, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D222772
-
- Sep 09, 2024
-
-
Randell Jesup authored
Differential Revision: https://phabricator.services.mozilla.com/D220711
-
- Sep 16, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D222276
-
- Sep 13, 2024
-
-
Ryan VanderMeulen authored
-
- Sep 09, 2024
-
-
Randell Jesup authored
Differential Revision: https://phabricator.services.mozilla.com/D220711
-
- Sep 12, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D221961
-
- Jul 17, 2024
-
-
Henri Sivonen authored
Differential Revision: https://phabricator.services.mozilla.com/D212093
-
- Sep 11, 2024
-
-
Dianna Smith authored
-
- Jul 17, 2024
-
-
Henri Sivonen authored
Differential Revision: https://phabricator.services.mozilla.com/D212093
-
- Sep 09, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D221455
-
- Sep 05, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D221127
-
- Sep 03, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D220799
-
- Aug 22, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D219869
-
- Aug 21, 2024
-
-
Rob Wu authored
Original Revision: https://phabricator.services.mozilla.com/D218719 Differential Revision: https://phabricator.services.mozilla.com/D219741
-
- Aug 15, 2024
-
-
ffxbld authored
No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update, r=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D219236
-
- Aug 12, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D219040
-
- Aug 08, 2024
-
-
ffxbld authored
No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update, r=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D218831
-
- Aug 01, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D218316
-
- Jul 29, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D217939
-
- Jul 25, 2024
-
-
ffxbld authored
No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update, r=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D217706
-
- Jul 22, 2024
-
-
ffxbld authored
No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update, r=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D217238
-
- Jul 18, 2024
-
-
ffxbld authored
No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update, r=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D216927
-
- Jul 15, 2024
-
-
ffxbld authored
No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update, r=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D216536
-