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

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

Issue 1784733002: Track USB device configuration state in Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blink_open_state
Patch Set: 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 6120 matching lines...) Expand 10 before | Expand all | Expand 10 after
6131 getter configurationName 6131 getter configurationName
6132 getter configurationValue 6132 getter configurationValue
6133 getter interfaces 6133 getter interfaces
6134 method constructor 6134 method constructor
6135 interface USBConnectionEvent : Event 6135 interface USBConnectionEvent : Event
6136 attribute @@toStringTag 6136 attribute @@toStringTag
6137 getter device 6137 getter device
6138 method constructor 6138 method constructor
6139 interface USBDevice 6139 interface USBDevice
6140 attribute @@toStringTag 6140 attribute @@toStringTag
6141 getter configuration
6141 getter configurations 6142 getter configurations
6142 getter deviceClass 6143 getter deviceClass
6143 getter deviceProtocol 6144 getter deviceProtocol
6144 getter deviceSubclass 6145 getter deviceSubclass
6145 getter deviceVersionMajor 6146 getter deviceVersionMajor
6146 getter deviceVersionMinor 6147 getter deviceVersionMinor
6147 getter deviceVersionSubminor 6148 getter deviceVersionSubminor
6148 getter guid 6149 getter guid
6149 getter manufacturerName 6150 getter manufacturerName
6150 getter opened 6151 getter opened
6151 getter productId 6152 getter productId
6152 getter productName 6153 getter productName
6153 getter serialNumber 6154 getter serialNumber
6154 getter usbVersionMajor 6155 getter usbVersionMajor
6155 getter usbVersionMinor 6156 getter usbVersionMinor
6156 getter usbVersionSubminor 6157 getter usbVersionSubminor
6157 getter vendorId 6158 getter vendorId
6158 method claimInterface 6159 method claimInterface
6159 method clearHalt 6160 method clearHalt
6160 method close 6161 method close
6161 method constructor 6162 method constructor
6162 method controlTransferIn 6163 method controlTransferIn
6163 method controlTransferOut 6164 method controlTransferOut
6164 method getConfiguration
6165 method isochronousTransferIn 6165 method isochronousTransferIn
6166 method isochronousTransferOut 6166 method isochronousTransferOut
6167 method open 6167 method open
6168 method releaseInterface 6168 method releaseInterface
6169 method reset 6169 method reset
6170 method setConfiguration 6170 method selectConfiguration
6171 method setInterface 6171 method setInterface
6172 method transferIn 6172 method transferIn
6173 method transferOut 6173 method transferOut
6174 interface USBEndpoint 6174 interface USBEndpoint
6175 attribute @@toStringTag 6175 attribute @@toStringTag
6176 getter direction 6176 getter direction
6177 getter endpointNumber 6177 getter endpointNumber
6178 getter packetSize 6178 getter packetSize
6179 getter type 6179 getter type
6180 method constructor 6180 method constructor
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
7556 method stop 7556 method stop
7557 method webkitCancelAnimationFrame 7557 method webkitCancelAnimationFrame
7558 method webkitCancelRequestAnimationFrame 7558 method webkitCancelRequestAnimationFrame
7559 method webkitRequestAnimationFrame 7559 method webkitRequestAnimationFrame
7560 method webkitRequestFileSystem 7560 method webkitRequestFileSystem
7561 method webkitResolveLocalFileSystemURL 7561 method webkitResolveLocalFileSystemURL
7562 PASS successfullyParsed is true 7562 PASS successfullyParsed is true
7563 7563
7564 TEST COMPLETE 7564 TEST COMPLETE
7565 7565
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