- Oct 21, 2024
-
-
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
-
Differential Revision: https://phabricator.services.mozilla.com/D209667
-
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
-
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
-
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
-
- Oct 23, 2023
-
-
Andrew Osmond authored
Bug 1860397 - Add support for extracting CRXv3 to nsZipArchive. r=valentin,necko-reviewers, a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D191567
-
- Jul 03, 2024
-
- Jul 02, 2024
-
-
Emilio Cobos Álvarez authored
Use 10s which feels it should be enough for geoclue to provide a reasonable location, without feeling too slow for users. Still if geoclue eventually gives us a proper location we'd update it properly and stop the network fallback so this seems reasonable. I made some naming tweaks for consistency but otherwise it should be reasonably straight-forward. Differential Revision: https://phabricator.services.mozilla.com/D215491
-
Kelsey Gilbert authored
Differential Revision: https://phabricator.services.mozilla.com/D215452
-
- May 22, 2024
-
-
Tom Schuster authored
Original Revision: https://phabricator.services.mozilla.com/D206911 Differential Revision: https://phabricator.services.mozilla.com/D209784
-
- Apr 16, 2024
-
-
alwu authored
Bug 1884962 - report kProtectionHDCP for the protection mask. r=media-playback-reviewers,padenot, a=dmeehan According to what Widevine told us, `kProtectionNone` will cause playback to stop if HDCP_V1 is required. Therefore, we would report HDCP protection if there is no potential capturing. Differential Revision: https://phabricator.services.mozilla.com/D207483
-
- Apr 05, 2024
-
-
Kershaw Chang authored
Original Revision: https://phabricator.services.mozilla.com/D205233 Differential Revision: https://phabricator.services.mozilla.com/D206698
-
- Apr 02, 2024
-
-
Andrew Osmond authored
Differential Revision: https://phabricator.services.mozilla.com/D206358
-
- Feb 09, 2024
-
-
Gijs Kruitbosch authored
Original Revision: https://phabricator.services.mozilla.com/D195549 Differential Revision: https://phabricator.services.mozilla.com/D198576
-
- Jan 16, 2024
-
-
edgul authored
Bug 1864385 - Block set-cookie from multipart/x-mixed-replace with pref. r=valentin,necko-reviewers a=RyanVM
-
- Feb 06, 2024
-
-
Pascal Chevrel authored
Backed out changeset 39193ec581e4 (bug 1833814)
-
- Jan 15, 2024
-
-
Gijs Kruitbosch authored
Original Revision: https://phabricator.services.mozilla.com/D195549 Differential Revision: https://phabricator.services.mozilla.com/D198576
-
- Nov 01, 2023
-
-
Jonathan Kew authored
Bug 1862182 - Create a pref to allow font fallback for unassigned Unicode codepoints. r=gfx-reviewers,lsalzman, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D192451
-
- Oct 25, 2023
-
-
Kelsey Gilbert authored
Differential Revision: https://phabricator.services.mozilla.com/D188782
-
Kelsey Gilbert authored
This allows for disabling WebGL's use of GL_KHR_no_error, rather than the default of enabled. Use snake_case so that searching for KHR_no_error finds this more easily. Differential Revision: https://phabricator.services.mozilla.com/D188781
-
Gregory Pappas authored
-
- Sep 05, 2023
-
-
Sean Feng authored
Differential Revision: https://phabricator.services.mozilla.com/D186053
-
Sean Feng authored
In some edge cases, we may start handling user input events that are not supposed to be handled by the current document. This patch introduces some delay to handle user input events. Differential Revision: https://phabricator.services.mozilla.com/D180976
-
- Aug 31, 2023
-
-
Kelsey Gilbert authored
-
- Sep 06, 2023
-
-
Mike Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D187285
-
- Aug 15, 2023
-
-
Randell Jesup authored
Bug 1847066: flip back the network.http.http3.retry_different_ip_family pref r=necko-reviewers,valentin a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D186197
-
- Jun 28, 2023
-
-
Kershaw Chang authored
Differential Revision: https://phabricator.services.mozilla.com/D180679
-
- Jun 26, 2023
-
-
valenting authored
- Adds pref for whether to enforce size match with central->orglen - Checks return code of inflateEnd and returns error if it's not Z_OK - Also enter the finished block if mZs.total_out > mOutSize Differential Revision: https://phabricator.services.mozilla.com/D181458
-
- Jun 21, 2023
-
-
Andrew Osmond authored
Differential Revision: https://phabricator.services.mozilla.com/D181633
-
- Jun 12, 2023
-
-
valenting authored
Differential Revision: https://phabricator.services.mozilla.com/D178986
-
- Jun 14, 2023
-
-
Andreas Farre authored
Bug 1838208 - Part 1: Add pref to allow choosing exception strategy. r=sefeng,necko-reviewers, a=dmeehan In `IsOpaqueSafeListedSpecBreakingMIMEType` we make it possible to configure, with pref, what kind of exception strategy to use to handle compatibility problems with MIME types starting with `audio/` or `video/`. Differential Revision: https://phabricator.services.mozilla.com/D180926
-
donal meehan authored
-
- Jun 13, 2023
-
-
Emilio Cobos Álvarez authored
Differential Revision: https://phabricator.services.mozilla.com/D180844
- Jun 07, 2023
-
-
Nika Layzell authored
Bug 1826206 - Require nsISerialEventTarget for RetargetDeliveryTo, r=necko-reviewers,valentin, a=dmeehan This avoids potential issues where multiple OnDataAvailable callbacks or similar could theoretically be called concurrently on different StreamTransportService threads when targeting the STS - these cases will now target a TaskQueue on the STS instead, structurally ensuring serial execution. Differential Revision: https://phabricator.services.mozilla.com/D179984
-
- Jun 05, 2023
-
-
Timothy Nikkel authored
Differential Revision: https://phabricator.services.mozilla.com/D179909
-
- Jun 04, 2023
-
-
Emilio Cobos Álvarez authored
Even though there's some implementation work left before it being in a shippable state, the bits that do work (which is quite a few) should work reliably and performantly. Given this is (afaict) the first implementation of the new spec, I want to let people test it easier, specially since there are some questions about error recovery that nesting could change. Differential Revision: https://phabricator.services.mozilla.com/D179271
-
- Jun 03, 2023
-
-
Stanca Serban authored
Backed out changeset 7bc8c25b2935 (bug 1833244) Backed out changeset 4576af83a4ec (bug 1833244) Backed out changeset 90a5bbba7b9c (bug 1833244)
-