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

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

Issue 205523003: Remove beforeload events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove more tests Created 6 years, 9 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
« no previous file with comments | « Source/core/events/EventTypeNames.in ('k') | Source/core/html/HTMLEmbedElement.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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 nowrap 169 nowrap
170 object 170 object
171 onabort 171 onabort
172 onanimationstart 172 onanimationstart
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
180 onbeforepaste 179 onbeforepaste
181 onbeforeunload 180 onbeforeunload
182 onblur 181 onblur
183 oncancel 182 oncancel
184 oncanplay 183 oncanplay
185 oncanplaythrough 184 oncanplaythrough
186 onchange 185 onchange
187 onclick 186 onclick
188 onclose 187 onclose
189 oncontextmenu 188 oncontextmenu
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 valign 339 valign
341 value 340 value
342 valuetype 341 valuetype
343 version 342 version
344 vlink 343 vlink
345 vspace 344 vspace
346 webkitallowfullscreen 345 webkitallowfullscreen
347 webkitdirectory 346 webkitdirectory
348 width 347 width
349 wrap 348 wrap
OLDNEW
« no previous file with comments | « Source/core/events/EventTypeNames.in ('k') | Source/core/html/HTMLEmbedElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698