- Mar 02, 2023
-
-
Andrew Osmond authored
Bug 1819661 - Use ARM clearkey plugin instead of x86 plugin on Windows ARM in nightly. r=media-playback-reviewers,alwu Differential Revision: https://phabricator.services.mozilla.com/D171357
-
- Mar 01, 2023
-
-
James Teh authored
This can (rarely) be null if the accessibility service shuts down before we've processed this queued IPDL message. Differential Revision: https://phabricator.services.mozilla.com/D171178
-
Cristian Tuns authored
-
Ryan VanderMeulen authored
-
Ryan VanderMeulen authored
-
Robert Longson authored
Differential Revision: https://phabricator.services.mozilla.com/D171355
-
Mike Conley authored
Differential Revision: https://phabricator.services.mozilla.com/D171399
-
Nico Grunbaum authored
Differential Revision: https://phabricator.services.mozilla.com/D171263
-
sotaro authored
Bug 1769404 - Do not handle invalid message caused by moving tabs between different windows r=gfx-reviewers,aosmond The problem happened by ProcessWebRenderParentCommands() handling with invalid transaction message. When a Tab is moved between Windows, WebRenderBridgeParent::UpdateWebRender() is called. It update mApi and mIdNamespace. Then all WebRender related resources are freed. Then a message with old mIdNamespace from WebRenderBridgeChild becomes invalid. Then we should not handle the obsoleted message. Differential Revision: https://phabricator.services.mozilla.com/D170563
-
Daniel Holbert authored
Bug 1818652: Unguard an include in nsTraceRefcnt.cpp, to address a non-unified-build compile error. r=mccr8 Also move the include to the top of the list, to its proper sorted-include-list location, and insert a blank line after the .cpp file's own .h file, to match common convention in mozilla code. Differential Revision: https://phabricator.services.mozilla.com/D170837
-
Gijs Kruitbosch authored
Bug 1819728 - make E10sUtils.getRemoteURIObject easier to use when passing a subset of options, r=nika,geckoview-reviewers,m_kato Differential Revision: https://phabricator.services.mozilla.com/D170923
-
Brad Werth authored
Bug 1808155 Part 2: Make VIDEO_LOG note events that will cause the video layer to rebuild. r=mstange There are only a few things that could cause the video layer to be rebuilt: 1) The mMutatedSpecializeVideo flag being set. 2) A new layer object being created to host for the video. This patch more thoroughly documents instances of case 1 by adding VIDEO_LOG message to anything that sets the mMutatedSpecializeVideo flag. It also makes some attempt to identify case 2 by adding a VIDEO_LOG message whenever we destroy a layer that has ever displayed a video texture. If a log message like this is followed by a message that a new video layer is created, it is a strong signal that we are unexpectedly throwing away our external surface handles when we'd like to keep using them. Differential Revision: https://phabricator.services.mozilla.com/D171301
-
Brad Werth authored
We're headed for a crash, so this change makes gfxCriticalError have more information that will help us understand the crash. Unlike some other error-checking code in this class, it is not NIGHTLY_BUILD because the crash signatures in this Bug are reported in Beta and beyond. Differential Revision: https://phabricator.services.mozilla.com/D171390
-
Gavin Suntop authored
Differential Revision: https://phabricator.services.mozilla.com/D171378
-
Mike Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D167860
-
serge-sans-paille authored
Differential Revision: https://phabricator.services.mozilla.com/D171310
-
Gabriele Svelto authored
Bug 1819657 - Re-try removing minidumps generated during xpcshell tests to avoid intermittent failures on Windows r=KrisWright Differential Revision: https://phabricator.services.mozilla.com/D171367
-
Russell Chan authored
Differential Revision: https://phabricator.services.mozilla.com/D171117
-
Emilio Cobos Álvarez authored
This makes it easier to track where our implementation stands in https://wpt.fyi vs. others. The big piece of functionality missing is invalidation for some kinds of DOM mutations (most notably, not for child changes), see bug 1809754 and dependencies. Differential Revision: https://phabricator.services.mozilla.com/D171376
-
Robert Helmer authored
Depends on D159910 Differential Revision: https://phabricator.services.mozilla.com/D159917
-
Robert Helmer authored
Differential Revision: https://phabricator.services.mozilla.com/D159910
-
John Schanck authored
Differential Revision: https://phabricator.services.mozilla.com/D171276
-
mcheang authored
Bug 1815699 - Modify existing Glean telemetry and add new telemetry to account for weather as a suggestion. r=adw This patch modifies existing Glean urlbar abandonment, engagement, and impression events by including a weather suggestion. This patch also adds a new telemetry scalar url.picked.weather to the legacy telemetry system. Differential Revision: https://phabricator.services.mozilla.com/D169225
-
Emilio Cobos Álvarez authored
Bug 1815552 - Make positioned table parts deal correctly with switching position without being reframed. r=TYLin,layout-reviewers While looking at the backout, I noticed table parts relied on reframing on abspos-container-ness changes in a subtle way, see the test, which fails with the first patch of this bug applied without these changes. Make the NS_FRAME_CAN_HAVE_ABSPOS_CHILDREN mean the same for table parts as for everything else. Instead, keep the registration status on each relevant frame class individually. Depends on D169127 Differential Revision: https://phabricator.services.mozilla.com/D170969
-
Emilio Cobos Álvarez authored
Remove an assertion that doesn't hold if we don't reframe when switching positions. Differential Revision: https://phabricator.services.mozilla.com/D169127
-
Mozilla Releng Treescript authored
cy -> 7c71085557c247e1a845e7735f54233b2067f761 fr -> aab7e2745c3f165a7a4db8c893f42634b320585b is -> 95c02b9d43e8df867b6e6b56e09a4d897a9b8912 it -> 578aa1c70d7fc78d9cb519f4f3e8b22a73e3e2e3 ja -> ab887affb5fd22dbebca8dd71780282d7ed4e827 ja-JP-mac -> 3f0b15eb476f09a539e3c44a638e724827835888 ka -> 2a7963df310d5440afd05003a095ac8a1e66691b lo -> 229df592fea59cbdf8ce8bbc5dc23109f32bb80f nn-NO -> 722e44fb4044e74a18484302d89c99812edf35d2 th -> a980cf642a710d4f556883e50f6d7dd5e14dada0
-
David Shin authored
Reviewed as per: https://github.com/w3ctag/design-reviews/issues/761 Considered shippable as per: https://github.com/w3c/csswg-drafts/issues/7533 Differential Revision: https://phabricator.services.mozilla.com/D171273
-
Eitan Isaacson authored
Differential Revision: https://phabricator.services.mozilla.com/D170939
-
Hubert Boma Manilla authored
Bug 1819279 - [devtools] Switch to a block list of known errors instead of an ignore list r=jdescottes This patch switches from an ignore list of errors to a block list of the errors we clearly want to block. We are likely going to regress a lot by missing errors from the ignore list which shouldn't be blocked as revealed by this BUG. Instead let just block the errors we know about and let other erros through as most of them are shown with error codes and do not need to be blocked. Differential Revision: https://phabricator.services.mozilla.com/D171352
-
Emilio Cobos Álvarez authored
This seems not too much, but feels better than allowing the page to collapse vertically / horizontally. Differential Revision: https://phabricator.services.mozilla.com/D171356
-
Magnus Melin authored
Differential Revision: https://phabricator.services.mozilla.com/D171296
-
cybai authored
`nsIURI` fails to cast to `nsIURL` so we used to get a nil url and return empty string (e.g. for pathname). As we're able to get the pathname information from URI, I wonder we can just use it directly without casting to `nsIURL`. With doing so, we can fix the issue. Differential Revision: https://phabricator.services.mozilla.com/D171233
-
Jens Stutte authored
If the parent process is very short-living, we can find us shutting down while the startup had not yet finished. This seems to confuse things up to the point to have a shutdown hang. There seems to be no easy/reliable way to interrupt startup, so we should just wait for it to finish. Note that we can just use the already present `quitApplicationGranted` blocker as earliest possible shutdown phase to block. Differential Revision: https://phabricator.services.mozilla.com/D170382
-
Norisz Fay authored
Backed out changeset 80627767254a (bug 1808026) Backed out changeset c33452202b5c (bug 1808026)
-
Chris H-C authored
Differential Revision: https://phabricator.services.mozilla.com/D171354
-
Will Kahn-Greene authored
The crash data can contain Nones (nulls in JSON) and the code needs to handle that providing appropriate defaults in some places and testing for Nones in others. Differential Revision: https://phabricator.services.mozilla.com/D171350
-
Jari Jalkanen authored
Depends on D169834 Differential Revision: https://phabricator.services.mozilla.com/D169835
-
Jari Jalkanen authored
Bug 1816685 - Let cleanup_writable await to propagate errors in WPT fs tests. r=dom-storage-reviewers,jesup Depends on D169833 Differential Revision: https://phabricator.services.mozilla.com/D169834
-
Jari Jalkanen authored
Bug 1816681 - Clean up all sync access handles in writable lock WPT test. r=dom-storage-reviewers,jesup Differential Revision: https://phabricator.services.mozilla.com/D169833
-
Kagami Sascha Rosylight authored
Bug 1818655 - Call exposeToActiveJS before passing the args to ThenWithCycleCollectedArgsJS's callback r=jonco Differential Revision: https://phabricator.services.mozilla.com/D170935
-