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

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: 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 webkitprerenderstart 262 webkitprerenderstart
262 webkitprerenderstop 263 webkitprerenderstop
263 webkitresourcetimingbufferfull 264 webkitresourcetimingbufferfull
264 webkitspeechchange 265 webkitspeechchange
265 webkitvisibilitychange 266 webkitvisibilitychange
266 wheel 267 wheel
267 write 268 write
268 writeend 269 writeend
269 writestart 270 writestart
270 zoom 271 zoom
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698