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

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

Issue 17271002: Clean up *.in files related to DOM exceptions and events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 core/dom/Event
4 Events interfaceName=Event 4 Events implementedAs=Event
5 HTMLEvents interfaceName=Event 5 HTMLEvents implementedAs=Event
6 core/dom/BeforeLoadEvent 6 core/dom/BeforeLoadEvent
7 modules/websockets/CloseEvent 7 modules/websockets/CloseEvent
8 CompositionEvent 8 core/dom/CompositionEvent
9 CustomEvent 9 core/dom/CustomEvent
10 ErrorEvent 10 core/dom/ErrorEvent
11 FocusEvent 11 core/dom/FocusEvent
12 HashChangeEvent 12 core/dom/HashChangeEvent
13 KeyboardEvent 13 core/dom/KeyboardEvent
14 KeyboardEvents interfaceName=KeyboardEvent 14 KeyboardEvents implementedAs=KeyboardEvent
15 MessageEvent 15 core/dom/MessageEvent
16 MouseEvent 16 core/dom/MouseEvent
17 MouseEvents interfaceName=MouseEvent 17 MouseEvents implementedAs=MouseEvent
18 MutationEvent 18 core/dom/MutationEvent
19 MutationEvents interfaceName=MutationEvent 19 MutationEvents implementedAs=MutationEvent
20 OverflowEvent 20 core/dom/OverflowEvent
21 PageTransitionEvent 21 core/dom/PageTransitionEvent
22 PopStateEvent 22 core/dom/PopStateEvent
23 ProgressEvent 23 core/dom/ProgressEvent
24 ResourceProgressEvent 24 core/dom/ResourceProgressEvent
25 TextEvent 25 core/dom/TextEvent
26 TransitionEvent 26 core/dom/TransitionEvent
27 UIEvent 27 core/dom/UIEvent
28 UIEvents interfaceName=UIEvent 28 UIEvents implementedAs=UIEvent
29 WebKitAnimationEvent interfaceName=AnimationEvent, JSInterfaceName=WebKitAnimati onEvent 29 core/dom/WebKitAnimationEvent implementedAs=AnimationEvent
30 WebKitTransitionEvent interfaceName=TransitionEvent 30 core/dom/WebKitTransitionEvent implementedAs=TransitionEvent
31 WheelEvent 31 core/dom/WheelEvent
32 core/xml/XMLHttpRequestProgressEvent 32 core/xml/XMLHttpRequestProgressEvent
33 modules/webaudio/AudioProcessingEvent conditional=WEB_AUDIO 33 modules/webaudio/AudioProcessingEvent conditional=WEB_AUDIO
34 modules/webaudio/OfflineAudioCompletionEvent conditional=WEB_AUDIO 34 modules/webaudio/OfflineAudioCompletionEvent conditional=WEB_AUDIO
35 modules/mediastream/MediaStreamEvent 35 modules/mediastream/MediaStreamEvent
36 modules/mediastream/MediaStreamTrackEvent 36 modules/mediastream/MediaStreamTrackEvent
37 modules/mediastream/RTCIceCandidateEvent 37 modules/mediastream/RTCIceCandidateEvent
38 modules/mediastream/RTCDataChannelEvent 38 modules/mediastream/RTCDataChannelEvent
39 modules/mediastream/RTCDTMFToneChangeEvent 39 modules/mediastream/RTCDTMFToneChangeEvent
40 core/page/SpeechInputEvent conditional=INPUT_SPEECH 40 core/page/SpeechInputEvent conditional=INPUT_SPEECH
41 modules/speech/SpeechRecognitionError 41 modules/speech/SpeechRecognitionError
42 modules/speech/SpeechRecognitionEvent 42 modules/speech/SpeechRecognitionEvent
43 modules/speech/SpeechSynthesisEvent 43 modules/speech/SpeechSynthesisEvent
44 core/html/canvas/WebGLContextEvent 44 core/html/canvas/WebGLContextEvent
45 core/storage/StorageEvent 45 core/storage/StorageEvent
46 core/svg/SVGEvents interfaceName=Event 46 core/svg/SVGEvents implementedAs=Event
47 core/svg/SVGZoomEvent 47 core/svg/SVGZoomEvent
48 core/svg/SVGZoomEvents interfaceName=SVGZoomEvent 48 core/svg/SVGZoomEvents implementedAs=SVGZoomEvent
49 modules/indexeddb/IDBVersionChangeEvent 49 modules/indexeddb/IDBVersionChangeEvent
50 TouchEvent runtimeConditional=touchEnabled 50 core/dom/TouchEvent runtimeConditional=touchEnabled
51 modules/device_orientation/DeviceMotionEvent 51 modules/device_orientation/DeviceMotionEvent
52 core/dom/DeviceOrientationEvent 52 core/dom/DeviceOrientationEvent
53 OrientationEvent interfaceName=Event, conditional=ORIENTATION_EVENTS 53 OrientationEvent implementedAs=Event, conditional=ORIENTATION_EVENTS
54 core/html/MediaKeyEvent 54 core/html/MediaKeyEvent
55 modules/encryptedmedia/MediaKeyMessageEvent conditional=ENCRYPTED_MEDIA_V2 55 modules/encryptedmedia/MediaKeyMessageEvent conditional=ENCRYPTED_MEDIA_V2
56 modules/encryptedmedia/MediaKeyNeededEvent conditional=ENCRYPTED_MEDIA_V2 56 modules/encryptedmedia/MediaKeyNeededEvent conditional=ENCRYPTED_MEDIA_V2
57 core/html/track/TrackEvent 57 core/html/track/TrackEvent
58 core/dom/AutocompleteErrorEvent 58 core/dom/AutocompleteErrorEvent
59 core/css/CSSFontFaceLoadEvent 59 core/css/CSSFontFaceLoadEvent
60 SecurityPolicyViolationEvent 60 core/dom/SecurityPolicyViolationEvent
61 modules/webmidi/MIDIConnectionEvent 61 modules/webmidi/MIDIConnectionEvent
62 modules/webmidi/MIDIMessageEvent 62 modules/webmidi/MIDIMessageEvent
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698