- Aug 30, 2022
-
-
Barret Rennie authored
Differential Revision: https://phabricator.services.mozilla.com/D155646
-
nchevobbe authored
This patch is the result of `mach esmify --convert toolkit/mozapps/extensions/internal/GMPProvider.jsm`. Callsites were fixed manually, as well as occasional references in comments. Differential Revision: https://phabricator.services.mozilla.com/D155832
-
sotaro authored
There were cases that the function was called when CompositorThreadHolder was not active Differential Revision: https://phabricator.services.mozilla.com/D155929
-
Sandor Molnar authored
Backed out changeset c0865c4d8f2f (bug 1787290) for causing xpc failures in backgroundtasks/tests/xpcshell/test_backgroundtask_targeting.js CLOSED TREE
-
Itiel authored
Differential Revision: https://phabricator.services.mozilla.com/D155795
-
Itiel authored
Bug 1787621 - Fix contrast on the about:addons Available Updates count badge, when in dark mode r=sfoster Differential Revision: https://phabricator.services.mozilla.com/D155784
-
hanna alemu authored
Depends on D154851 Differential Revision: https://phabricator.services.mozilla.com/D155305
-
Cosmin Sabou authored
-
Mike Hommey authored
Historically, we had configure.in in the tree, and generated configure with autoconf via client.mk at build time, and we'd run that configure. As a side effect, configure would be shipped in source tarballs, as with traditional autoconf-driven software. Bug 1671424 changed that, and made `mach build`/`mach configure` invoke configure.py directly, without needing configure. As a side effect, configure stopped being generated in source directories. An unexpected side effect was that configure stopped being shipped in source tarballs. Anyways, it has been long enough now that adding a configure file in the tree shouldn't cause too many problems with people updating their trees where a configure file might exist from those older builds. Differential Revision: https://phabricator.services.mozilla.com/D155923
-
Barret Rennie authored
Differential Revision: https://phabricator.services.mozilla.com/D155646
-
Jason Prickett authored
Differential Revision: https://phabricator.services.mozilla.com/D155287
-
James Teh authored
Windows a11y clients retrieve MathML markup using ISimpleDOMNode::innerHTML. We cache innerHTML to support this, but only on math elements and only on Windows. sdnAccessible had to be modified to support RemoteAccessible and to use the cache for this method. Differential Revision: https://phabricator.services.mozilla.com/D155806
-
James Teh authored
Bug 1787686: Expose the URL of a link as its value, as well as the value of text/image leaf descendants. r=morgan Differential Revision: https://phabricator.services.mozilla.com/D155810
-
Paul Bone authored
Differential Revision: https://phabricator.services.mozilla.com/D155774
-
Dana Keeler authored
Bug 1787321 - convert nsAHttpConnection::GetSecurityInfo into ::GetTLSSocketControl r=kershaw,necko-reviewers This continues work started in bug 1784098. Differential Revision: https://phabricator.services.mozilla.com/D155625
-
Ryan VanderMeulen authored
Bug 1787525 - Remove unneeded Wno-error=coverage-mismatch suppression. r=firefox-build-system-reviewers,ahochheiden Depends on D155738 Differential Revision: https://phabricator.services.mozilla.com/D155739
-
Ryan VanderMeulen authored
Bug 1787525 - Remove unneeded Wno-gnu-zero-variadic-macro-arguments suppression. r=firefox-build-system-reviewers,ahochheiden Depends on D155737 Differential Revision: https://phabricator.services.mozilla.com/D155738
-
Ryan VanderMeulen authored
Bug 1787525 - Remove unneeded Wno-error=backend-plugin suppression. r=firefox-build-system-reviewers,ahochheiden Depends on D155736 Differential Revision: https://phabricator.services.mozilla.com/D155737
-
Ryan VanderMeulen authored
Bug 1787525 - Remove unneeded Wno-error=return-std-move suppression. r=firefox-build-system-reviewers,ahochheiden Depends on D155735 Differential Revision: https://phabricator.services.mozilla.com/D155736
-
Ryan VanderMeulen authored
Bug 1787525 - Remove unneeded Wno-error=deprecated-copy suppression. r=firefox-build-system-reviewers,ahochheiden Depends on D155734 Differential Revision: https://phabricator.services.mozilla.com/D155735
-
Ryan VanderMeulen authored
Bug 1787525 - Remove unnecessary non-literal-null-conversion Werror setting. r=firefox-build-system-reviewers,ahochheiden It's enabled by default and our modern clang toolchain works fine with it on all platforms. Differential Revision: https://phabricator.services.mozilla.com/D155734
-
Byoungchan Lee authored
Differential Revision: https://phabricator.services.mozilla.com/D155762
-
- Aug 29, 2022
-
-
alwu authored
Bug 1787402 - explicitly reject the type if the process doesn't support that specific track before receving the support information from remote processes. r=azebrowski We determine if a type is supported by checking the support information sent from remote processes. If we haven't received that infermation, what we did before is, simply guess the remote process supports that type, and then try to create a real decoder in the remote process if possible. However, as now we restrict certain processes can only support certain tracks. We can do that check earlier to eliminate an impossible case. Eg. requesting a video decoder to a process which only supports audio decoding. Differential Revision: https://phabricator.services.mozilla.com/D155747
-
Sandor Molnar authored
Backed out 2 changesets (bug 1775424) for causing linux hazard build bustage in js/loader/ModuleLoaderBase.cpp CLOSED TREE Backed out changeset a043a84a771c (bug 1775424) Backed out changeset 19bc4fafd300 (bug 1775424)
-
Sandor Molnar authored
Backed out changeset 1c2af90126ee (bug 1787321) for causing bp-hybrid build bustages in netwerk/base/ARefBase.h CLOSED TREE
-
Dana Keeler authored
Bug 1787321 - convert nsAHttpConnection::GetSecurityInfo into ::GetTLSSocketControl r=kershaw,necko-reviewers This continues work started in bug 1784098. Differential Revision: https://phabricator.services.mozilla.com/D155625
-
Sandor Molnar authored
Backed out changeset 225b8bbe0912 (bug 1786647) for causing browser-chrome failures in toolkit/components/messaging-system/schemas/TriggerActionSchemas/test/browser/browser_asrouter_trigger_docs.js CLOSED TREE
-
Sandor Molnar authored
Backed out changeset bb1d2a4a5570 (bug 1786525) for causing build bustages in xpfe/appshell/AppWindow.cpp CLOSED TREE
-
Emilio Cobos Álvarez authored
I was looking into bug 1786525 and this caused some useless notifications which we can avoid. Differential Revision: https://phabricator.services.mozilla.com/D155407
-
Emilio Cobos Álvarez authored
Otherwise, it changes the move-to-rect inputs, which can change the output as well, making us move the anchor all the way to the right. You could, I guess, consider this a mutter bug of sorts, because it feels weird that you pass it an anchor that has been a `move-to-rect` output and you get another rect as an output. But also, it's kinda silly that we're doing that to begin with, so avoid it by telling the popup frame whether it's been positioned / moved by move-to-rect (and keeping the anchor in that case). The reason this works on my setup without "Large text" is just dumb luck (the front-end computes a max-height for the panel that is small enough to fit on the screen). Differential Revision: https://phabricator.services.mozilla.com/D155406
-
Cosmin Sabou authored
Backed out 2 changesets (bug 1785294) for causing xpcshell failures on est_ext_eventpage_settings.js. CLOSED TREE Backed out changeset fea7efce878b (bug 1785294) Backed out changeset 4b7c6808489d (bug 1785294)
-
Gijs Kruitbosch authored
Differential Revision: https://phabricator.services.mozilla.com/D155868
-
Meg Viar authored
Bug 1786647 - Split up Feature Callout messages and fetch from ASRouter on page load, focus, and screen advance r=Mardak Differential Revision: https://phabricator.services.mozilla.com/D155524
-
Luca Greco authored
Bug 1785294 - Allow pending async API event listeners calls to reset event page idle timeout only once. r=mixedpuppy Depends on D153525 Differential Revision: https://phabricator.services.mozilla.com/D155071
-
Luca Greco authored
Bug 1785294 - Reset idle on API event listeners with a pending queryRunListener promise. r=mixedpuppy Differential Revision: https://phabricator.services.mozilla.com/D153525
-
Joel Maher authored
Bug 1780222 - annotation report should show multi line conditions properly. r=gbrown,webdriver-reviewers,whimboo Differential Revision: https://phabricator.services.mozilla.com/D155761
-
Sandor Molnar authored
Backed out changeset e511290b39cc (bug 1784432) for causing browser-chrome failures in browser/components/extensions/test/browser/browser_ext_menus_events.js CLOSED TREE
-
Stephanie Cunnane authored
Differential Revision: https://phabricator.services.mozilla.com/D155874
-
Chris Martin authored
Differential Revision: https://phabricator.services.mozilla.com/D152938
-
Mozilla Releng Treescript authored
ar -> e4efbb1ae8c9460d91697cb19ca399391516c6a1 da -> 10e0d35aa0c0fe14bdfca7003998b021d3112067 de -> 081cb3579df43cc693b9ec190ee0080834b077b9 fy-NL -> 43d90376f8c879819a9690e79a46207045fda723 nl -> 5ae8284dce3f664674a05e48b39f565f7cc1ecd4 oc -> 859a2e7f699c47e49a33e6fb7e1ac2ed72aa2290 si -> fadee9d67986216412cc618106e2caa4029778c6 sk -> 13f02831c35a98b6dd6c013cf65b3b9facd2e638 tg -> 684694f3c6fb8be0c709a8c5203f3a6792d352f5 uk -> 9ab9d08a4e6c8a432f1d7ff699840d685fd48020
-