Commit 0905b871 authored by reillyg's avatar reillyg Committed by Commit bot

Update URLs referencing the draft WebUSB API specification.

The WebUSB repository has moved into the WICG organization. This patch
updates the URLs referencing it to match.

BUG=492204

Review URL: https://codereview.chromium.org/1632063002

Cr-Commit-Position: refs/heads/master@{#371427}
parent 513ca7e4
......@@ -21,7 +21,7 @@ const uint8_t kDeviceCapabilityDescriptorType = 0x10;
const uint8_t kPlatformDevCapabilityType = 0x05;
// These constants are defined by the WebUSB specification:
// http://reillyeon.github.io/webusb/
// http://wicg.github.io/webusb/
const uint8_t kWebUsbCapabilityUUID[16] = {
// Little-endian encoding of {3408b638-09a9-47a0-8bfd-a0768815b665}.
0x38, 0xB6, 0x08, 0x34, 0xA9, 0x09, 0xA0, 0x47,
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// http://reillyeon.github.io/webusb/#device-enumeration
// http://wicg.github.io/webusb/#device-enumeration
[
GarbageCollected,
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// http://reillyeon.github.io/webusb/#device-enumeration
// http://wicg.github.io/webusb/#device-enumeration
[
GarbageCollected,
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// http://reillyeon.github.io/webusb/#interfaces
// http://wicg.github.io/webusb/#interfaces
[
Constructor(USBInterface deviceInterface, octet alternateSetting),
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// http://reillyeon.github.io/webusb/#configurations
// http://wicg.github.io/webusb/#configurations
[
Constructor(USBDevice device, octet configurationValue),
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// http://reillyeon.github.io/webusb/#events
// http://wicg.github.io/webusb/#events
[
Constructor(DOMString type, optional USBConnectionEventInit eventInitDict),
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// http://reillyeon.github.io/webusb/#events
// http://wicg.github.io/webusb/#events
dictionary USBConnectionEventInit : EventInit {
USBDevice device;
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// http://reillyeon.github.io/webusb/#idl-def-usbtransferstatus
// http://wicg.github.io/webusb/#idl-def-usbtransferstatus
enum USBTransferStatus {
"ok",
......@@ -10,7 +10,7 @@ enum USBTransferStatus {
"babble"
};
// http://reillyeon.github.io/webusb/#device-usage
// http://wicg.github.io/webusb/#device-usage
[
GarbageCollected,
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// http://reillyeon.github.io/webusb/#device-enumeration
// http://wicg.github.io/webusb/#device-enumeration
dictionary USBDeviceFilter {
unsigned short vendorId;
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// http://reillyeon.github.io/webusb/#device-enumeration
// http://wicg.github.io/webusb/#device-enumeration
dictionary USBDeviceRequestOptions {
required sequence<USBDeviceFilter> filters;
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// http://reillyeon.github.io/webusb/#endpoints
// http://wicg.github.io/webusb/#endpoints
enum USBDirection {
"in",
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// http://reillyeon.github.io/webusb/#idl-def-usbintransferresult
// http://wicg.github.io/webusb/#idl-def-usbintransferresult
[
GarbageCollected,
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// http://reillyeon.github.io/webusb/#interfaces
// http://wicg.github.io/webusb/#interfaces
[
Constructor(USBConfiguration configuration, octet interfaceNumber),
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// http://reillyeon.github.io/webusb/#idl-def-usbouttransferresult
// http://wicg.github.io/webusb/#idl-def-usbouttransferresult
[
GarbageCollected,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment