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

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

Issue 1814603002: Track USB device interface claim state in Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 6175 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 alternates 6195 getter alternates
6196 getter claimed
6196 getter interfaceNumber 6197 getter interfaceNumber
6197 method constructor 6198 method constructor
6198 interface USBIsochronousInTransferPacket 6199 interface USBIsochronousInTransferPacket
6199 attribute @@toStringTag 6200 attribute @@toStringTag
6200 getter data 6201 getter data
6201 getter status 6202 getter status
6202 method constructor 6203 method constructor
6203 interface USBIsochronousInTransferResult 6204 interface USBIsochronousInTransferResult
6204 attribute @@toStringTag 6205 attribute @@toStringTag
6205 getter data 6206 getter data
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after
7563 method stop 7564 method stop
7564 method webkitCancelAnimationFrame 7565 method webkitCancelAnimationFrame
7565 method webkitCancelRequestAnimationFrame 7566 method webkitCancelRequestAnimationFrame
7566 method webkitRequestAnimationFrame 7567 method webkitRequestAnimationFrame
7567 method webkitRequestFileSystem 7568 method webkitRequestFileSystem
7568 method webkitResolveLocalFileSystemURL 7569 method webkitResolveLocalFileSystemURL
7569 PASS successfullyParsed is true 7570 PASS successfullyParsed is true
7570 7571
7571 TEST COMPLETE 7572 TEST COMPLETE
7572 7573
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/usb/usbDevice.html ('k') | third_party/WebKit/Source/modules/webusb/USBConfiguration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698