author | Ryan VanderMeulen <ryanvm@gmail.com> |
Fri, 08 Sep 2017 08:28:30 -0400 | |
changeset 379710 | a02bd6e1c55e3ef0575427831ad655ff7656ee62 |
parent 379709 | 80604d1eb775e3b0141fddd66aea18eaa03d2cd3 |
child 379711 | 192a10e664c726add22ea36d1b050bc6daf81f54 |
push id | 32461 |
push user | kwierso@gmail.com |
push date | Fri, 08 Sep 2017 20:15:32 +0000 |
treeherder | mozilla-central@dd3736e98e4e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | baku |
bugs | 1397982 |
milestone | 57.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/tests/mochitest/general/test_interfaces.js +++ b/dom/tests/mochitest/general/test_interfaces.js @@ -97,19 +97,19 @@ var legacyMozPrefixedInterfaces = ]; // IMPORTANT: Do not change the list above without review from a DOM peer, // except to remove items from it! // IMPORTANT: Do not change the list below without review from a DOM peer! var interfaceNamesInGlobalScope = [ // IMPORTANT: Do not change this list without review from a DOM peer! - {name: "AbortController", nightly: true}, + "AbortController", // IMPORTANT: Do not change this list without review from a DOM peer! - {name: "AbortSignal", nightly: true}, + "AbortSignal", // IMPORTANT: Do not change this list without review from a DOM peer! "AnalyserNode", // IMPORTANT: Do not change this list without review from a DOM peer! {name: "Animation"}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "AnimationEffectReadOnly", release: false}, // IMPORTANT: Do not change this list without review from a DOM peer! {name: "AnimationEffectTiming", release: false},
--- a/dom/workers/test/serviceworkers/test_serviceworker_interfaces.js +++ b/dom/workers/test/serviceworkers/test_serviceworker_interfaces.js @@ -75,19 +75,19 @@ var ecmaGlobals = ]; // IMPORTANT: Do not change the list above without review from // a JavaScript Engine peer! // IMPORTANT: Do not change the list below without review from a DOM peer! var interfaceNamesInGlobalScope = [ // IMPORTANT: Do not change this list without review from a DOM peer! - { name: "AbortController", nightly: true }, + "AbortController", // IMPORTANT: Do not change this list without review from a DOM peer! - { name: "AbortSignal", nightly: true }, + "AbortSignal", // IMPORTANT: Do not change this list without review from a DOM peer! "Blob", // IMPORTANT: Do not change this list without review from a DOM peer! "BroadcastChannel", // IMPORTANT: Do not change this list without review from a DOM peer! "Cache", // IMPORTANT: Do not change this list without review from a DOM peer! "CacheStorage",
--- a/dom/workers/test/test_worker_interfaces.js +++ b/dom/workers/test/test_worker_interfaces.js @@ -75,19 +75,19 @@ var ecmaGlobals = ]; // IMPORTANT: Do not change the list above without review from // a JavaScript Engine peer! // IMPORTANT: Do not change the list below without review from a DOM peer! var interfaceNamesInGlobalScope = [ // IMPORTANT: Do not change this list without review from a DOM peer! - { name: "AbortController", nightly: true }, + "AbortController", // IMPORTANT: Do not change this list without review from a DOM peer! - { name: "AbortSignal", nightly: true }, + "AbortSignal", // IMPORTANT: Do not change this list without review from a DOM peer! "Blob", // IMPORTANT: Do not change this list without review from a DOM peer! "BroadcastChannel", // IMPORTANT: Do not change this list without review from a DOM peer! "Cache", // IMPORTANT: Do not change this list without review from a DOM peer! "CacheStorage",