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

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: Fix webexposed test. 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 6168 matching lines...) Expand 10 before | Expand all | Expand 10 after
6179 getter type 6179 getter type
6180 method constructor 6180 method constructor
6181 interface USBInTransferResult 6181 interface USBInTransferResult
6182 attribute @@toStringTag 6182 attribute @@toStringTag
6183 getter data 6183 getter data
6184 getter status 6184 getter status
6185 method constructor 6185 method constructor
6186 interface USBInterface 6186 interface USBInterface
6187 attribute @@toStringTag 6187 attribute @@toStringTag
6188 getter alternates 6188 getter alternates
6189 getter claimed
6189 getter interfaceNumber 6190 getter interfaceNumber
6190 method constructor 6191 method constructor
6191 interface USBIsochronousInTransferPacket 6192 interface USBIsochronousInTransferPacket
6192 attribute @@toStringTag 6193 attribute @@toStringTag
6193 getter data 6194 getter data
6194 getter status 6195 getter status
6195 method constructor 6196 method constructor
6196 interface USBIsochronousInTransferResult 6197 interface USBIsochronousInTransferResult
6197 attribute @@toStringTag 6198 attribute @@toStringTag
6198 getter data 6199 getter data
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after
7556 method stop 7557 method stop
7557 method webkitCancelAnimationFrame 7558 method webkitCancelAnimationFrame
7558 method webkitCancelRequestAnimationFrame 7559 method webkitCancelRequestAnimationFrame
7559 method webkitRequestAnimationFrame 7560 method webkitRequestAnimationFrame
7560 method webkitRequestFileSystem 7561 method webkitRequestFileSystem
7561 method webkitResolveLocalFileSystemURL 7562 method webkitResolveLocalFileSystemURL
7562 PASS successfullyParsed is true 7563 PASS successfullyParsed is true
7563 7564
7564 TEST COMPLETE 7565 TEST COMPLETE
7565 7566
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698