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

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

Issue 200783002: Gamepad API: add support for gamepadconnected and gamepaddisconnected events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: layout fix: webexposed/global-constructors-listing Created 6 years, 9 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 | « Source/bindings/v8/Dictionary.cpp ('k') | Source/modules/gamepad/GamepadDispatcher.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 DOMCharacterDataModified 4 DOMCharacterDataModified
5 DOMContentLoaded 5 DOMContentLoaded
6 DOMFocusIn 6 DOMFocusIn
7 DOMFocusOut 7 DOMFocusOut
8 DOMNodeInserted 8 DOMNodeInserted
9 DOMNodeInsertedIntoDocument 9 DOMNodeInsertedIntoDocument
10 DOMNodeRemoved 10 DOMNodeRemoved
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 end 75 end
76 ended 76 ended
77 endEvent 77 endEvent
78 enter 78 enter
79 error 79 error
80 exit 80 exit
81 fetch 81 fetch
82 focus 82 focus
83 focusin 83 focusin
84 focusout 84 focusout
85 gamepadconnected
86 gamepaddisconnected
85 gesturescrollend 87 gesturescrollend
86 gesturescrollstart 88 gesturescrollstart
87 gesturescrollupdate 89 gesturescrollupdate
88 gestureshowpress 90 gestureshowpress
89 gesturetap 91 gesturetap
90 gesturetapdown 92 gesturetapdown
91 gesturetapunconfirmed 93 gesturetapunconfirmed
92 hashchange 94 hashchange
93 icecandidate 95 icecandidate
94 iceconnectionstatechange 96 iceconnectionstatechange
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 webkitsourceclose 223 webkitsourceclose
222 webkitsourceended 224 webkitsourceended
223 webkitsourceopen 225 webkitsourceopen
224 webkitspeechchange 226 webkitspeechchange
225 webkitvisibilitychange 227 webkitvisibilitychange
226 wheel 228 wheel
227 write 229 write
228 writeend 230 writeend
229 writestart 231 writestart
230 zoom 232 zoom
OLDNEW
« no previous file with comments | « Source/bindings/v8/Dictionary.cpp ('k') | Source/modules/gamepad/GamepadDispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698