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

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: Fix order in EventTargetFactory.in 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
« no previous file with comments | « Source/core/dom/DOMExceptions.in ('k') | Source/core/dom/EventTargetFactory.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 namespace="Event" 1 namespace="Event"
2 2
3 Event 3 core/css/CSSFontFaceLoadEvent
4 Events interfaceName=Event 4 core/dom/AutocompleteErrorEvent
5 HTMLEvents interfaceName=Event
6 core/dom/BeforeLoadEvent 5 core/dom/BeforeLoadEvent
7 modules/websockets/CloseEvent 6 core/dom/CompositionEvent
8 CompositionEvent 7 core/dom/CustomEvent
9 CustomEvent 8 core/dom/DeviceOrientationEvent
10 ErrorEvent 9 core/dom/ErrorEvent
11 FocusEvent 10 core/dom/Event
12 HashChangeEvent 11 core/dom/FocusEvent
13 KeyboardEvent 12 core/dom/HashChangeEvent
14 KeyboardEvents interfaceName=KeyboardEvent 13 core/dom/KeyboardEvent
15 MessageEvent 14 core/dom/MessageEvent
16 MouseEvent 15 core/dom/MouseEvent
17 MouseEvents interfaceName=MouseEvent 16 core/dom/MutationEvent
18 MutationEvent 17 core/dom/OverflowEvent
19 MutationEvents interfaceName=MutationEvent 18 core/dom/PageTransitionEvent
20 OverflowEvent 19 core/dom/PopStateEvent
21 PageTransitionEvent 20 core/dom/ProgressEvent
22 PopStateEvent 21 core/dom/ResourceProgressEvent
23 ProgressEvent 22 core/dom/SecurityPolicyViolationEvent
24 ResourceProgressEvent 23 core/dom/TextEvent
25 TextEvent 24 core/dom/TouchEvent runtimeConditional=touchEnabled
26 TransitionEvent 25 core/dom/TransitionEvent
27 UIEvent 26 core/dom/UIEvent
28 UIEvents interfaceName=UIEvent 27 core/dom/WebKitAnimationEvent implementedAs=AnimationEvent
29 WebKitAnimationEvent interfaceName=AnimationEvent, JSInterfaceName=WebKitAnimati onEvent 28 core/dom/WebKitTransitionEvent implementedAs=TransitionEvent
30 WebKitTransitionEvent interfaceName=TransitionEvent 29 core/dom/WheelEvent
31 WheelEvent 30 core/html/MediaKeyEvent
31 core/html/canvas/WebGLContextEvent
32 core/html/track/TrackEvent
33 core/page/SpeechInputEvent conditional=INPUT_SPEECH
34 core/storage/StorageEvent
35 core/svg/SVGEvents implementedAs=Event
36 core/svg/SVGZoomEvent
32 core/xml/XMLHttpRequestProgressEvent 37 core/xml/XMLHttpRequestProgressEvent
33 modules/webaudio/AudioProcessingEvent conditional=WEB_AUDIO 38 modules/device_orientation/DeviceMotionEvent
34 modules/webaudio/OfflineAudioCompletionEvent conditional=WEB_AUDIO 39 modules/encryptedmedia/MediaKeyMessageEvent conditional=ENCRYPTED_MEDIA_V2
40 modules/encryptedmedia/MediaKeyNeededEvent conditional=ENCRYPTED_MEDIA_V2
41 modules/indexeddb/IDBVersionChangeEvent
35 modules/mediastream/MediaStreamEvent 42 modules/mediastream/MediaStreamEvent
36 modules/mediastream/MediaStreamTrackEvent 43 modules/mediastream/MediaStreamTrackEvent
44 modules/mediastream/RTCDTMFToneChangeEvent
45 modules/mediastream/RTCDataChannelEvent
37 modules/mediastream/RTCIceCandidateEvent 46 modules/mediastream/RTCIceCandidateEvent
38 modules/mediastream/RTCDataChannelEvent
39 modules/mediastream/RTCDTMFToneChangeEvent
40 core/page/SpeechInputEvent conditional=INPUT_SPEECH
41 modules/speech/SpeechRecognitionError 47 modules/speech/SpeechRecognitionError
42 modules/speech/SpeechRecognitionEvent 48 modules/speech/SpeechRecognitionEvent
43 modules/speech/SpeechSynthesisEvent 49 modules/speech/SpeechSynthesisEvent
44 core/html/canvas/WebGLContextEvent 50 modules/webaudio/AudioProcessingEvent conditional=WEB_AUDIO
45 core/storage/StorageEvent 51 modules/webaudio/OfflineAudioCompletionEvent conditional=WEB_AUDIO
46 core/svg/SVGEvents interfaceName=Event
47 core/svg/SVGZoomEvent
48 core/svg/SVGZoomEvents interfaceName=SVGZoomEvent
49 modules/indexeddb/IDBVersionChangeEvent
50 TouchEvent runtimeConditional=touchEnabled
51 modules/device_orientation/DeviceMotionEvent
52 core/dom/DeviceOrientationEvent
53 OrientationEvent interfaceName=Event, conditional=ORIENTATION_EVENTS
54 core/html/MediaKeyEvent
55 modules/encryptedmedia/MediaKeyMessageEvent conditional=ENCRYPTED_MEDIA_V2
56 modules/encryptedmedia/MediaKeyNeededEvent conditional=ENCRYPTED_MEDIA_V2
57 core/html/track/TrackEvent
58 core/dom/AutocompleteErrorEvent
59 core/css/CSSFontFaceLoadEvent
60 SecurityPolicyViolationEvent
61 modules/webmidi/MIDIConnectionEvent 52 modules/webmidi/MIDIConnectionEvent
62 modules/webmidi/MIDIMessageEvent 53 modules/webmidi/MIDIMessageEvent
54 modules/websockets/CloseEvent
55
56 # Aliases
57 Events implementedAs=Event
58 HTMLEvents implementedAs=Event
59 KeyboardEvents implementedAs=KeyboardEvent
60 MouseEvents implementedAs=MouseEvent
61 MutationEvents implementedAs=MutationEvent
62 OrientationEvent implementedAs=Event, conditional=ORIENTATION_EVENTS
63 SVGZoomEvents implementedAs=SVGZoomEvent
64 UIEvents implementedAs=UIEvent
OLDNEW
« no previous file with comments | « Source/core/dom/DOMExceptions.in ('k') | Source/core/dom/EventTargetFactory.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698