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

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

Issue 2510833002: PaymentApp: Add interfaces for PaymentRequestEvent. (Closed)
Patch Set: PaymentApp: Add interfaces for PaymentRequestEvent. Created 4 years 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 noupdate 158 noupdate
159 obsolete 159 obsolete
160 offline 160 offline
161 online 161 online
162 open 162 open
163 orientationchange 163 orientationchange
164 pagehide 164 pagehide
165 pageshow 165 pageshow
166 paste 166 paste
167 pause 167 pause
168 paymentrequest
168 periodicsync 169 periodicsync
169 play 170 play
170 playing 171 playing
171 playpause 172 playpause
172 pointercancel 173 pointercancel
173 pointerdown 174 pointerdown
174 pointerenter 175 pointerenter
175 pointerleave 176 pointerleave
176 pointerlockchange 177 pointerlockchange
177 pointerlockerror 178 pointerlockerror
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 webkitprerenderstart 277 webkitprerenderstart
277 webkitprerenderstop 278 webkitprerenderstop
278 webkitresourcetimingbufferfull 279 webkitresourcetimingbufferfull
279 webkitspeechchange 280 webkitspeechchange
280 webkitvisibilitychange 281 webkitvisibilitychange
281 wheel 282 wheel
282 write 283 write
283 writeend 284 writeend
284 writestart 285 writestart
285 zoom 286 zoom
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/modules_idl_files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698