Bug 1319159 - Updates the whitelist of libraries in GMPChild. r=cpearce

MozReview-Commit-ID: 2KZHwO34idZ

--HG--
extra : rebase_source : f58a37aa26250971d9f27039b7cb323cec26ef92
extra : histedit_source : 9ae40947eb3fd8b0d6fcbd0b98c0dc9ecf7604bf
This commit is contained in:
Jay Harris 2017-01-11 10:02:25 +13:00
Родитель f4929b46d1
Коммит acd2a7ede3
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -299,12 +299,9 @@ GMPChild::RecvPreloadLibs(const nsCString& aLibs)
// loaded after the sandbox has started
// Items in this must be lowercase!
static const char *const whitelist[] = {
"d3d9.dll", // Create an `IDirect3D9` to get adapter information
"dxva2.dll", // Get monitor information
"evr.dll", // MFGetStrideForBitmapInfoHeader
"mfplat.dll", // MFCreateSample, MFCreateAlignedMemoryBuffer, MFCreateMediaType
"msauddecmft.dll", // AAC decoder (on Windows 8)
"msmpeg2adec.dll", // AAC decoder (on Windows 7)
"msmpeg2vdec.dll", // H.264 decoder
};