Bug 1666089 - enable MediaSession and MediaMetadata interface. r=emilio

We have enabled Media Session API by default in bug1665496.

Differential Revision: https://phabricator.services.mozilla.com/D90796
This commit is contained in:
alwu 2020-09-21 14:59:09 +00:00
Родитель e86f3d5db3
Коммит 946ca59998
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -680,7 +680,7 @@ var interfaceNamesInGlobalScope = [
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "MediaList", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "MediaMetadata", insecureContext: true, nightly: true },
{ name: "MediaMetadata", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "MediaQueryList", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
@ -690,7 +690,7 @@ var interfaceNamesInGlobalScope = [
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "MediaRecorderErrorEvent", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "MediaSession", insecureContext: true, nightly: true },
{ name: "MediaSession", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "MediaSource", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!