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

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

Issue 1060863003: Add initial link preload support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix uninit member :/ Created 5 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
« no previous file with comments | « Source/core/frame/Settings.in ('k') | Source/core/html/HTMLLinkElement.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 export="CORE_EXPORT" 5 export="CORE_EXPORT"
6 6
7 abbr 7 abbr
8 accept-charset 8 accept-charset
9 accept 9 accept
10 accesskey 10 accesskey
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 aria-pressed 42 aria-pressed
43 aria-readonly 43 aria-readonly
44 aria-relevant 44 aria-relevant
45 aria-required 45 aria-required
46 aria-selected 46 aria-selected
47 aria-sort 47 aria-sort
48 aria-valuemax 48 aria-valuemax
49 aria-valuemin 49 aria-valuemin
50 aria-valuenow 50 aria-valuenow
51 aria-valuetext 51 aria-valuetext
52 as
52 async 53 async
53 autocapitalize 54 autocapitalize
54 autocomplete 55 autocomplete
55 autofocus 56 autofocus
56 autoplay 57 autoplay
57 axis 58 axis
58 background 59 background
59 behavior 60 behavior
60 bgcolor 61 bgcolor
61 border 62 border
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 usemap 311 usemap
311 valign 312 valign
312 value 313 value
313 valuetype 314 valuetype
314 version 315 version
315 vlink 316 vlink
316 vspace 317 vspace
317 webkitdirectory 318 webkitdirectory
318 width 319 width
319 wrap 320 wrap
OLDNEW
« no previous file with comments | « Source/core/frame/Settings.in ('k') | Source/core/html/HTMLLinkElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698