зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1425458 - Resource timing entries Workers - part 6 - PerformanceResourceTiming exposed, r=smaug
This commit is contained in:
Родитель
a1fb457571
Коммит
692e6f7518
|
@ -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!
|
||||
|
|
Загрузка…
Ссылка в новой задаче