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

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

Issue 14670004: Remove scaffolding for WebKit-proprietary fullscreen API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Workaround trybots Created 7 years, 7 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/EventNames.h ('k') | Source/core/html/HTMLMediaElement.h » ('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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 ontouchmove 246 ontouchmove
247 ontouchend 247 ontouchend
248 ontouchcancel 248 ontouchcancel
249 ontransitionend 249 ontransitionend
250 onunload 250 onunload
251 onvolumechange 251 onvolumechange
252 onwaiting 252 onwaiting
253 onwebkitanimationstart 253 onwebkitanimationstart
254 onwebkitanimationiteration 254 onwebkitanimationiteration
255 onwebkitanimationend 255 onwebkitanimationend
256 onwebkitbeginfullscreen
257 onwebkitendfullscreen
258 onwebkitfullscreenchange 256 onwebkitfullscreenchange
259 onwebkitfullscreenerror 257 onwebkitfullscreenerror
260 onwebkitkeyadded 258 onwebkitkeyadded
261 onwebkitkeyerror 259 onwebkitkeyerror
262 onwebkitkeymessage 260 onwebkitkeymessage
263 onwebkitneedkey 261 onwebkitneedkey
264 onwebkitsourceclose 262 onwebkitsourceclose
265 onwebkitsourceended 263 onwebkitsourceended
266 onwebkitsourceopen 264 onwebkitsourceopen
267 onwebkittransitionend 265 onwebkittransitionend
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 value 331 value
334 valuetype 332 valuetype
335 version 333 version
336 viewsource 334 viewsource
337 vlink 335 vlink
338 vspace 336 vspace
339 webkitallowfullscreen 337 webkitallowfullscreen
340 webkitdirectory 338 webkitdirectory
341 width 339 width
342 wrap 340 wrap
OLDNEW
« no previous file with comments | « Source/core/dom/EventNames.h ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698