diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-22 04:25:34 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-22 04:25:34 +0200 |
commit | bdb4ff581677ad1cd411b55a68c87534f9a64882 (patch) | |
tree | 8b171b21ee5b3e44bdc6a945a0a16ff96ed056ac /dom/workers/test | |
parent | 0a744b1cfeecdd2487d9166792ac5234edc9ee6a (diff) | |
download | UXP-bdb4ff581677ad1cd411b55a68c87534f9a64882.tar UXP-bdb4ff581677ad1cd411b55a68c87534f9a64882.tar.gz UXP-bdb4ff581677ad1cd411b55a68c87534f9a64882.tar.lz UXP-bdb4ff581677ad1cd411b55a68c87534f9a64882.tar.xz UXP-bdb4ff581677ad1cd411b55a68c87534f9a64882.zip |
moebius#157: The Performance Observer (improvements)
https://github.com/MoonchildProductions/moebius/pull/157
Diffstat (limited to 'dom/workers/test')
-rw-r--r-- | dom/workers/test/serviceworkers/test_serviceworker_interfaces.js | 4 | ||||
-rw-r--r-- | dom/workers/test/test_worker_interfaces.js | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dom/workers/test/serviceworkers/test_serviceworker_interfaces.js b/dom/workers/test/serviceworkers/test_serviceworker_interfaces.js index 9dbfcc099..a4d498fb8 100644 --- a/dom/workers/test/serviceworkers/test_serviceworker_interfaces.js +++ b/dom/workers/test/serviceworkers/test_serviceworker_interfaces.js @@ -172,9 +172,9 @@ var interfaceNamesInGlobalScope = // IMPORTANT: Do not change this list without review from a DOM peer! "PerformanceMeasure", // IMPORTANT: Do not change this list without review from a DOM peer! - { name: "PerformanceObserver", nightly: true }, + "PerformanceObserver", // IMPORTANT: Do not change this list without review from a DOM peer! - { name: "PerformanceObserverEntryList", nightly: true }, + "PerformanceObserverEntryList", // IMPORTANT: Do not change this list without review from a DOM peer! "Request", // IMPORTANT: Do not change this list without review from a DOM peer! diff --git a/dom/workers/test/test_worker_interfaces.js b/dom/workers/test/test_worker_interfaces.js index e0647682c..6fe5fcaff 100644 --- a/dom/workers/test/test_worker_interfaces.js +++ b/dom/workers/test/test_worker_interfaces.js @@ -163,9 +163,9 @@ var interfaceNamesInGlobalScope = // IMPORTANT: Do not change this list without review from a DOM peer! "PerformanceMeasure", // IMPORTANT: Do not change this list without review from a DOM peer! - { name: "PerformanceObserver", nightly: true }, + "PerformanceObserver", // IMPORTANT: Do not change this list without review from a DOM peer! - { name: "PerformanceObserverEntryList", nightly: true }, + "PerformanceObserverEntryList", // IMPORTANT: Do not change this list without review from a DOM peer! "Request", // IMPORTANT: Do not change this list without review from a DOM peer! |