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

Side by Side Diff: sky/engine/core/events/EventTypeNames.in

Issue 868133003: Remove touch events from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « sky/engine/core/events/EventPath.cpp ('k') | sky/engine/core/events/NodeEventContext.h » ('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="EventType" 1 namespace="EventType"
2 2
3 DOMActivate 3 DOMActivate
4 DOMContentLoaded 4 DOMContentLoaded
5 DOMFocusIn 5 DOMFocusIn
6 DOMFocusOut 6 DOMFocusOut
7 abort 7 abort
8 animationend 8 animationend
9 animationiteration 9 animationiteration
10 animationstart 10 animationstart
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 select 101 select
102 selectionchange 102 selectionchange
103 selectstart 103 selectstart
104 show 104 show
105 submit 105 submit
106 success 106 success
107 textInput 107 textInput
108 timeout 108 timeout
109 toggle 109 toggle
110 tonechange 110 tonechange
111 touchcancel
112 touchend
113 touchmove
114 touchstart
115 transitionend 111 transitionend
116 unload 112 unload
117 visibilitychange 113 visibilitychange
118 webglcontextcreationerror 114 webglcontextcreationerror
119 webglcontextlost 115 webglcontextlost
120 webglcontextrestored 116 webglcontextrestored
121 webkitBeforeTextInserted 117 webkitBeforeTextInserted
122 webkitEditableContentChanged 118 webkitEditableContentChanged
123 webkitkeyadded 119 webkitkeyadded
124 webkitkeyerror 120 webkitkeyerror
125 webkitkeymessage 121 webkitkeymessage
126 webkitneedkey 122 webkitneedkey
127 webkitvisibilitychange 123 webkitvisibilitychange
128 wheel 124 wheel
OLDNEW
« no previous file with comments | « sky/engine/core/events/EventPath.cpp ('k') | sky/engine/core/events/NodeEventContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698