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

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

Issue 1179113007: Implement onunhandledrejection / onrejectionhandled events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/events/PromiseRejectionEvent.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 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 periodicsync 157 periodicsync
158 play 158 play
159 playing 159 playing
160 pointerlockchange 160 pointerlockchange
161 pointerlockerror 161 pointerlockerror
162 popstate 162 popstate
163 progress 163 progress
164 push 164 push
165 ratechange 165 ratechange
166 readystatechange 166 readystatechange
167 rejectionhandled
167 removesourcebuffer 168 removesourcebuffer
168 removestream 169 removestream
169 removetrack 170 removetrack
170 repeatEvent 171 repeatEvent
171 reset 172 reset
172 resize 173 resize
173 result 174 result
174 resume 175 resume
175 scroll 176 scroll
176 search 177 search
(...skipping 24 matching lines...) Expand all
201 timeout 202 timeout
202 timeupdate 203 timeupdate
203 toggle 204 toggle
204 tonechange 205 tonechange
205 touchcancel 206 touchcancel
206 touchend 207 touchend
207 touchmove 208 touchmove
208 touchstart 209 touchstart
209 transitionend 210 transitionend
210 typechange 211 typechange
212 unhandledrejection
211 unload 213 unload
212 unmute 214 unmute
213 update 215 update
214 updateend 216 updateend
215 updatefound 217 updatefound
216 updateready 218 updateready
217 updatestart 219 updatestart
218 upgradeneeded 220 upgradeneeded
219 versionchange 221 versionchange
220 visibilitychange 222 visibilitychange
(...skipping 21 matching lines...) Expand all
242 webkitprerenderstart 244 webkitprerenderstart
243 webkitprerenderstop 245 webkitprerenderstop
244 webkitresourcetimingbufferfull 246 webkitresourcetimingbufferfull
245 webkitspeechchange 247 webkitspeechchange
246 webkitvisibilitychange 248 webkitvisibilitychange
247 wheel 249 wheel
248 write 250 write
249 writeend 251 writeend
250 writestart 252 writestart
251 zoom 253 zoom
OLDNEW
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/events/PromiseRejectionEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698