gecko-dev/dom/media/eme
Nicholas Nethercote 949658eb73 Bug 1329857 - Remove NS_METHOD and NS_CALLBACK. r=froydnj.
Bug 1295053 removed most uses of NS_METHOD and NS_CALLBACK, but one use was
unintentionally left behind (in the XPIDL parser) and another has since crept
in (in MediaDrmCDMProxy.h).

So this patch removes NS_METHOD and NS_CALLBACK. NS_METHOD_(nsresult) and
NS_CALLBACK_(nsresult, T) can still be used for the same purpose, but those
alternatives are less likely to be used unintentionally.

--HG--
extra : rebase_source : a50fc7b2a64a36d1ca9beda81bc0edb8f2ec1934
2017-01-10 14:08:43 +11:00
..
mediadrm Bug 1329857 - Remove NS_METHOD and NS_CALLBACK. r=froydnj. 2017-01-10 14:08:43 +11:00
CDMCaps.cpp Bug 1290830 - [Part2] Remove the GMP types using genral types instead. r=cpearce 2016-08-02 15:05:21 +08:00
CDMCaps.h Bug 1290830 - [Part2] Remove the GMP types using genral types instead. r=cpearce 2016-08-02 15:05:21 +08:00
CDMProxy.h Bug 1317927 - Media caching needs to use origin attributes, r=cpearce, r=jesup 2016-12-07 07:07:09 -10:00
DecryptorProxyCallback.h Bug 1306314 - Add an ID to GMPDecryptor instances, reflect that on CDMProxy. r=gerald 2016-11-11 12:10:43 +13:00
DetailedPromise.cpp
DetailedPromise.h
EMEUtils.cpp Bug 1314445 - Remove unused ParseKeySystem(). r=gerald 2016-11-02 13:56:23 +13:00
EMEUtils.h Bug 1314445 - Remove unused ParseKeySystem(). r=gerald 2016-11-02 13:56:23 +13:00
MediaEncryptedEvent.cpp Bug 1297558 - Remove explicit calls to Expose*ToActiveJS r=mccr8 2016-10-18 17:58:19 +01:00
MediaEncryptedEvent.h
MediaKeyError.cpp
MediaKeyError.h
MediaKeyMessageEvent.cpp Bug 1311252 - Make MediaKeyMessageEvent.webidl patch spec. r=smaug 2016-10-19 20:33:54 +13:00
MediaKeyMessageEvent.h
MediaKeys.cpp Bug 1317927 - Media caching needs to use origin attributes, r=cpearce, r=jesup 2016-12-07 07:07:09 -10:00
MediaKeys.h Bug 1320614 - Remove MediaKeys::mNodeId as it's only ever written and never read. r=gerald 2016-11-28 12:12:34 +13:00
MediaKeySession.cpp Bug 1324926 - Log expiration in terms of hours remaining in MediaKeySession.SetExpiration(). r=gerald 2016-12-21 11:49:26 +13:00
MediaKeySession.h Bug 1314445 - Don't pass CDM version to MediaKey*. r=gerald 2016-11-02 11:56:30 +13:00
MediaKeyStatusMap.cpp Bug 1290830 - [Part2] Remove the GMP types using genral types instead. r=cpearce 2016-08-02 15:05:21 +08:00
MediaKeyStatusMap.h Bug 1289942 - Make MediaKeyStatusMap.get() return undefined for unknown keys. r=bz 2016-07-28 14:03:01 +12:00
MediaKeySystemAccess.cpp Bug 1329547 - Remove EME checks for Vista. r=cpearce 2017-01-08 00:56:45 -08:00
MediaKeySystemAccess.h Bug 1314445 - Make MediaKeySystemAccess use GMPService::HasPluginForAPI. r=gerald 2016-11-02 13:42:40 +13:00
MediaKeySystemAccessManager.cpp Bug 1323566 - Fix incorrect index usage in MediaKeySystemAccessManager::Observe(). r=cpearce 2016-12-15 11:53:54 +08:00
MediaKeySystemAccessManager.h
moz.build Bug 1306572 - Part3 - Implement MediaCDMProxy and the callback proxy. r=cpearce 2016-11-01 14:39:34 +08:00