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

Side by Side Diff: third_party/WebKit/Source/core/events/EventTypeNames.in

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Ensure that we throw a kGattServerNotConnected error if getDescriptor[s] is called while not connec… Created 4 years, 1 month 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="EventType" 1 namespace="EventType"
2 export="CORE_EXPORT" 2 export="CORE_EXPORT"
3 3
4 DOMActivate 4 DOMActivate
5 DOMCharacterDataModified 5 DOMCharacterDataModified
6 DOMContentLoaded 6 DOMContentLoaded
7 DOMFocusIn 7 DOMFocusIn
8 DOMFocusOut 8 DOMFocusOut
9 DOMNodeInserted 9 DOMNodeInserted
10 DOMNodeInsertedIntoDocument 10 DOMNodeInsertedIntoDocument
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 contextmenu 58 contextmenu
59 contextrestored 59 contextrestored
60 controllerchange 60 controllerchange
61 copy 61 copy
62 crossoriginmessage 62 crossoriginmessage
63 cuechange 63 cuechange
64 cut 64 cut
65 datachannel 65 datachannel
66 dblclick 66 dblclick
67 defaultsessionstart 67 defaultsessionstart
68 descriptorvaluechanged
ortuno 2016/11/21 03:34:09 We don't have a descriptorvaluechanged event. Mayb
dougt 2016/11/22 01:47:16 Acknowledged. There is nothing in the spec yet ab
68 devicechange 69 devicechange
69 devicelight 70 devicelight
70 devicemotion 71 devicemotion
71 deviceorientation 72 deviceorientation
72 deviceorientationabsolute 73 deviceorientationabsolute
73 dischargingtimechange 74 dischargingtimechange
74 disconnect 75 disconnect
75 display 76 display
76 downloading 77 downloading
77 dataavailable 78 dataavailable
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 webkitprerenderstart 275 webkitprerenderstart
275 webkitprerenderstop 276 webkitprerenderstop
276 webkitresourcetimingbufferfull 277 webkitresourcetimingbufferfull
277 webkitspeechchange 278 webkitspeechchange
278 webkitvisibilitychange 279 webkitvisibilitychange
279 wheel 280 wheel
280 write 281 write
281 writeend 282 writeend
282 writestart 283 writestart
283 zoom 284 zoom
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698