gecko-dev/dom/media/gmp
Jay Harris acd2a7ede3 Bug 1319159 - Updates the whitelist of libraries in GMPChild. r=cpearce
MozReview-Commit-ID: 2KZHwO34idZ

--HG--
extra : rebase_source : f58a37aa26250971d9f27039b7cb323cec26ef92
extra : histedit_source : 9ae40947eb3fd8b0d6fcbd0b98c0dc9ecf7604bf
2017-01-11 10:02:25 +13:00
..
gmp-api Bug 1313202 - Convert InvalidAccessErrors coming out of the Widevine CDM to TypeErrors like Chrome does. r=gerald 2016-10-27 14:04:10 +13:00
rlz Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
widevine-adapter Backed out 3 changesets (bug 1318965) for frequent media test failures a=backout 2017-01-13 13:23:31 -08:00
GMPAudioDecoderChild.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPAudioDecoderChild.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPAudioDecoderParent.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPAudioDecoderParent.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPAudioDecoderProxy.h
GMPAudioHost.cpp
GMPAudioHost.h
GMPCallbackBase.h
GMPCDMCallbackProxy.cpp Bug 1306314 - Add an ID to GMPDecryptor instances, reflect that on CDMProxy. r=gerald 2016-11-11 12:10:43 +13:00
GMPCDMCallbackProxy.h Bug 1306314 - Add an ID to GMPDecryptor instances, reflect that on CDMProxy. r=gerald 2016-11-11 12:10:43 +13:00
GMPCDMProxy.cpp Bug 1317927 - Media caching needs to use origin attributes, r=cpearce, r=jesup 2016-12-07 07:07:09 -10:00
GMPCDMProxy.h Bug 1317927 - Media caching needs to use origin attributes, r=cpearce, r=jesup 2016-12-07 07:07:09 -10:00
GMPChild.cpp Bug 1319159 - Updates the whitelist of libraries in GMPChild. r=cpearce 2017-01-11 10:02:25 +13:00
GMPChild.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPContentChild.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPContentChild.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPContentParent.cpp Bug 1316215 - Block GMPContentParent close while a GMPService::GetContentParent is being processed. r=gerald 2016-11-16 10:59:08 +13:00
GMPContentParent.h Bug 1316215 - Block GMPContentParent close while a GMPService::GetContentParent is being processed. r=gerald 2016-11-16 10:59:08 +13:00
GMPCrashHelper.cpp Bug 1317822 - Move GMPCrashHelper into its own file. r=gerald 2016-11-16 11:35:36 +13:00
GMPCrashHelper.h Bug 1317822 - Move GMPCrashHelper into its own file. r=gerald 2016-11-16 11:35:36 +13:00
GMPCrashHelperHolder.h Bug 1317822 - Move GMPCrashHelper into its own file. r=gerald 2016-11-16 11:35:36 +13:00
GMPDecryptorChild.cpp Bug 1324925 - Convert GMPTimestamp to epoch seconds in GMPDecryptorChild::ExpirationChange(). r=gerald 2016-12-21 11:52:16 +13:00
GMPDecryptorChild.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPDecryptorParent.cpp Bug 1324926 - Convert other EME/GMP byte logging from Base64 to Hex. r=gerald 2016-12-21 10:37:09 +13:00
GMPDecryptorParent.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPDecryptorProxy.h Bug 1290830 - [Part1] Detach the GMPDecryptorProxyCallback interface to DecryptorProxyCallback. r=cpearce 2016-08-01 17:37:18 +08:00
GMPDiskStorage.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
GMPEncryptedBufferDataImpl.cpp
GMPEncryptedBufferDataImpl.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
GMPLoader.cpp Bug 1317241 - Use C++11's override and remove virtual where applicable in dom/ r=baku 2016-11-15 13:09:07 +02:00
GMPLoader.h Bug 1306314 - Pipe decryptor ID through to WidevineAdapter. r=gerald 2016-11-11 14:55:56 +13:00
GMPMemoryStorage.cpp
GMPMessageUtils.h Bug 1313202 - Convert InvalidAccessErrors coming out of the Widevine CDM to TypeErrors like Chrome does. r=gerald 2016-10-27 14:04:10 +13:00
GMPParent.cpp Bug 1319159 - Updates how 'ParseChromiumManifest' works so that it doesn't assume Widevine (now it assumes Widevine or Clearkey..). r=cpearce 2016-12-22 11:28:40 +13:00
GMPParent.h Bug 1316215 - Make GMPParent::IsUsed() take into account whether there are pending GetContentParent calls. r=gerald 2016-11-18 12:37:14 +13:00
GMPPlatform.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
GMPPlatform.h
GMPProcessChild.cpp
GMPProcessChild.h
GMPProcessParent.cpp Bug 1288021: When we have a network GMP path fix the format for the sandbox rule. r=cpearce 2016-07-20 09:20:30 +01:00
GMPProcessParent.h Bug 1277705 - Remove waitable_event_watcher (r=dvander) 2016-06-24 13:15:41 -07:00
GMPService.cpp Bug 1324926 - Log Gecko version and buildID in GMP log. r=gerald 2016-12-21 09:53:15 +13:00
GMPService.h Bug 1316215 - Block GMPContentParent close while a GMPService::GetContentParent is being processed. r=gerald 2016-11-16 10:59:08 +13:00
GMPServiceChild.cpp Bug 1323566 - Fix incorrect index usage in MediaKeySystemAccessManager::Observe(). r=cpearce 2016-12-15 11:53:54 +08:00
GMPServiceChild.h Bug 1317927 - Media caching needs to use origin attributes, r=cpearce, r=jesup 2016-12-07 07:07:09 -10:00
GMPServiceParent.cpp Bug 1328653 - Merging all the various *OriginAttributes to just one, r=huseby 2017-01-12 17:38:48 +01:00
GMPServiceParent.h Bug 1317927 - Media caching needs to use origin attributes, r=cpearce, r=jesup 2016-12-07 07:07:09 -10:00
GMPSharedMemManager.cpp
GMPSharedMemManager.h
GMPStorage.h
GMPStorageChild.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPStorageChild.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPStorageParent.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPStorageParent.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPTimerChild.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPTimerChild.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPTimerParent.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPTimerParent.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPTypes.ipdlh Bug 1303922 - Part 1: Make EME keystatuschanged information notified in batch. r=cpearce 2016-10-04 17:18:46 +08:00
GMPUtils.cpp Bug 1325185 - Fix operator precedence in GMPUtils' ToHexString(). r=gerald 2016-12-22 09:20:17 +13:00
GMPUtils.h Bug 1324926 - Convert other EME/GMP byte logging from Base64 to Hex. r=gerald 2016-12-21 10:37:09 +13:00
GMPVideoDecoderChild.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPVideoDecoderChild.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPVideoDecoderParent.cpp Bug 1324926 - Log keyId as hex when decoding video via GMP. r=gerald 2016-12-21 09:54:20 +13:00
GMPVideoDecoderParent.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPVideoDecoderProxy.h
GMPVideoEncodedFrameImpl.cpp
GMPVideoEncodedFrameImpl.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
GMPVideoEncoderChild.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPVideoEncoderChild.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPVideoEncoderParent.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPVideoEncoderParent.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
GMPVideoEncoderProxy.h
GMPVideoHost.cpp
GMPVideoHost.h
GMPVideoi420FrameImpl.cpp
GMPVideoi420FrameImpl.h
GMPVideoPlaneImpl.cpp
GMPVideoPlaneImpl.h
moz.build Backed out 3 changesets (bug 1318965) for frequent media test failures a=backout 2017-01-13 13:23:31 -08:00
mozIGeckoMediaPluginChromeService.idl Bug 1278037 - Part 4: Modify the mozIGeckoMediaPluginChromeService.forgetThisSite() to take the originAttributes pattern as an argument. r=cpearce 2016-07-28 11:46:06 +08:00
mozIGeckoMediaPluginService.idl Bug 1317927 - Media caching needs to use origin attributes, r=cpearce, r=jesup 2016-12-07 07:07:09 -10:00
PGMP.ipdl
PGMPAudioDecoder.ipdl
PGMPContent.ipdl Bug 1306314 - Pass decryptor ID to GMPVideoDecoder constructor. r=gerald 2016-11-14 11:07:02 +13:00
PGMPDecryptor.ipdl Bug 1324925 - Convert GMPTimestamp to epoch seconds in GMPDecryptorChild::ExpirationChange(). r=gerald 2016-12-21 11:52:16 +13:00
PGMPService.ipdl Bug 1317927 - Media caching needs to use origin attributes, r=cpearce, r=jesup 2016-12-07 07:07:09 -10:00
PGMPStorage.ipdl
PGMPTimer.ipdl
PGMPVideoDecoder.ipdl
PGMPVideoEncoder.ipdl
README.txt

This directory contains code supporting Gecko Media Plugins (GMPs). The GMP API is not the same thing as the Media Plugin API (MPAPI).