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

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

Issue 249573002: HTMLDetailsElement should fire a 'toggle' event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename detail to details Created 6 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 | Annotate | Revision Log
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
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 start 173 start
174 statechange 174 statechange
175 storage 175 storage
176 submit 176 submit
177 success 177 success
178 suspend 178 suspend
179 sync 179 sync
180 textInput 180 textInput
181 timeout 181 timeout
182 timeupdate 182 timeupdate
183 toggle
183 tonechange 184 tonechange
184 touchcancel 185 touchcancel
185 touchend 186 touchend
186 touchmove 187 touchmove
187 touchstart 188 touchstart
188 transitionend 189 transitionend
189 unload 190 unload
190 unmute 191 unmute
191 update 192 update
192 updateend 193 updateend
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 webkitsourceclose 228 webkitsourceclose
228 webkitsourceended 229 webkitsourceended
229 webkitsourceopen 230 webkitsourceopen
230 webkitspeechchange 231 webkitspeechchange
231 webkitvisibilitychange 232 webkitvisibilitychange
232 wheel 233 wheel
233 write 234 write
234 writeend 235 writeend
235 writestart 236 writestart
236 zoom 237 zoom
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/details-open-toggle-event-expected.txt ('k') | Source/core/html/HTMLDetailsElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698