gecko-dev/xpcom
Jean-Yves Avenard c56eb8ef3c Bug 1653638 - P1. Rename thread type and remove unused one. r=mattwoodrow
Historically, the MediaThreadType::PLAYBACK was used just for that; the MediaDecoderReader and exclusively for playback content.

This is no longer the case ; it's used in multiple places, and not just with playback: webrtc, webaudio, benchmark etc.

The primary use of the "PLAYBACK" thread was to distinguish from the "PLATFORM_DECODER" one as they dispatch synchronous tasks from one to the other, and we must ensure they don't share the same threadpool.

CONTROLLER is more fitting here, as this is how it's typically used: a controller thread manage the decoder threads.

Additionally, we remove the MTG_CONTROL one as it's not used.

Differential Revision: https://phabricator.services.mozilla.com/D85543
2020-08-03 08:01:07 +00:00
..
base Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-08-02 15:29:15 +00:00
build Bug 1223932 - delete guard object uses from the tree; r=jwalden 2020-07-30 14:22:38 +00:00
components Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2020-07-27 17:45:43 +00:00
doc
ds Bug 1654045 - part2 : add 'onactivated/ondeactivated' event handlers and 'isActive' on the media control webidl interface. r=chunmin 2020-07-31 17:26:38 +00:00
glue Bug 1635569 - Set execute flags when prefetching images r=aklotz 2020-05-06 11:53:27 +00:00
idl-parser Bug 1654602 - Run `xpidl` unit tests as part of `xpcom` subsuite r=froydnj 2020-07-22 17:51:14 +00:00
io Bug 1650768 - P3. Add .fileloc and .webloc file extensions to executable extension list r=Gijs 2020-07-23 12:31:14 +00:00
libxpt/xptcall
reflect Bug 1654483 - Enable the CFI directives for NS_InvokeByIndex on macOS. r=froydnj 2020-07-24 13:04:35 +00:00
rust Bug 1650456 - Correct name in a few places, r=froydnj 2020-07-03 20:20:29 +00:00
string Bug 1651323 - Add MOZ_LIFETIME_BOUND attribute to nsTLiteralString AsString and conversion operator. r=xpcom-reviewers,nika 2020-07-10 12:16:20 +00:00
system Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi 2020-07-08 20:15:59 +00:00
tests Bug 1653638 - P1. Rename thread type and remove unused one. r=mattwoodrow 2020-08-03 08:01:07 +00:00
threads Bug 1223932 - delete guard object uses from the tree; r=jwalden 2020-07-30 14:22:38 +00:00
windbgdlg
xpidl
moz.build
xpcom-config.h.in
xpcom-private.h.in