Bug 1425458 - Resource timing entries Workers - part 6 - PerformanceResourceTiming exposed, r=smaug

This commit is contained in:
Andrea Marchesini 2018-01-24 17:17:32 +01:00
Родитель a1fb457571
Коммит 692e6f7518
3 изменённых файлов: 5 добавлений и 0 удалений

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

@ -10,6 +10,7 @@
* liability, trademark and document use rules apply.
*/
[Exposed=(Window,Worker)]
interface PerformanceResourceTiming : PerformanceEntry
{
readonly attribute DOMString initiatorType;

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

@ -188,6 +188,8 @@ var interfaceNamesInGlobalScope =
"PerformanceObserver",
// IMPORTANT: Do not change this list without review from a DOM peer!
"PerformanceObserverEntryList",
// IMPORTANT: Do not change this list without review from a DOM peer!
"PerformanceResourceTiming",
// IMPORTANT: Do not change this list without review from a DOM peer!
"ProgressEvent",
// IMPORTANT: Do not change this list without review from a DOM peer!

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

@ -182,6 +182,8 @@ var interfaceNamesInGlobalScope =
{name: "PerformanceObserver", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "PerformanceObserverEntryList", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "PerformanceResourceTiming", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "ProgressEvent", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!