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

Side by Side Diff: Source/core/dom/EventNames.in

Issue 14358032: Web MIDI: implement MIDIConnectionEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: layout test Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
1 namespace="Event" 1 namespace="Event"
2 2
3 Event 3 Event
4 Events interfaceName=Event 4 Events interfaceName=Event
5 HTMLEvents interfaceName=Event 5 HTMLEvents interfaceName=Event
6 BeforeLoadEvent 6 BeforeLoadEvent
7 CloseEvent 7 CloseEvent
8 CompositionEvent 8 CompositionEvent
9 CustomEvent 9 CustomEvent
10 ErrorEvent 10 ErrorEvent
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 DeviceMotionEvent 50 DeviceMotionEvent
51 DeviceOrientationEvent 51 DeviceOrientationEvent
52 OrientationEvent interfaceName=Event, conditional=ORIENTATION_EVENTS 52 OrientationEvent interfaceName=Event, conditional=ORIENTATION_EVENTS
53 MediaKeyEvent conditional=ENCRYPTED_MEDIA 53 MediaKeyEvent conditional=ENCRYPTED_MEDIA
54 MediaKeyMessageEvent conditional=ENCRYPTED_MEDIA_V2 54 MediaKeyMessageEvent conditional=ENCRYPTED_MEDIA_V2
55 MediaKeyNeededEvent conditional=ENCRYPTED_MEDIA_V2 55 MediaKeyNeededEvent conditional=ENCRYPTED_MEDIA_V2
56 TrackEvent 56 TrackEvent
57 AutocompleteErrorEvent 57 AutocompleteErrorEvent
58 CSSFontFaceLoadEvent 58 CSSFontFaceLoadEvent
59 SecurityPolicyViolationEvent 59 SecurityPolicyViolationEvent
60 MIDIConnectionEvent
60 MIDIMessageEvent 61 MIDIMessageEvent
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698