Bug 1433012 - Mark Web Authentication interfaces as riding the trains r?smaug draft
authorJ.C. Jones <jjones@mozilla.com>
Thu, 25 Jan 2018 07:21:29 -0700
changeset 737979 9d7c9a90b26208715c90ac14c9c7241c20c69e04
parent 724080 0e62eb7804c00c0996a9bdde5350328a384fb7af
push id96811
push userbmo:jjones@mozilla.com
push dateThu, 25 Jan 2018 14:21:52 +0000
reviewerssmaug
bugs1433012, 1432542
milestone60.0a1
Bug 1433012 - Mark Web Authentication interfaces as riding the trains r?smaug Embarassingly, when Bug 1432542 enabled WebAuthn to ride the trains, I neglected to adjust test_interfaces, prompting this bug. So... oops-fix! MozReview-Commit-ID: 62Q0gA5KoBC
dom/tests/mochitest/general/test_interfaces.js
--- a/dom/tests/mochitest/general/test_interfaces.js
+++ b/dom/tests/mochitest/general/test_interfaces.js
@@ -140,21 +140,21 @@ var interfaceNamesInGlobalScope =
     {name: "AudioParam", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "AudioProcessingEvent", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "AudioScheduledSourceNode", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "AudioStreamTrack", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
-    {name: "AuthenticatorAssertionResponse", nightly: true},
+    {name: "AuthenticatorAssertionResponse"},
 // IMPORTANT: Do not change this list without review from a DOM peer!
-    {name: "AuthenticatorAttestationResponse", nightly: true},
+    {name: "AuthenticatorAttestationResponse"},
 // IMPORTANT: Do not change this list without review from a DOM peer!
-    {name: "AuthenticatorResponse", nightly: true},
+    {name: "AuthenticatorResponse"},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "BarProp", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "BaseAudioContext", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "BatteryManager", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "BeforeUnloadEvent", insecureContext: true},
@@ -202,19 +202,19 @@ var interfaceNamesInGlobalScope =
     {name: "Comment", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "CompositionEvent", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "ConstantSourceNode", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "ConvolverNode", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
-    {name: "Credential", nightly: true},
+    {name: "Credential"},
 // IMPORTANT: Do not change this list without review from a DOM peer!
-    {name: "CredentialsContainer", nightly: true},
+    {name: "CredentialsContainer"},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "Crypto", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "CryptoKey", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "CSS", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "CSS2Properties", insecureContext: true},
@@ -778,17 +778,17 @@ var interfaceNamesInGlobalScope =
     {name: "PresentationReceiver", insecureContext: true, desktop: false, release: false },
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "PresentationRequest", insecureContext: true, desktop: false, release: false },
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "ProcessingInstruction", 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!
-    {name: "PublicKeyCredential", nightly: true},
+    {name: "PublicKeyCredential"},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "PushManager", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "PushSubscription", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "PushSubscriptionOptions", insecureContext: true},
 // IMPORTANT: Do not change this list without review from a DOM peer!
     {name: "RadioNodeList", insecureContext: true},