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

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

Issue 2265053004: Adding WebVR temporary presentation handling on mobile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased to fix UseCounter conflict Created 4 years, 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/UseCounter.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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 update 239 update
240 updateend 240 updateend
241 updatefound 241 updatefound
242 updateready 242 updateready
243 updatestart 243 updatestart
244 upgradeneeded 244 upgradeneeded
245 versionchange 245 versionchange
246 visibilitychange 246 visibilitychange
247 voiceschanged 247 voiceschanged
248 volumechange 248 volumechange
249 vrdisplayconnect
250 vrdisplaydisconnect
251 vrdisplayactivate
252 vrdisplaydeactivate
253 vrdisplaypresentchange
249 waiting 254 waiting
250 waitingforkey 255 waitingforkey
251 webglcontextcreationerror 256 webglcontextcreationerror
252 webglcontextlost 257 webglcontextlost
253 webglcontextrestored 258 webglcontextrestored
254 webkitAnimationEnd 259 webkitAnimationEnd
255 webkitAnimationIteration 260 webkitAnimationIteration
256 webkitAnimationStart 261 webkitAnimationStart
257 webkitBeforeTextInserted 262 webkitBeforeTextInserted
258 webkitEditableContentChanged 263 webkitEditableContentChanged
259 webkitTransitionEnd 264 webkitTransitionEnd
260 webkitfullscreenchange 265 webkitfullscreenchange
261 webkitfullscreenerror 266 webkitfullscreenerror
262 webkitprerenderdomcontentloaded 267 webkitprerenderdomcontentloaded
263 webkitprerenderload 268 webkitprerenderload
264 webkitprerenderstart 269 webkitprerenderstart
265 webkitprerenderstop 270 webkitprerenderstop
266 webkitresourcetimingbufferfull 271 webkitresourcetimingbufferfull
267 webkitspeechchange 272 webkitspeechchange
268 webkitvisibilitychange 273 webkitvisibilitychange
269 wheel 274 wheel
270 write 275 write
271 writeend 276 writeend
272 writestart 277 writestart
273 zoom 278 zoom
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698