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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/DOMExceptions.in ('k') | Source/core/dom/EventTargetFactory.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/EventNames.in
diff --git a/Source/core/dom/EventNames.in b/Source/core/dom/EventNames.in
index 4eded6178587263e82a891785849ca81659d9c46..25a9ac31a1bc7c65c59f67cb33a52a43a1fc1693 100644
--- a/Source/core/dom/EventNames.in
+++ b/Source/core/dom/EventNames.in
@@ -1,62 +1,64 @@
namespace="Event"
-Event
-Events interfaceName=Event
-HTMLEvents interfaceName=Event
+core/css/CSSFontFaceLoadEvent
+core/dom/AutocompleteErrorEvent
core/dom/BeforeLoadEvent
-modules/websockets/CloseEvent
-CompositionEvent
-CustomEvent
-ErrorEvent
-FocusEvent
-HashChangeEvent
-KeyboardEvent
-KeyboardEvents interfaceName=KeyboardEvent
-MessageEvent
-MouseEvent
-MouseEvents interfaceName=MouseEvent
-MutationEvent
-MutationEvents interfaceName=MutationEvent
-OverflowEvent
-PageTransitionEvent
-PopStateEvent
-ProgressEvent
-ResourceProgressEvent
-TextEvent
-TransitionEvent
-UIEvent
-UIEvents interfaceName=UIEvent
-WebKitAnimationEvent interfaceName=AnimationEvent, JSInterfaceName=WebKitAnimationEvent
-WebKitTransitionEvent interfaceName=TransitionEvent
-WheelEvent
+core/dom/CompositionEvent
+core/dom/CustomEvent
+core/dom/DeviceOrientationEvent
+core/dom/ErrorEvent
+core/dom/Event
+core/dom/FocusEvent
+core/dom/HashChangeEvent
+core/dom/KeyboardEvent
+core/dom/MessageEvent
+core/dom/MouseEvent
+core/dom/MutationEvent
+core/dom/OverflowEvent
+core/dom/PageTransitionEvent
+core/dom/PopStateEvent
+core/dom/ProgressEvent
+core/dom/ResourceProgressEvent
+core/dom/SecurityPolicyViolationEvent
+core/dom/TextEvent
+core/dom/TouchEvent runtimeConditional=touchEnabled
+core/dom/TransitionEvent
+core/dom/UIEvent
+core/dom/WebKitAnimationEvent implementedAs=AnimationEvent
+core/dom/WebKitTransitionEvent implementedAs=TransitionEvent
+core/dom/WheelEvent
+core/html/MediaKeyEvent
+core/html/canvas/WebGLContextEvent
+core/html/track/TrackEvent
+core/page/SpeechInputEvent conditional=INPUT_SPEECH
+core/storage/StorageEvent
+core/svg/SVGEvents implementedAs=Event
+core/svg/SVGZoomEvent
core/xml/XMLHttpRequestProgressEvent
-modules/webaudio/AudioProcessingEvent conditional=WEB_AUDIO
-modules/webaudio/OfflineAudioCompletionEvent conditional=WEB_AUDIO
+modules/device_orientation/DeviceMotionEvent
+modules/encryptedmedia/MediaKeyMessageEvent conditional=ENCRYPTED_MEDIA_V2
+modules/encryptedmedia/MediaKeyNeededEvent conditional=ENCRYPTED_MEDIA_V2
+modules/indexeddb/IDBVersionChangeEvent
modules/mediastream/MediaStreamEvent
modules/mediastream/MediaStreamTrackEvent
-modules/mediastream/RTCIceCandidateEvent
-modules/mediastream/RTCDataChannelEvent
modules/mediastream/RTCDTMFToneChangeEvent
-core/page/SpeechInputEvent conditional=INPUT_SPEECH
+modules/mediastream/RTCDataChannelEvent
+modules/mediastream/RTCIceCandidateEvent
modules/speech/SpeechRecognitionError
modules/speech/SpeechRecognitionEvent
modules/speech/SpeechSynthesisEvent
-core/html/canvas/WebGLContextEvent
-core/storage/StorageEvent
-core/svg/SVGEvents interfaceName=Event
-core/svg/SVGZoomEvent
-core/svg/SVGZoomEvents interfaceName=SVGZoomEvent
-modules/indexeddb/IDBVersionChangeEvent
-TouchEvent runtimeConditional=touchEnabled
-modules/device_orientation/DeviceMotionEvent
-core/dom/DeviceOrientationEvent
-OrientationEvent interfaceName=Event, conditional=ORIENTATION_EVENTS
-core/html/MediaKeyEvent
-modules/encryptedmedia/MediaKeyMessageEvent conditional=ENCRYPTED_MEDIA_V2
-modules/encryptedmedia/MediaKeyNeededEvent conditional=ENCRYPTED_MEDIA_V2
-core/html/track/TrackEvent
-core/dom/AutocompleteErrorEvent
-core/css/CSSFontFaceLoadEvent
-SecurityPolicyViolationEvent
+modules/webaudio/AudioProcessingEvent conditional=WEB_AUDIO
+modules/webaudio/OfflineAudioCompletionEvent conditional=WEB_AUDIO
modules/webmidi/MIDIConnectionEvent
modules/webmidi/MIDIMessageEvent
+modules/websockets/CloseEvent
+
+# Aliases
+Events implementedAs=Event
+HTMLEvents implementedAs=Event
+KeyboardEvents implementedAs=KeyboardEvent
+MouseEvents implementedAs=MouseEvent
+MutationEvents implementedAs=MutationEvent
+OrientationEvent implementedAs=Event, conditional=ORIENTATION_EVENTS
+SVGZoomEvents implementedAs=SVGZoomEvent
+UIEvents implementedAs=UIEvent
« 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