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

Side by Side Diff: Source/core/events/EventAliases.in

Issue 137313004: Fix conditional TouchEvent creation support (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add build-time validation Created 6 years, 11 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/build/scripts/name_macros.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Aliases 1 # Aliases
2 AnimationEvent ImplementedAs=WebKitAnimationEvent, RuntimeEnabled=cssAnimationUn prefixedEnabled 2 AnimationEvent ImplementedAs=WebKitAnimationEvent, RuntimeEnabled=cssAnimationUn prefixedEnabled
3 Events ImplementedAs=Event 3 Events ImplementedAs=Event
4 HTMLEvents ImplementedAs=Event 4 HTMLEvents ImplementedAs=Event
5 KeyboardEvents ImplementedAs=KeyboardEvent 5 KeyboardEvents ImplementedAs=KeyboardEvent
6 MouseEvents ImplementedAs=MouseEvent 6 MouseEvents ImplementedAs=MouseEvent
7 MutationEvents ImplementedAs=MutationEvent 7 MutationEvents ImplementedAs=MutationEvent
8 OrientationEvent ImplementedAs=Event, RuntimeEnabled=OrientationEventEnabled 8 OrientationEvent ImplementedAs=Event, RuntimeEnabled=OrientationEventEnabled
9 SVGEvents ImplementedAs=Event 9 SVGEvents ImplementedAs=Event
10 SVGZoomEvents ImplementedAs=SVGZoomEvent 10 SVGZoomEvents ImplementedAs=SVGZoomEvent
11 UIEvents ImplementedAs=UIEvent 11 UIEvents ImplementedAs=UIEvent
12 WebKitTransitionEvent ImplementedAs=TransitionEvent 12 WebKitTransitionEvent ImplementedAs=TransitionEvent
13 13
14 core/dom/TouchEvent RuntimeEnabled=touchEnabled 14 core/events/TouchEvent RuntimeEnabled=touchEnabled
OLDNEW
« no previous file with comments | « Source/build/scripts/name_macros.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698