- Jun 07, 2022
-
-
James Teh authored
Differential Revision: https://phabricator.services.mozilla.com/D147854
-
- Jun 08, 2022
-
-
Gerald Squelart authored
Bug 1770544 - Avoid AUTO_PROFILER_THREAD_WAKE re-#define in non-MOZ_GECKO_PROFILER builds - r=gaston a=pascalc This should remove the redefinition warning. @gaston could you please test it on your system? I've tried simulating a non-MOZ_GECKO_PROFILER build locally, but I'm hitting other build errors -- but maybe I'm doing it wrong. Thanks! Differential Revision: https://phabricator.services.mozilla.com/D148582
-
Peter Van der Beken authored
Differential Revision: https://phabricator.services.mozilla.com/D146205
-
- May 31, 2022
-
-
Dana Keeler authored
Bug 1769669 - require specifying the trusted root in content signature verifier (patch for beta) r=jschanck,barret a=pascalc Before this patch, the content signature verifier (nsIContentSignatureVerifier/ContentSignatureVerifier) would identify the root it trusted based on the value of a preference. This patch changes the implementation to require a specified hard-coded root to trust as with add-on signature verification. Depends on D148428 Test Plan: https://treeherder.mozilla.org/jobs?repo=try&revision=11a43a92595dffded72d1044c1c9b756d738a64e Differential Revision: https://phabricator.services.mozilla.com/D148429
-
Dana Keeler authored
Bug 1769669 - move app signature verification to security/manager/ssl/ (patch for beta) r=jschanck a=pascalc Before this patch, the app signature verification code lived in security/apps/. The majority of the rest of PSM is in security/manager/ssl/ and there's little reason to have that extra directory for the app signature verification implementation alone. Differential Revision: https://phabricator.services.mozilla.com/D148428
-
- Jun 08, 2022
-
-
Mozilla Releng Treescript authored
it -> cb770d0a7132779b0dd40bffcb76777037c759c9 tl -> 11c52d8c62012ea90c35eb65b26899463e71d750
-
- Jun 07, 2022
-
-
Timothy Nikkel authored
Differential Revision: https://phabricator.services.mozilla.com/D148508
-
Alexandre Lissy authored
Differential Revision: https://phabricator.services.mozilla.com/D148502
-
Barret Rennie authored
This feature is required for Nimbus experiments that do not use an actual feature, e.g., when testing targeting, etc. Differential Revision: https://phabricator.services.mozilla.com/D148420
-
Kershaw Chang authored
Differential Revision: https://phabricator.services.mozilla.com/D147861
-
Nika Layzell authored
Differential Revision: https://phabricator.services.mozilla.com/D148540
-
- Jun 02, 2022
-
-
Tom Ritter authored
Differential Revision: https://phabricator.services.mozilla.com/D148123
-
Tom Ritter authored
Differential Revision: https://phabricator.services.mozilla.com/D148122
-
- May 30, 2022
-
-
David Parks authored
We want to clear this as late as possible to get the most accurate crash reporting. In particular, we should clear it after ProcessRuntime is destroyed as its destructor does a lot of work and could lead to hangs that may still be processed by the Shutdown Hang Terminator. Differential Revision: https://phabricator.services.mozilla.com/D147524
-
- Jun 02, 2022
-
-
Eitan Isaacson authored
Remove assert for doc to be last accessible to be removed because in a doc shutdown scenario it will be the first to be removed. Differential Revision: https://phabricator.services.mozilla.com/D148045
-
- Jun 08, 2022
-
-
Mozilla Releng Treescript authored
No bug - Tagging 2195f60b96bf0479b09105f7c671da16bd9553cb with FIREFOX_102_0b5_RELEASE a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
-
Mozilla Releng Treescript authored
No bug - Tagging 2195f60b96bf0479b09105f7c671da16bd9553cb with DEVEDITION_102_0b5_RELEASE a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
No bug - Tagging 2195f60b96bf0479b09105f7c671da16bd9553cb with FIREFOX_102_0b5_BUILD2 a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
No bug - Tagging 2195f60b96bf0479b09105f7c671da16bd9553cb with DEVEDITION_102_0b5_BUILD2 a=release CLOSED TREE DONTBUILD
-
- Jun 07, 2022
-
-
Jan-Ivar Bruaroey authored
Bug 1773067 - Test that getStats on closed peer connection rejects and doesn't hang. r=jesup,jrmuizel a=RyanVM Depends on D148562 Differential Revision: https://phabricator.services.mozilla.com/D148563
-
Jan-Ivar Bruaroey authored
Bug 1773067 - Restore previous behavior of rejecting getStats if invoked on closed peer connection. r=jesup,jrmuizel a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D148562
-
Mozilla Releng Treescript authored
No bug - Tagging 42cfe426f6862b50931060752d13d9b6afc6a0e1 with DEVEDITION_102_0b5_BUILD1 a=release CLOSED TREE DONTBUILD
-
Mozilla Releng Treescript authored
eu -> 97d7fe5f1f68207a8bbb33307a46e247f04dabab it -> 3c5a5798bfe718a55222643a1b3618c59e04040d kab -> 27a319140c7e1c653dbd88fc8eedc41afc2e1f0c pt-BR -> ef2c188ad6e295e5063651923cced9b2f7a7f659 sl -> e8dd99c9ff96d85308a84a3f34a20020cdbd1e4d
-
- Jun 01, 2022
-
-
Nika Layzell authored
Differential Revision: https://phabricator.services.mozilla.com/D147896
-
- May 31, 2022
-
-
Edgar Chen authored
Bug 1757531 - Do not forward focus to child frame when calling window.focus() on parent frame; r=hsivonen a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D146446
-
Glenn Watson authored
Bug 1771561 - Fix incorrectly invalidating tiles with zero-sized backdrop filters r=gfx-reviewers,lsalzman a=pascalc Differential Revision: https://phabricator.services.mozilla.com/D147710
-
Glenn Watson authored
Bug 1771556 - Handle backdrop capture failing clip check when sub-graph is visible r=gfx-reviewers,lsalzman a=pascalc This can happen when there is a long nested chain of backdrop-filters and float inaccuracies cause the final capture primitive to be culled. Differential Revision: https://phabricator.services.mozilla.com/D147704
-
Kai Engert authored
Differential Revision: https://phabricator.services.mozilla.com/D147376
-
- Jun 01, 2022
-
-
Emilio Cobos Álvarez authored
Even tho it is a configuration error, it is extremely confusing to click "Allow" in Firefox and get a "denied access" error. Instead fall back to MLS once we error, like other location providers do. MANUAL PUSH: Maciej doesn't have editbugs to approve patches yet, see bug 1772813. Differential Revision: https://phabricator.services.mozilla.com/D147864
-
- Jun 02, 2022
-
-
David Parks authored
CLSCTX_ALL is in line with MSDN sample code. Differential Revision: https://phabricator.services.mozilla.com/D148080
-
Emilio Cobos Álvarez authored
Bug 1771791 - Use regular ComputeIndexOf in ComputeFlatTreeIndexOf if there's no Shadow DOM involved. r=mrobinson a=pascalc Untested, but seems like it should address the regression. Differential Revision: https://phabricator.services.mozilla.com/D147865
-
- May 31, 2022
-
-
Emilio Cobos Álvarez authored
Bug 1680896 - Try to make test_pending_animation_tracker more reliable. r=birtles a=test-only DONTBUILD I couldn't reproduce this intermittent, but this test is prone to throttling decisions. In fact, without this check: https://searchfox.org/mozilla-central/rev/7751fef9eeb3db0a07ae4680daa2a62bd8f49882/dom/base/Document.cpp#7055 I did see consistent failures. Ensure the window is fully loaded so that the refresh driver doesn't get throttled unexpectedly. Try to enable the test across platforms. Differential Revision: https://phabricator.services.mozilla.com/D147633
-
- Jun 03, 2022
-
-
Julian Descottes authored
Bug 1772239 - [devtools] Stop reading client preference devtools.browsertoolbox.fission in the devtools server r=ochameau,devtools-backward-compat-reviewers,bomsy a=pascalc The devtools.browsertoolbox.fission should not be read on the server but should instead be provided to the server by the client. The breakage can be reproduced if you try to debug a Firefox desktop with devtools.browsertoolbox.fission = false from a Firefox with devtools.browsertoolbox.fission = true. Differential Revision: https://phabricator.services.mozilla.com/D148129
-
- Jun 02, 2022
-
-
Geoff Lankow authored
Differential Revision: https://phabricator.services.mozilla.com/D147840
-
- May 31, 2022
-
-
stransky authored
In this patch we refrence dmabuf surface when it's exported via. IPC to keep the reference active in case it's released on exporter side before it's received. Differential Revision: https://phabricator.services.mozilla.com/D147720
-
- Jun 06, 2022
-
-
Bob Owen authored
Running in Windows 7 compat mode can currently trigger this. Differential Revision: https://phabricator.services.mozilla.com/D148403
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D148386
-
Emilio Cobos Álvarez authored
Bug 1772336 - Tweak fuzz range for macOS scrollbars in content-visibility-064.html. r=gfx-reviewers,lsalzman a=test-only Differential Revision: https://phabricator.services.mozilla.com/D148404
-
Mozilla Releng Treescript authored
de -> 75ad0a9eb41019f589a0fbdd1f38e283238099b6 el -> 39a75f91ec72875fbeb11154765856d64eb54eff es-ES -> 6ce8ec75c74d9ed9b03f53f689f409b7df0fbc59 fi -> 62f3ace2683de6dbb909e7aa57df14a52674325b pt-BR -> c2ea40fa86466e4df69983204cc5c70b7c51fdec sl -> 491dc67ff337c0b88ffeae31978f76fac572bce9 zh-CN -> 80aa2ca8765809c87aa60408e3655adb78041de0
-