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

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

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Rebase Created 4 years 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/bluetooth/BluetoothDevice 5 modules/bluetooth/BluetoothDevice
6 modules/bluetooth/BluetoothRemoteGATTCharacteristic 6 modules/bluetooth/BluetoothRemoteGATTCharacteristic
7 modules/bluetooth/BluetoothRemoteGATTDescriptor
ortuno 2016/12/02 06:14:50 I don't think we need this anymore?
dougt 2016/12/02 18:31:28 Done.
7 modules/compositorworker/CompositorWorker 8 modules/compositorworker/CompositorWorker
8 modules/compositorworker/CompositorWorkerGlobalScope 9 modules/compositorworker/CompositorWorkerGlobalScope
9 modules/encryptedmedia/MediaKeySession 10 modules/encryptedmedia/MediaKeySession
10 modules/filesystem/FileWriter 11 modules/filesystem/FileWriter
11 modules/imagecapture/ImageCapture 12 modules/imagecapture/ImageCapture
12 modules/indexeddb/IDBDatabase 13 modules/indexeddb/IDBDatabase
13 modules/indexeddb/IDBOpenDBRequest 14 modules/indexeddb/IDBOpenDBRequest
14 modules/indexeddb/IDBRequest 15 modules/indexeddb/IDBRequest
15 modules/indexeddb/IDBTransaction 16 modules/indexeddb/IDBTransaction
16 modules/mediarecorder/MediaRecorder 17 modules/mediarecorder/MediaRecorder
(...skipping 25 matching lines...) Expand all
42 modules/speech/SpeechRecognition 43 modules/speech/SpeechRecognition
43 modules/speech/SpeechSynthesis 44 modules/speech/SpeechSynthesis
44 modules/speech/SpeechSynthesisUtterance 45 modules/speech/SpeechSynthesisUtterance
45 modules/webaudio/AudioContext 46 modules/webaudio/AudioContext
46 modules/webaudio/AudioNode 47 modules/webaudio/AudioNode
47 modules/webmidi/MIDIAccess 48 modules/webmidi/MIDIAccess
48 modules/webmidi/MIDIInput 49 modules/webmidi/MIDIInput
49 modules/webmidi/MIDIPort 50 modules/webmidi/MIDIPort
50 modules/websockets/WebSocket ImplementedAs=DOMWebSocket 51 modules/websockets/WebSocket ImplementedAs=DOMWebSocket
51 modules/webusb/USB 52 modules/webusb/USB
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698