- Jan 15, 2024
-
-
Eden Chuang authored
Differential Revision: https://phabricator.services.mozilla.com/D198569
-
Gabriele Svelto authored
Bug 1868772 - Do not launch the crash reporter client if we've already removed the exception handler. r=afranchuk, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D198158
-
- Jan 30, 2024
-
-
Jens Stutte authored
Bug 1867982 - Check if WorkerRunnable::Run runs on top of WorkerThreadPrimaryRunnable::Run in a worker thread. a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D199247 Differential Revision: https://phabricator.services.mozilla.com/D199970
-
- Feb 09, 2024
-
-
Edgar Chen authored
Bug 1860065 - Use sLastScreenPoint to restore mouse position after releasing pointer lock; a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D200031
-
Kelsey Gilbert authored
Bug 1855686 - [bug 1877341 on esr115] Reset GLContext TLS current-context caching when calling library MakeCurrent symbols. a=RyanVM Original Revision: https://phabricator.services.mozilla.com/D200866 Differential Revision: https://phabricator.services.mozilla.com/D201001
-
Kelsey Gilbert authored
Original Revision: https://phabricator.services.mozilla.com/D200841 Differential Revision: https://phabricator.services.mozilla.com/D201003
-
- Jan 30, 2024
-
-
David Parks authored
Bug 1833020: Disable TestWifiMonitor for intermittent failures r=gstoll,necko-reviewers,kershaw a=test-only Differential Revision: https://phabricator.services.mozilla.com/D200066
-
- Jan 29, 2024
-
-
Eden Chuang authored
Bug 1871498 - Let FetchDriver::RunAbortAlogrithm() resolving FetchInstance::mPromises by calling FetchObserver::OnResponseEnd(). r=dom-worker-reviewers,smaug a=RyanVM
-
- Jan 28, 2024
-
-
Nika Layzell authored
Bug 1843752 - Explicitly transfer ownership of queued-up OnDataAvailableParams data buffers, a=RyanVM
-
- Jan 24, 2024
-
-
Jan de Mooij authored
Differential Revision: https://phabricator.services.mozilla.com/D199233
-
- Jan 23, 2024
-
-
Jonathan Kew authored
Differential Revision: https://phabricator.services.mozilla.com/D199380
-
- Jan 17, 2024
-
-
Makoto Kato authored
-
- Jan 16, 2024
-
-
edgul authored
Bug 1864385 - Block set-cookie from multipart/x-mixed-replace with pref. r=valentin,necko-reviewers a=RyanVM
-
Randell Jesup authored
-
- Jan 15, 2024
-
-
Iain Ireland authored
Differential Revision: https://phabricator.services.mozilla.com/D198479
-
Emilio Cobos Álvarez authored
Simplify the code to use loading=lazy to make the images not block the load event. Differential Revision: https://phabricator.services.mozilla.com/D198426
-
- Jan 18, 2024
-
-
Jonathan Kew authored
The DirectWrite "bold simulation" has poor results with some fonts; we already disable it by default for webfonts, to avoid rendering issues. As it also works poorly with some of the component layers in Segoe UI Emoji, let's disable it for COLR fonts as well.
-
- Jan 05, 2024
-
-
Andrew Osmond authored
Bug 1868737 - Allow minimal gfx features by default for uncertain configurations. r=jrmuizel,perftest-reviewers,kshampur a=RyanVM Some features such as the GPU process (except on Android), backdrop filter (because it always works with Software WebRender), ANGLE (because it is generally good) and out of process WebGL (we generally want to remote WebGL for sandboxing purposes) are special, and should not be disabled simply because we are uncertain about our configuration. In these situations, disable most features, but keep these enabled by default.
-
- Dec 15, 2023
-
-
Jeff Muizelaar authored
Bug 1870159 - Use a different string for empty driver versions. r=aosmond,win-reviewers,mhowell a=RyanVM This lets us distinguish parse failures from empty versions in telemetry.
-
- Jan 04, 2024
-
-
Ting-Yu Lin authored
The bug occurs because some abspos children are split, but not being reflowed again in the last column balancing reflow where the available block-size of the last column might be unconstrained. This patch makes the callers utilizing `ReflowInput::ShouldReflowAllKids()` always reflow in the last column balancing reflow to ensure the correctness of the layout. Note: the `mIsInLastColumnBalancingReflow` flag is inheriting from parent to child reflow input, but it will stop at the nested `nsColumnSetFrame` because the nested one will create its own `ReflowConfig::mIsLastBalancingReflow` and assign that flag when creating the reflow input for the children.
-
- Oct 22, 2023
-
-
Cristian Tuns authored
-
- Jun 29, 2023
-
-
Cristina Horotan authored
Bug 1837646 - disable browser_sma_show_migration_wizard.js on mac for frequent failures. r=aryx, a=test-only
-
- Jul 25, 2023
-
-
Natalia Csoregi authored
Bug 1760081 - Disabled netwerk/test/unit/test_alt-data_simple.js on Windows for having a high failure rate. r=necko-reviewers,kershaw a=test-only
-
- Oct 13, 2023
-
-
Cosmin Sabou authored
Bug 1817727 - Disable test_filename_sanitize.js on mac because of permafailures. r=aryx, a=test-only
-
- Jan 15, 2024
-
-
Paul Zuehlcke authored
-
- Feb 08, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D201069
-
- Feb 02, 2024
-
-
Lee Salzman authored
Bug 1878182 - Instantiate Cairo scaled font for ScaledFontBase::GetPathForGlyphs. r=jfkthameApproved for 123 beta 8, thanks. a=pascalc This bug likely dates back to bug 1584268, which makes it so that Cairo scaled fonts must be instantiated on demand for their first use. It seems like some StrokeGlyphs machinery got overlooked and somehow never caused a problem till now. Differential Revision: https://phabricator.services.mozilla.com/D200472
-
- Jan 24, 2024
-
-
Dana Keeler authored
Differential Revision: https://phabricator.services.mozilla.com/D199418
-
- Feb 06, 2024
-
-
Pascal Chevrel authored
Backed out changeset eb8c2d5bd1aa (bug 1830071)
-
- Jan 11, 2024
-
-
Magnus Melin authored
Differential Revision: https://phabricator.services.mozilla.com/D197566
-
- Dec 27, 2023
-
-
Nipun Shukla authored
Bug 1830071 - Ensure tasks run across all users in Windows r=bytesized,application-update-reviewers,nalexander a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D191226
-
- Feb 05, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D200615
-
- Feb 06, 2024
-
-
Benjamin VanderSloot authored
Original Revision: https://phabricator.services.mozilla.com/D198945 Differential Revision: https://phabricator.services.mozilla.com/D199486
-
Andrew McCreight authored
Original Revision: https://phabricator.services.mozilla.com/D200245 Differential Revision: https://phabricator.services.mozilla.com/D200813
-
Pascal Chevrel authored
Backed out changeset 2c8561c8e416 (bug 1873866)
-
Kelsey Gilbert authored
Original Revision: https://phabricator.services.mozilla.com/D199939 Differential Revision: https://phabricator.services.mozilla.com/D200401
-
Jens Stutte authored
Bug 1875621 - SlicedInputStream::Serialize should serialize the outer SlicedInputStream as a pipe in the efficient path. a=pascalc Original Revision: https://phabricator.services.mozilla.com/D199852 Differential Revision: https://phabricator.services.mozilla.com/D200437
-
Jonathan Kew authored
Differential Revision: https://phabricator.services.mozilla.com/D200784
-
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
-