- Jan 15, 2024
-
-
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
-
- Jan 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/D197900
-
- Dec 12, 2023
-
-
Sean Feng authored
Differential Revision: https://phabricator.services.mozilla.com/D196106
-
- Jan 04, 2024
-
-
Andrew Osmond authored
Bug 1872956 - Avoid copying document URI in nsLayoutUtils::PaintFrame unless logging. r=layout-reviewers,tnikkel, a=dmeehan Most of the time, we don't need to call Document::GetDocumentURI in nsLayoutUtils::PaintFrame, as it is only used when we are logging or dumping to the console. We should avoid calling it because this might be quite large in the case of data URIs and result in OOM crashes. This is most commonly observed with rasterizing SVG images. Differential Revision: https://phabricator.services.mozilla.com/D197637
-
- Dec 11, 2023
-
-
Magnus Melin authored
Differential Revision: https://phabricator.services.mozilla.com/D196021
-
- Sep 13, 2023
-
-
Andrew Osmond authored
Bug 1852420 - Ensure surface and crop rect used in ImageBitmap are valid. r=gfx-reviewers,lsalzman, a=dmeehan When ImageBitmap::PrepareForDrawTarget is called, we must ensure that the surface returned is acceptable to the given DrawTarget. If it is not, then we need to recreate the surface from mData. We must also ensure similar when we are creating a new ImageBitmap from another ImageBitmap, as we don't know in what context it may be used. Similarly, we need to ensure we produce DataSourceSurface compatible surfaces when we need to both crop and premultiply. Additionally, we now no longer clear mPictureRect or mAlphaType when we set mSurface with the cached, cropped data. Since we may need to clear the cached surface, we need to know the original crop rect and alpha. Differential Revision: https://phabricator.services.mozilla.com/D188056
-
- Jan 05, 2024
-
-
Daniel Holbert authored
Original Revision: https://phabricator.services.mozilla.com/D195607 Differential Revision: https://phabricator.services.mozilla.com/D197611
-
- Jan 04, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D197672
-
Paul Zuehlcke authored
Differential Revision: https://phabricator.services.mozilla.com/D197667
-