- Jan 15, 2024
-
-
- fixes required to build dom/media/webrtc
-
- fixes requried to build netwerk/sctp
-
- fixes required to build third_party/sipcc
-
- fixes required to build third_party/libwebrtc
-
- properly define NOMINMAX for just MSVC builds
-
Pier Angelo Vendrame authored
System fonts are an enormous fingerprinting vector. Even with font allow lists and with our custom configuration on Linux, which counter metrics measurements, getComputedStyle leaks several details. This patch counters both these kinds of attacks.
-
Remove this patch after upstream bugzilla bug 1790187
-
-
Temporary fix until mozilla bug 1799153 gets a patch upstream.
-
Differential Revision: https://phabricator.services.mozilla.com/D198081
-
Per /etc/fonts.xml, there are now only two `<family lang="ko">` nodes there: * OneUISansKRVF series * SECCJK series (but no KR postfix anymore?) This patch uses One UI Sans KR VF as the replacement as this is newer and is a variable font (tested with https://codepen.io/SaschaNaz/pen/ExrdYXJ) Differential Revision: https://phabricator.services.mozilla.com/D195078
-
Pier Angelo Vendrame authored
Bug 1444275 introduced an assertion on the parent process to check that the value of toolkit.telemetry.enabled is the expected one. However, this expected value could be different from the one set and locked e.g. in some forks. Therefore, the assertion prevented debug builds from working in these cases. Differential Revision: https://phabricator.services.mozilla.com/D195080
-
Similar to MediaTrack::mDisabledMode, but this is for uses on the SourceMediaTrack producer thread. It is still signaled via a control message from the control thread to maintain order of operations, and is protected by the SourceMediaTrack mutex. Differential Revision: https://phabricator.services.mozilla.com/D187554
-
Differential Revision: https://phabricator.services.mozilla.com/D187887
-
This also specializes ElementStreamFormat for bool. Differential Revision: https://phabricator.services.mozilla.com/D187794
-
Pier Angelo Vendrame authored
Bug 1849186 - Add a preference not to expose the content title in the window title. r=Gijs,tabbrowser-reviewers,dao Differential Revision: https://phabricator.services.mozilla.com/D190496
-
Differential Revision: https://phabricator.services.mozilla.com/D186676
-
We could do non-racy static init here (e.g. with a static initializer self-calling-closure), but there doesn't seem to be a strong reason for this. Let's just use a switch and get robustness from -Werror=switch. Differential Revision: https://phabricator.services.mozilla.com/D188054
-
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
-
Bug 1738426 - Ignoring status 206 and vary header checking for opaque response in Cache API. r=asuth Differential Revision: https://phabricator.services.mozilla.com/D186431
-
Pier Angelo Vendrame authored
Differential Revision: https://phabricator.services.mozilla.com/D188716
-
Bug 1853731 - Use html:img for message-bar-icon. r=Gijs,dao,settings-reviewers,desktop-theme-reviewers,sfoster Differential Revision: https://phabricator.services.mozilla.com/D188521
-
Pier Angelo Vendrame authored
Bug 1849129: Prevent exceptions caused by extensions from interrupting the SearchService initialization. r=search-reviewers,Standard8 Differential Revision: https://phabricator.services.mozilla.com/D186456
-
Pier Angelo Vendrame authored
Bug 1832523 - Allow using NSS to sign and verify MAR signatures. r=application-update-reviewers,glandium,bytesized Allow using NSS for checking MAR signatures also in platforms where OS-native APIs are used by default, i.e., macOS and Windows. Differential Revision: https://phabricator.services.mozilla.com/D177743
-
Differential Revision: https://phabricator.services.mozilla.com/D179737
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D198526
-
- Jan 12, 2024
-
-
Emilio Cobos Álvarez authored
This matches the behavior of XUL trees, and also what we did for the languages listboxes and bug 1860214. This is enough to fix the bug, but more in-depth fix incoming too. Differential Revision: https://phabricator.services.mozilla.com/D198395
-
- Jan 15, 2024
-
-
donal meehan authored
Differential Revision: https://phabricator.services.mozilla.com/D198163
-
- Jan 05, 2024
-
-
Tom Schuster authored
Differential Revision: https://phabricator.services.mozilla.com/D197783
-
- Jan 15, 2024
-
-
donal meehan authored
-
- Dec 13, 2023
-
-
Rob Wu authored
Bug 1865689 - Clarify access checks in devtools.inspectedWindow.eval r=rpl,devtools-reviewers,ochameau, a=dmeehan and report a static error instead of including the URL in the message. Differential Revision: https://phabricator.services.mozilla.com/D196133
-
- Jan 11, 2024
-
-
Mike Hommey authored
This works around the lack of Cargo.lock. Differential Revision: https://phabricator.services.mozilla.com/D198324
-
- Jan 10, 2024
-
-
Andrew Osmond authored
Differential Revision: https://phabricator.services.mozilla.com/D198046
-
- Jan 11, 2024
-
-
Ryan VanderMeulen authored
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D198258
-
- Jan 10, 2024
-
-
Kelsey Gilbert authored
Differential Revision: https://phabricator.services.mozilla.com/D198114
-
- Dec 20, 2023
-
-
James Teh authored
Bug 1834718: Don't process a duplicate DocAccessible::ContentRemoved call for a DOM node we've already processed. r=morgan, a=dmeehan ContentRemoved recursively walks both AllChildrenIterator and direct DOM children. In addition, we might get duplicate notifications from DOM and layout, plus PruneOrInsertSubtree might do a recursive walk and it too calls ContentRemoved. To avoid this duplicate processing, keep a set of removed DOM nodes on the DocAccessible which we clear after mutation events are processed. Differential Revision: https://phabricator.services.mozilla.com/D196707
-
- Dec 31, 2023
-
-
Andrew Osmond authored
Bug 1872536 - Use MakeUniqueFallible for large buffers in image decoders/encoders. r=gfx-reviewers,lsalzman, a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D197461
-
- Jan 10, 2024
-
-
Mark Banner authored
Bug 1873464 - For search related configurations, only validate additional properties on nightly builds. a=dmeehan Original Revision: https://phabricator.services.mozilla.com/D197920 Differential Revision: https://phabricator.services.mozilla.com/D198101
-
- Jan 09, 2024
-
-
Jens Stutte authored
Original Revision: https://phabricator.services.mozilla.com/D197151 Differential Revision: https://phabricator.services.mozilla.com/D197990
-