Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 1635903004: Add support for isochronous transfers in WebUSB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@usb_isoc
Patch Set: Fix tense. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/usb/web_usb_device_impl.cc ('k') | third_party/WebKit/Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index cce08c34fb4743cfa4c7fb077d6dc11bda0c2490..975be956e1974ceb6014bc76d789c03bf78a801f 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -5563,6 +5563,8 @@ interface USBDevice
method controlTransferIn
method controlTransferOut
method getConfiguration
+ method isochronousTransferIn
+ method isochronousTransferOut
method open
method releaseInterface
method reset
@@ -5584,6 +5586,21 @@ interface USBInterface
getter alternates
getter interfaceNumber
method constructor
+interface USBIsochronousInTransferPacket
+ getter data
+ getter status
+ method constructor
+interface USBIsochronousInTransferResult
+ getter data
+ getter packets
+ method constructor
+interface USBIsochronousOutTransferPacket
+ getter bytesWritten
+ getter status
+ method constructor
+interface USBIsochronousOutTransferResult
+ getter packets
+ method constructor
interface USBOutTransferResult
getter bytesWritten
getter status
« no previous file with comments | « content/renderer/usb/web_usb_device_impl.cc ('k') | third_party/WebKit/Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698