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

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: Rebase Created 4 years, 8 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 webkitprerenderstart 265 webkitprerenderstart
265 webkitprerenderstop 266 webkitprerenderstop
266 webkitresourcetimingbufferfull 267 webkitresourcetimingbufferfull
267 webkitspeechchange 268 webkitspeechchange
268 webkitvisibilitychange 269 webkitvisibilitychange
269 wheel 270 wheel
270 write 271 write
271 writeend 272 writeend
272 writestart 273 writestart
273 zoom 274 zoom
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp ('k') | third_party/WebKit/Source/core/events/InputEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698