зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
91dde27e0c
Коммит
0aa410f629
|
@ -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!
|
||||
|
|
Загрузка…
Ссылка в новой задаче