b=1069009 add Media Source Extensions to test_interfaces.html r=smaug

--HG--
extra : rebase_source : 2864c15a4fd44b6dc818668704c6f10cf32fd7ad
This commit is contained in:
Karl Tomlinson 2014-09-17 14:38:25 +12:00
Родитель 45866c00ad
Коммит 85e00821d7
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -634,6 +634,8 @@ var interfaceNamesInGlobalScope =
"MediaQueryList",
// IMPORTANT: Do not change this list without review from a DOM peer!
"MediaRecorder",
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "MediaSource", pref: "media.mediasource.enabled"},
// IMPORTANT: Do not change this list without review from a DOM peer!
"MediaStream",
// IMPORTANT: Do not change this list without review from a DOM peer!
@ -878,6 +880,10 @@ var interfaceNamesInGlobalScope =
"SimpleGestureEvent",
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SimpleTest", xbl: false},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SourceBuffer", pref: "media.mediasource.enabled"},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SourceBufferList", pref: "media.mediasource.enabled"},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "SpeechSynthesisEvent", b2g: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
@ -1204,6 +1210,8 @@ var interfaceNamesInGlobalScope =
{name: "USSDReceivedEvent", b2g: true, pref: "dom.mobileconnection.enabled"},
// IMPORTANT: Do not change this list without review from a DOM peer!
"ValidityState",
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "VideoPlaybackQuality", pref: "media.mediasource.enabled"},
// IMPORTANT: Do not change this list without review from a DOM peer!
"VideoStreamTrack",
// IMPORTANT: Do not change this list without review from a DOM peer!