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

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

Issue 1253413003: Implement referrerpolicy attribute for anchor elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update webexposed layout tests Created 5 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
« no previous file with comments | « Source/core/html/HTMLAnchorElement.idl ('k') | Source/core/loader/FrameLoader.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 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 optimum 264 optimum
265 pattern 265 pattern
266 permissions 266 permissions
267 placeholder 267 placeholder
268 ping 268 ping
269 poster 269 poster
270 preload 270 preload
271 pseudo 271 pseudo
272 radiogroup 272 radiogroup
273 readonly 273 readonly
274 referrerpolicy
274 rel 275 rel
275 required 276 required
276 results 277 results
277 rev 278 rev
278 reversed 279 reversed
279 role 280 role
280 rows 281 rows
281 rowspan 282 rowspan
282 rules 283 rules
283 sandbox 284 sandbox
(...skipping 29 matching lines...) Expand all
313 usemap 314 usemap
314 valign 315 valign
315 value 316 value
316 valuetype 317 valuetype
317 version 318 version
318 vlink 319 vlink
319 vspace 320 vspace
320 webkitdirectory 321 webkitdirectory
321 width 322 width
322 wrap 323 wrap
OLDNEW
« no previous file with comments | « Source/core/html/HTMLAnchorElement.idl ('k') | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698