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

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

Issue 1352283005: Add getConfiguration method to USBDevice. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update webexposed/global-interface-listing-expected.txt. Created 5 years, 3 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
« no previous file with comments | « no previous file | Source/modules/webusb/USBConfiguration.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5533 matching lines...) Expand 10 before | Expand all | Expand 10 after
5544 getter usbVersionMajor 5544 getter usbVersionMajor
5545 getter usbVersionMinor 5545 getter usbVersionMinor
5546 getter usbVersionSubminor 5546 getter usbVersionSubminor
5547 getter vendorId 5547 getter vendorId
5548 method claimInterface 5548 method claimInterface
5549 method clearHalt 5549 method clearHalt
5550 method close 5550 method close
5551 method constructor 5551 method constructor
5552 method controlTransferIn 5552 method controlTransferIn
5553 method controlTransferOut 5553 method controlTransferOut
5554 method getConfiguration
5554 method open 5555 method open
5555 method releaseInterface 5556 method releaseInterface
5556 method reset 5557 method reset
5557 method setConfiguration 5558 method setConfiguration
5558 method setInterface 5559 method setInterface
5559 method transferIn 5560 method transferIn
5560 method transferOut 5561 method transferOut
5561 interface USBEndpoint 5562 interface USBEndpoint
5562 getter direction 5563 getter direction
5563 getter endpointNumber 5564 getter endpointNumber
(...skipping 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after
6755 setter password 6756 setter password
6756 setter pathname 6757 setter pathname
6757 setter port 6758 setter port
6758 setter protocol 6759 setter protocol
6759 setter search 6760 setter search
6760 setter username 6761 setter username
6761 PASS successfullyParsed is true 6762 PASS successfullyParsed is true
6762 6763
6763 TEST COMPLETE 6764 TEST COMPLETE
6764 6765
OLDNEW
« no previous file with comments | « no previous file | Source/modules/webusb/USBConfiguration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698