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

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

Issue 2692423008: Remove [NoInterfaceObject] from the USB interface. (Closed)
Patch Set: Created 3 years, 10 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 | third_party/WebKit/Source/modules/webusb/USB.idl » ('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: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 6746 matching lines...) Expand 10 before | Expand all | Expand 10 after
6757 method delete 6757 method delete
6758 method entries 6758 method entries
6759 method forEach 6759 method forEach
6760 method get 6760 method get
6761 method getAll 6761 method getAll
6762 method has 6762 method has
6763 method keys 6763 method keys
6764 method set 6764 method set
6765 method toString 6765 method toString
6766 method values 6766 method values
6767 interface USB : EventTarget
6768 attribute @@toStringTag
6769 getter onconnect
6770 getter ondisconnect
6771 method constructor
6772 method getDevices
6773 method requestDevice
6774 setter onconnect
6775 setter ondisconnect
6767 interface USBAlternateInterface 6776 interface USBAlternateInterface
6768 attribute @@toStringTag 6777 attribute @@toStringTag
6769 getter alternateSetting 6778 getter alternateSetting
6770 getter endpoints 6779 getter endpoints
6771 getter interfaceClass 6780 getter interfaceClass
6772 getter interfaceName 6781 getter interfaceName
6773 getter interfaceProtocol 6782 getter interfaceProtocol
6774 getter interfaceSubclass 6783 getter interfaceSubclass
6775 method constructor 6784 method constructor
6776 interface USBConfiguration 6785 interface USBConfiguration
(...skipping 2277 matching lines...) Expand 10 before | Expand all | Expand 10 after
9054 setter scrollY 9063 setter scrollY
9055 setter scrollbars 9064 setter scrollbars
9056 setter status 9065 setter status
9057 setter statusbar 9066 setter statusbar
9058 setter toolbar 9067 setter toolbar
9059 setter visualViewport 9068 setter visualViewport
9060 PASS successfullyParsed is true 9069 PASS successfullyParsed is true
9061 9070
9062 TEST COMPLETE 9071 TEST COMPLETE
9063 9072
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webusb/USB.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698