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

Side by Side Diff: Source/modules/EventTargetModulesFactory.in

Issue 1291753004: Add onconnect and ondisconnect events to navigator.usb. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update LayoutTests. Created 5 years, 4 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 namespace="EventTarget" 1 namespace="EventTarget"
2 suffix="Modules" 2 suffix="Modules"
3 3
4 modules/battery/BatteryManager 4 modules/battery/BatteryManager
5 modules/compositorworker/CompositorWorker 5 modules/compositorworker/CompositorWorker
6 modules/compositorworker/CompositorWorkerGlobalScope 6 modules/compositorworker/CompositorWorkerGlobalScope
7 modules/encryptedmedia/MediaKeySession 7 modules/encryptedmedia/MediaKeySession
8 modules/filesystem/FileWriter 8 modules/filesystem/FileWriter
9 modules/indexeddb/IDBDatabase 9 modules/indexeddb/IDBDatabase
10 modules/indexeddb/IDBOpenDBRequest 10 modules/indexeddb/IDBOpenDBRequest
(...skipping 22 matching lines...) Expand all
33 modules/serviceworkers/ServiceWorkerRegistration 33 modules/serviceworkers/ServiceWorkerRegistration
34 modules/speech/SpeechRecognition 34 modules/speech/SpeechRecognition
35 modules/speech/SpeechSynthesis 35 modules/speech/SpeechSynthesis
36 modules/speech/SpeechSynthesisUtterance 36 modules/speech/SpeechSynthesisUtterance
37 modules/webaudio/AudioContext Conditional=WEB_AUDIO 37 modules/webaudio/AudioContext Conditional=WEB_AUDIO
38 modules/webaudio/AudioNode Conditional=WEB_AUDIO 38 modules/webaudio/AudioNode Conditional=WEB_AUDIO
39 modules/webmidi/MIDIAccess 39 modules/webmidi/MIDIAccess
40 modules/webmidi/MIDIInput 40 modules/webmidi/MIDIInput
41 modules/webmidi/MIDIPort 41 modules/webmidi/MIDIPort
42 modules/websockets/WebSocket ImplementedAs=DOMWebSocket 42 modules/websockets/WebSocket ImplementedAs=DOMWebSocket
43 modules/webusb/USB
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698