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

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

Issue 1752933002: [InputEvent] Fire 'beforeinput' during typing, pressing hot keys and IME composition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yosi's review Created 4 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
OLDNEW
1 namespace="EventType" 1 namespace="EventType"
2 export="CORE_EXPORT" 2 export="CORE_EXPORT"
3 3
4 DOMActivate 4 DOMActivate
5 DOMCharacterDataModified 5 DOMCharacterDataModified
6 DOMContentLoaded 6 DOMContentLoaded
7 DOMFocusIn 7 DOMFocusIn
8 DOMFocusOut 8 DOMFocusOut
9 DOMNodeInserted 9 DOMNodeInserted
10 DOMNodeInsertedIntoDocument 10 DOMNodeInsertedIntoDocument
(...skipping 10 matching lines...) Expand all
21 animationiteration 21 animationiteration
22 animationstart 22 animationstart
23 audioend 23 audioend
24 audioprocess 24 audioprocess
25 audiostart 25 audiostart
26 autocomplete 26 autocomplete
27 autocompleteerror 27 autocompleteerror
28 availablechange 28 availablechange
29 beforecopy 29 beforecopy
30 beforecut 30 beforecut
31 beforeinput
31 beforeinstallprompt 32 beforeinstallprompt
32 beforepaste 33 beforepaste
33 beforeunload 34 beforeunload
34 beginEvent 35 beginEvent
35 blocked 36 blocked
36 blur 37 blur
37 bufferedamountlow 38 bufferedamountlow
38 boundary 39 boundary
39 cached 40 cached
40 cancel 41 cancel
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 webkitprerenderstart 264 webkitprerenderstart
264 webkitprerenderstop 265 webkitprerenderstop
265 webkitresourcetimingbufferfull 266 webkitresourcetimingbufferfull
266 webkitspeechchange 267 webkitspeechchange
267 webkitvisibilitychange 268 webkitvisibilitychange
268 wheel 269 wheel
269 write 270 write
270 writeend 271 writeend
271 writestart 272 writestart
272 zoom 273 zoom
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698