- 13 Jan, 2021 1 commit
-
-
Aki Sasaki authored
Differential Revision: https://phabricator.services.mozilla.com/D101498
-
- 19 Nov, 2020 1 commit
-
-
Mike Hommey authored
And don't set SHELL on mac workers (added in da452e43b5d5 because of the exception thrown by this code not having a fallback) Differential Revision: https://phabricator.services.mozilla.com/D97686
-
- 08 Oct, 2020 1 commit
-
-
Mike Hommey authored
All the workers that had hg under /tools/python27-mercurial are gone. This also fixes run-task for workers running > 10.14. Differential Revision: https://phabricator.services.mozilla.com/D92867
-
- 12 Jan, 2021 2 commits
-
-
Julien Cristau authored
-
Julien Cristau authored
-
- 07 Jan, 2021 1 commit
-
-
André Bargull authored
ESR78 backport Differential Revision: https://phabricator.services.mozilla.com/D101021
-
- 09 Jan, 2021 1 commit
-
-
André Bargull authored
Differential Revision: https://phabricator.services.mozilla.com/D100883
-
- 08 Jan, 2021 1 commit
-
-
André Bargull authored
Differential Revision: https://phabricator.services.mozilla.com/D100787
-
- 18 Dec, 2020 1 commit
-
-
Brendan Early authored
Differential Revision: https://phabricator.services.mozilla.com/D88738
-
- 14 Dec, 2020 1 commit
-
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D99662
-
- 03 Dec, 2020 1 commit
-
-
Lars T Hansen authored
Differential Revision: https://phabricator.services.mozilla.com/D98572
-
- 12 Jan, 2021 1 commit
-
-
John Lin authored
Dispatching the `MediaDataEncoder::Encode()` invocation is not really necessary because the callback is desinated to run in task queue anyway. Also make `Shutdown()` wait for completion to make sure resource is released before next allocation. Includes parts from: * Bug 1662514 - Take mCallbackMutex when accessing mError. * Bug 1662540: Remove unused member. * Bug 1640416 - p5: run WebrtcMediaDataEncoder and the platform encoder in different thread pools/task queues.
-
- 07 Jan, 2021 1 commit
-
-
Andreas Pehrson authored
Differential Revision: https://phabricator.services.mozilla.com/D98354
-
- 11 Jan, 2021 1 commit
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D101353
-
- 10 Dec, 2020 1 commit
-
-
Kirk Steuber authored
Differential Revision: https://phabricator.services.mozilla.com/D99373
-
- 02 Jun, 2020 1 commit
-
-
Zhao Jiazhong authored
Bug 1642265 - [MIPS64] Add branchTestSymbol and fallibleUnboxPtr to MacroAssembler. r=tcampbell, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D77629
-
- 05 Jan, 2021 1 commit
-
-
Steve Fink authored
Differential Revision: https://phabricator.services.mozilla.com/D100261
-
- 08 Dec, 2020 2 commits
-
-
Steve Fink authored
Differential Revision: https://phabricator.services.mozilla.com/D98700
-
Steve Fink authored
Differential Revision: https://phabricator.services.mozilla.com/D97386
-
- 07 Jan, 2021 1 commit
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D101027
-
- 06 Jan, 2021 2 commits
-
-
Mozilla Releng Treescript authored
No bug - Tagging df0581e37d875577ff1f2be1d5943e0d03c9e796 with FIREFOX_78_6_1esr_RELEASE a=release CLOSED TREE DONTBUILD
-
Ryan VanderMeulen authored
-
- 05 Jan, 2021 1 commit
-
-
Mozilla Releng Treescript authored
No bug - Tagging df0581e37d875577ff1f2be1d5943e0d03c9e796 with FIREFOX_78_6_1esr_BUILD1 a=release CLOSED TREE DONTBUILD
-
- 22 Dec, 2020 1 commit
-
-
Mihai Alexandru Michis authored
Bug 1683792 - Remove sandbox-navigation-timing.tentative.html manifest for causing unexpected passes. r=aryx, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D100326
-
- 07 Dec, 2020 1 commit
-
-
Michael Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D98527
-
- 03 Dec, 2020 1 commit
-
-
Masatoshi Kimura authored
Bug 1652412 - Do not set as default .pdf, .svg, ftp:, and mailto: handlers on Windows 7. r=mhowell, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D98580
-
- 30 Nov, 2020 1 commit
-
-
Mark Banner authored
Differential Revision: https://phabricator.services.mozilla.com/D97779
-
- 12 Nov, 2020 1 commit
-
-
Michael Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D96621
-
- 12 Jun, 2020 1 commit
-
-
Nicolas Chevobbe authored
Differential Revision: https://phabricator.services.mozilla.com/D79474
-
- 16 Dec, 2020 1 commit
-
-
Yaron Tausky authored
Differential Revision: https://phabricator.services.mozilla.com/D100802
-
- 04 Jan, 2021 3 commits
-
-
Nils Ohlmeier [:drno] authored
Depends on D100490 Differential Revision: https://phabricator.services.mozilla.com/D100491
-
Nils Ohlmeier [:drno] authored
Bug 1683964: clean up more resources of existing SCTP association in case of a restart. r=ng, a=RyanVM Depends on D100379 Differential Revision: https://phabricator.services.mozilla.com/D100490
-
Nils Ohlmeier [:drno] authored
Differential Revision: https://phabricator.services.mozilla.com/D100379
-
- 15 Dec, 2020 2 commits
-
-
Jon Coppeard authored
This takes account of the fact that zones may be added to the waiting set during an incremental GC, after the set has been cleared in CycleCollectedJSRuntime::PrepareWaitingZonesForGC. I considered disallowing zones to be added to the set during a GC but decided it would be better not to lose track of poked zones in the usual case where they don't end up getting destoryed by the current GC. Depends on D100799 Differential Revision: https://phabricator.services.mozilla.com/D100800
-
Jon Coppeard authored
Bug 1681268 - Check zone pointers passed into the API and add a callback for zone destruction. r=sfink, a=tjr This adds assertions that zone pointers passed in refer to zones we know about and adds and API that's called when zones are destroyed. It also adds some standard assertions for other related APIs. Differential Revision: https://phabricator.services.mozilla.com/D100799
-
- 21 Dec, 2020 2 commits
-
-
Sebastian Hengst authored
-
Alexis Beingessner authored
Differential Revision: https://phabricator.services.mozilla.com/D100024
-
- 14 Aug, 2020 1 commit
-
-
Mike Hommey authored
This fixes the following error when running on Apple Silicon DTK: AGX: agxs_util.cpp:355:size_t getSystemMemorySize(): !!! Verification failed: status == 0 Differential Revision: https://phabricator.services.mozilla.com/D87048
-
- 22 Oct, 2020 1 commit
-
-
Mike Hommey authored
The warning is broken in older versions of clang. It also turns out we were disabling it locally for some directories because of this very problem. A few local disable rules stay under accessible/ because they do hide actual warnings from code generated by MIDL. Differential Revision: https://phabricator.services.mozilla.com/D94262
-
- 28 Dec, 2020 1 commit
-
-
Emilio Cobos Álvarez authored
This works both with the old and new cbindgen-generated bindings. This is effectively dead code on ESR though, because we haven't enabled WebGPU there, but... Differential Revision: https://phabricator.services.mozilla.com/D100497
-