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

Side by Side Diff: Source/core/html/HTMLAttributeNames.in

Issue 27132002: Add missing event handler attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@notenumerable
Patch Set: alphabetize Created 7 years, 2 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 | « Source/core/frame/Window.idl ('k') | Source/core/html/HTMLElement.cpp » ('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="HTML" 1 namespace="HTML"
2 namespacePrefix="xhtml" 2 namespacePrefix="xhtml"
3 namespaceURI="http://www.w3.org/1999/xhtml" 3 namespaceURI="http://www.w3.org/1999/xhtml"
4 attrsNullNamespace 4 attrsNullNamespace
5 5
6 abbr 6 abbr
7 accept_charset 7 accept_charset
8 accept 8 accept
9 accesskey 9 accesskey
10 action 10 action
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 onanimationiteration 173 onanimationiteration
174 onanimationend 174 onanimationend
175 onautocomplete 175 onautocomplete
176 onautocompleteerror 176 onautocompleteerror
177 onbeforecopy 177 onbeforecopy
178 onbeforecut 178 onbeforecut
179 onbeforeload 179 onbeforeload
180 onbeforepaste 180 onbeforepaste
181 onbeforeunload 181 onbeforeunload
182 onblur 182 onblur
183 oncancel
183 oncanplay 184 oncanplay
184 oncanplaythrough 185 oncanplaythrough
185 onchange 186 onchange
186 onclick 187 onclick
188 onclose
187 oncontextmenu 189 oncontextmenu
188 oncopy 190 oncopy
191 oncuechange
189 oncut 192 oncut
190 ondblclick 193 ondblclick
191 ondrag 194 ondrag
192 ondragend 195 ondragend
193 ondragenter 196 ondragenter
194 ondragleave 197 ondragleave
195 ondragover 198 ondragover
196 ondragstart 199 ondragstart
197 ondrop 200 ondrop
198 ondurationchange 201 ondurationchange
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 onreset 238 onreset
236 onresize 239 onresize
237 onscroll 240 onscroll
238 onsearch 241 onsearch
239 onseeked 242 onseeked
240 onseeking 243 onseeking
241 onselect 244 onselect
242 onselectstart 245 onselectstart
243 onselectionchange 246 onselectionchange
244 onwebkitspeechchange 247 onwebkitspeechchange
248 onshow
245 onstalled 249 onstalled
246 onstorage 250 onstorage
247 onsuspend 251 onsuspend
248 onsubmit 252 onsubmit
249 ontimeupdate 253 ontimeupdate
250 ontouchstart 254 ontouchstart
251 ontouchmove 255 ontouchmove
252 ontouchend 256 ontouchend
253 ontouchcancel 257 ontouchcancel
254 ontransitionend 258 ontransitionend
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 value 343 value
340 valuetype 344 valuetype
341 version 345 version
342 viewsource 346 viewsource
343 vlink 347 vlink
344 vspace 348 vspace
345 webkitallowfullscreen 349 webkitallowfullscreen
346 webkitdirectory 350 webkitdirectory
347 width 351 width
348 wrap 352 wrap
OLDNEW
« no previous file with comments | « Source/core/frame/Window.idl ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698