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

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: 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
Index: Source/core/dom/EventNames.in
diff --git a/Source/core/dom/EventNames.in b/Source/core/dom/EventNames.in
index 4eded6178587263e82a891785849ca81659d9c46..95275dceb93543a59eecdad7b467f59c8906ad5f 100644
--- a/Source/core/dom/EventNames.in
+++ b/Source/core/dom/EventNames.in
@@ -1,34 +1,34 @@
namespace="Event"
-Event
-Events interfaceName=Event
-HTMLEvents interfaceName=Event
+core/dom/Event
+Events implementedAs=Event
+HTMLEvents implementedAs=Event
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/ErrorEvent
+core/dom/FocusEvent
+core/dom/HashChangeEvent
+core/dom/KeyboardEvent
+KeyboardEvents implementedAs=KeyboardEvent
+core/dom/MessageEvent
+core/dom/MouseEvent
+MouseEvents implementedAs=MouseEvent
+core/dom/MutationEvent
+MutationEvents implementedAs=MutationEvent
+core/dom/OverflowEvent
+core/dom/PageTransitionEvent
+core/dom/PopStateEvent
+core/dom/ProgressEvent
+core/dom/ResourceProgressEvent
+core/dom/TextEvent
+core/dom/TransitionEvent
+core/dom/UIEvent
+UIEvents implementedAs=UIEvent
+core/dom/WebKitAnimationEvent implementedAs=AnimationEvent
+core/dom/WebKitTransitionEvent implementedAs=TransitionEvent
+core/dom/WheelEvent
core/xml/XMLHttpRequestProgressEvent
modules/webaudio/AudioProcessingEvent conditional=WEB_AUDIO
modules/webaudio/OfflineAudioCompletionEvent conditional=WEB_AUDIO
@@ -43,20 +43,20 @@ modules/speech/SpeechRecognitionEvent
modules/speech/SpeechSynthesisEvent
core/html/canvas/WebGLContextEvent
core/storage/StorageEvent
-core/svg/SVGEvents interfaceName=Event
+core/svg/SVGEvents implementedAs=Event
core/svg/SVGZoomEvent
-core/svg/SVGZoomEvents interfaceName=SVGZoomEvent
+core/svg/SVGZoomEvents implementedAs=SVGZoomEvent
modules/indexeddb/IDBVersionChangeEvent
-TouchEvent runtimeConditional=touchEnabled
+core/dom/TouchEvent runtimeConditional=touchEnabled
modules/device_orientation/DeviceMotionEvent
core/dom/DeviceOrientationEvent
-OrientationEvent interfaceName=Event, conditional=ORIENTATION_EVENTS
+OrientationEvent implementedAs=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
+core/dom/SecurityPolicyViolationEvent
modules/webmidi/MIDIConnectionEvent
modules/webmidi/MIDIMessageEvent

Powered by Google App Engine
This is Rietveld 408576698