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

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

Issue 827673002: Add MediaStream.active attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 11 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 2
3 DOMActivate 3 DOMActivate
4 DOMCharacterDataModified 4 DOMCharacterDataModified
5 DOMContentLoaded 5 DOMContentLoaded
6 DOMFocusIn 6 DOMFocusIn
7 DOMFocusOut 7 DOMFocusOut
8 DOMNodeInserted 8 DOMNodeInserted
9 DOMNodeInsertedIntoDocument 9 DOMNodeInsertedIntoDocument
10 DOMNodeRemoved 10 DOMNodeRemoved
11 DOMNodeRemovedFromDocument 11 DOMNodeRemovedFromDocument
12 DOMSubtreeModified 12 DOMSubtreeModified
13 abort 13 abort
14 activate 14 activate
15 active
15 addsourcebuffer 16 addsourcebuffer
16 addstream 17 addstream
17 addtrack 18 addtrack
18 animationend 19 animationend
19 animationiteration 20 animationiteration
20 animationstart 21 animationstart
21 audioend 22 audioend
22 audioprocess 23 audioprocess
23 audiostart 24 audiostart
24 autocomplete 25 autocomplete
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 gesturescrollend 100 gesturescrollend
100 gesturescrollstart 101 gesturescrollstart
101 gesturescrollupdate 102 gesturescrollupdate
102 gestureshowpress 103 gestureshowpress
103 gesturetap 104 gesturetap
104 gesturetapdown 105 gesturetapdown
105 gesturetapunconfirmed 106 gesturetapunconfirmed
106 hashchange 107 hashchange
107 icecandidate 108 icecandidate
108 iceconnectionstatechange 109 iceconnectionstatechange
110 inactive
109 input 111 input
110 install 112 install
111 invalid 113 invalid
112 keydown 114 keydown
113 keypress 115 keypress
114 keyup 116 keyup
115 languagechange 117 languagechange
116 levelchange 118 levelchange
117 load 119 load
118 loadeddata 120 loadeddata
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 webkitprerenderstart 237 webkitprerenderstart
236 webkitprerenderstop 238 webkitprerenderstop
237 webkitresourcetimingbufferfull 239 webkitresourcetimingbufferfull
238 webkitspeechchange 240 webkitspeechchange
239 webkitvisibilitychange 241 webkitvisibilitychange
240 wheel 242 wheel
241 write 243 write
242 writeend 244 writeend
243 writestart 245 writestart
244 zoom 246 zoom
OLDNEW
« no previous file with comments | « LayoutTests/fast/mediastream/RTCPeerConnection-remotestreams-expected.txt ('k') | Source/modules/mediastream/MediaStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698