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

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

Issue 22859012: Add support for DOM Level 3 WheelEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename prefixedType() to legacyType() Created 7 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/dom/WheelEvent.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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 onwebkitfullscreenchange 258 onwebkitfullscreenchange
259 onwebkitfullscreenerror 259 onwebkitfullscreenerror
260 onwebkitkeyadded 260 onwebkitkeyadded
261 onwebkitkeyerror 261 onwebkitkeyerror
262 onwebkitkeymessage 262 onwebkitkeymessage
263 onwebkitneedkey 263 onwebkitneedkey
264 onwebkitsourceclose 264 onwebkitsourceclose
265 onwebkitsourceended 265 onwebkitsourceended
266 onwebkitsourceopen 266 onwebkitsourceopen
267 onwebkittransitionend 267 onwebkittransitionend
268 onwheel
268 open 269 open
269 optimum 270 optimum
270 part 271 part
271 pattern 272 pattern
272 placeholder 273 placeholder
273 pluginspage 274 pluginspage
274 pluginurl 275 pluginurl
275 ping 276 ping
276 poster 277 poster
277 precision 278 precision
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 value 335 value
335 valuetype 336 valuetype
336 version 337 version
337 viewsource 338 viewsource
338 vlink 339 vlink
339 vspace 340 vspace
340 webkitallowfullscreen 341 webkitallowfullscreen
341 webkitdirectory 342 webkitdirectory
342 width 343 width
343 wrap 344 wrap
OLDNEW
« no previous file with comments | « Source/core/dom/WheelEvent.idl ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698