summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/events/EventAliases.in
blob: 82b3a744fc960751193ced47f86308c2dca94a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Aliases
AnimationEvent ImplementedAs=WebKitAnimationEvent, RuntimeEnabled=cssAnimationUnprefixedEnabled
Events ImplementedAs=Event
HTMLEvents ImplementedAs=Event
KeyboardEvents ImplementedAs=KeyboardEvent
MouseEvents ImplementedAs=MouseEvent
MutationEvents ImplementedAs=MutationEvent
OrientationEvent ImplementedAs=Event, Conditional=ORIENTATION_EVENTS
SVGEvents ImplementedAs=Event
SVGZoomEvents ImplementedAs=SVGZoomEvent
UIEvents ImplementedAs=UIEvent
WebKitTransitionEvent ImplementedAs=TransitionEvent

core/events/TouchEvent RuntimeEnabled=touchEnabled