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

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

Issue 1806163002: Track USB alternate interface state in Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blink_interface_state
Patch Set: Fixed typo and rebased. Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 6156 matching lines...) Expand 10 before | Expand all | Expand 10 after
6167 method clearHalt 6167 method clearHalt
6168 method close 6168 method close
6169 method constructor 6169 method constructor
6170 method controlTransferIn 6170 method controlTransferIn
6171 method controlTransferOut 6171 method controlTransferOut
6172 method isochronousTransferIn 6172 method isochronousTransferIn
6173 method isochronousTransferOut 6173 method isochronousTransferOut
6174 method open 6174 method open
6175 method releaseInterface 6175 method releaseInterface
6176 method reset 6176 method reset
6177 method selectAlternateInterface
6177 method selectConfiguration 6178 method selectConfiguration
6178 method setInterface
6179 method transferIn 6179 method transferIn
6180 method transferOut 6180 method transferOut
6181 interface USBEndpoint 6181 interface USBEndpoint
6182 attribute @@toStringTag 6182 attribute @@toStringTag
6183 getter direction 6183 getter direction
6184 getter endpointNumber 6184 getter endpointNumber
6185 getter packetSize 6185 getter packetSize
6186 getter type 6186 getter type
6187 method constructor 6187 method constructor
6188 interface USBInTransferResult 6188 interface USBInTransferResult
6189 attribute @@toStringTag 6189 attribute @@toStringTag
6190 getter data 6190 getter data
6191 getter status 6191 getter status
6192 method constructor 6192 method constructor
6193 interface USBInterface 6193 interface USBInterface
6194 attribute @@toStringTag 6194 attribute @@toStringTag
6195 getter alternate
6195 getter alternates 6196 getter alternates
6196 getter claimed 6197 getter claimed
6197 getter interfaceNumber 6198 getter interfaceNumber
6198 method constructor 6199 method constructor
6199 interface USBIsochronousInTransferPacket 6200 interface USBIsochronousInTransferPacket
6200 attribute @@toStringTag 6201 attribute @@toStringTag
6201 getter data 6202 getter data
6202 getter status 6203 getter status
6203 method constructor 6204 method constructor
6204 interface USBIsochronousInTransferResult 6205 interface USBIsochronousInTransferResult
(...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after
7564 method stop 7565 method stop
7565 method webkitCancelAnimationFrame 7566 method webkitCancelAnimationFrame
7566 method webkitCancelRequestAnimationFrame 7567 method webkitCancelRequestAnimationFrame
7567 method webkitRequestAnimationFrame 7568 method webkitRequestAnimationFrame
7568 method webkitRequestFileSystem 7569 method webkitRequestFileSystem
7569 method webkitResolveLocalFileSystemURL 7570 method webkitResolveLocalFileSystemURL
7570 PASS successfullyParsed is true 7571 PASS successfullyParsed is true
7571 7572
7572 TEST COMPLETE 7573 TEST COMPLETE
7573 7574
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/usb/usbDevice.html ('k') | third_party/WebKit/Source/modules/webusb/USBDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698