Bug 1423495 - Part3: Add PerformanceServerTiming to test_interface.js, r=baku

MozReview-Commit-ID: 663c9sudEIR

--HG--
extra : rebase_source : 9c7a81db01758e4f6e35236a5e7ce40557c9f2a1
This commit is contained in:
Kershaw Chang ext:(%2C%20Valentin%20Gosu%20%3Cvalentin.gosu%40gmail.com%3E) 2018-01-10 04:02:00 +01:00
Родитель 91dde27e0c
Коммит 0aa410f629
3 изменённых файлов: 6 добавлений и 0 удалений

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

@ -188,6 +188,8 @@ var interfaceNamesInGlobalScope =
"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!
"PerformanceServerTiming",
// 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!

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

@ -768,6 +768,8 @@ var interfaceNamesInGlobalScope =
{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: "PerformanceServerTiming", insecureContext: false},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "PerformanceTiming", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!

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

@ -188,6 +188,8 @@ var interfaceNamesInGlobalScope =
{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: "PerformanceServerTiming", insecureContext: false},
// 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!