Bug 1276968 - Update the U2F webIDL to point to U2F v1.1 r?qdot draft
authorJ.C. Jones <jjones@mozilla.com>
Thu, 16 Nov 2017 18:11:02 -0700
changeset 699311 ba5c052f7a0955c7dfb3ee0469250afa4c870480
parent 699096 a3f183201f7f183c263d554bfb15fbf0b0ed2ea4
child 740596 bdfe70b1c8712753e2218d981c27c02bed9a282d
push id89532
push userbmo:jjones@mozilla.com
push dateFri, 17 Nov 2017 01:13:44 +0000
reviewersqdot
bugs1276968
milestone59.0a1
Bug 1276968 - Update the U2F webIDL to point to U2F v1.1 r?qdot We implemented v1.1 of the U2F specification, which wasn't publicly published at the time. Bug 1276968 was to come back and fix those links, so here it is. MozReview-Commit-ID: 8hprQncPwcO
dom/webidl/U2F.webidl
--- a/dom/webidl/U2F.webidl
+++ b/dom/webidl/U2F.webidl
@@ -1,18 +1,17 @@
 /* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
  * You can obtain one at http://mozilla.org/MPL/2.0/.
  *
  * The origin of this IDL file is a combination of the FIDO U2F Raw Message Formats:
- * https://fidoalliance.org/specs/fido-u2f-v1.0-nfc-bt-amendment-20150514/fido-u2f-raw-message-formats.html
- * and the U2F JavaScript API v1.1, not yet published. While v1.1 is not published,
- * v1.0, is located here:
- * https://fidoalliance.org/specs/fido-u2f-v1.0-nfc-bt-amendment-20150514/fido-u2f-javascript-api.html
+ * https://www.fidoalliance.org/specs/fido-u2f-v1.1-id-20160915/fido-u2f-raw-message-formats-v1.1-id-20160915.html
+ * and the U2F JavaScript API v1.1:
+ * https://www.fidoalliance.org/specs/fido-u2f-v1.1-id-20160915/fido-u2f-javascript-api-v1.1-id-20160915.html
  */
 
 [NoInterfaceObject]
 interface GlobalU2F {
   [Throws, Pref="security.webauth.u2f"]
   readonly attribute U2F u2f;
 };