gecko-dev/dom/media/eme
Jean-Yves Avenard 87438519f0 Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj
Before P1, GetCurrentThreadSerialEventTarget would have always returned the same data as NS_GetCurrentThread, making the comment incorrect Now it will properly return the running TaskQueue if any.

This change of name more clearly exposes what they are doing, as we aren't always dealing with threads directly; but a nsISerialEventTarget

Differential Revision: https://phabricator.services.mozilla.com/D80354
2020-06-23 05:05:36 +00:00
..
mediadrm Bug 1637452: Part 11 - Fix JNI includes in dom/media; r=jya 2020-05-15 17:05:12 +00:00
CDMCaps.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
CDMCaps.h Bug 1626570 - Improve handling of copying arrays in dom/media/. r=bryce 2020-05-05 11:38:10 +00:00
CDMProxy.h Bug 1626570 - Improve handling of copying arrays in dom/media/. r=bryce 2020-05-05 11:38:10 +00:00
DecryptorProxyCallback.h Bug 1615035. Use ErrorResults, not nsresults, to propagate errors in CDM code. r=bryce 2020-02-19 01:15:33 +00:00
DetailedPromise.cpp Bug 1615022 part 2. Require an rvalue reference to reject a Promise with an ErrorResult. r=farre,kvark 2020-02-14 15:42:30 +00:00
DetailedPromise.h Bug 1619112 part 3. Pass UTF8 strings to MaybeRejectWithType/RangeError promise methods. r=smaug 2020-03-06 21:05:48 +00:00
EMEUtils.cpp Bug 1633598 - Add a user of |JS::CopyArrayBuffer|. r=peterv 2020-05-07 23:47:21 +00:00
EMEUtils.h Bug 1633598 - Add a user of |JS::CopyArrayBuffer|. r=peterv 2020-05-07 23:47:21 +00:00
MediaEncryptedEvent.cpp Bug 1636252 - Handle JSAPI-created errors better a few places in EME code. r=peterv 2020-05-12 07:58:10 +00:00
MediaEncryptedEvent.h
MediaKeyError.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
MediaKeyError.h
MediaKeyMessageEvent.cpp Bug 1636252 - Handle JSAPI-created errors better a few places in EME code. r=peterv 2020-05-12 07:58:10 +00:00
MediaKeyMessageEvent.h
MediaKeySession.cpp Bug 1639310 - Remove unnecessary implicitJSContext annotations. r=mccr8 2020-05-19 20:48:21 +00:00
MediaKeySession.h Bug 1639310 - Remove unnecessary implicitJSContext annotations. r=mccr8 2020-05-19 20:48:21 +00:00
MediaKeyStatusMap.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
MediaKeyStatusMap.h Bug 1626570 - Improve handling of copying arrays in dom/media/. r=bryce 2020-05-05 11:38:10 +00:00
MediaKeySystemAccess.cpp Bug 1637452: Part 11 - Fix JNI includes in dom/media; r=jya 2020-05-15 17:05:12 +00:00
MediaKeySystemAccess.h
MediaKeySystemAccessManager.cpp Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
MediaKeySystemAccessManager.h Bug 1619112 part 4. Remove some unnecessary string conversions in EME code. r=bryce 2020-03-06 21:06:01 +00:00
MediaKeySystemAccessPermissionRequest.cpp Bug 1587522 - Add MediaKeySystemAccessPermissionRequest. r=alwu 2020-02-24 21:21:09 +00:00
MediaKeySystemAccessPermissionRequest.h Bug 1587522 - Add MediaKeySystemAccessPermissionRequest. r=alwu 2020-02-24 21:21:09 +00:00
MediaKeys.cpp Bug 1639310 - Remove unnecessary implicitJSContext annotations. r=mccr8 2020-05-19 20:48:21 +00:00
MediaKeys.h Bug 1639310 - Remove unnecessary implicitJSContext annotations. r=mccr8 2020-05-19 20:48:21 +00:00
moz.build Bug 1587522 - Add MediaKeySystemAccessPermissionRequest. r=alwu 2020-02-24 21:21:09 +00:00