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

Unified Diff: Source/core/html/HTMLAnchorElement.idl

Issue 1148603002: Anchor element's referrer attribute implementation for Referrer Policy Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove debug logging. Created 5 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/html/HTMLAnchorElement.idl
diff --git a/Source/core/html/HTMLAnchorElement.idl b/Source/core/html/HTMLAnchorElement.idl
index ab3c118efc1f90612e58898df091e0284ea3a06c..3277fb5122334f1b853d399da0e1d0fc7554182f 100644
--- a/Source/core/html/HTMLAnchorElement.idl
+++ b/Source/core/html/HTMLAnchorElement.idl
@@ -26,6 +26,7 @@ interface HTMLAnchorElement : HTMLElement {
// FIXME: ping should be a DOMSettableTokenList.
[Reflect] attribute DOMString ping;
[Reflect] attribute DOMString rel;
+ [Reflect] attribute DOMString referrer;
jochen (gone - plz use gerrit) 2015/05/21 07:48:58 this should be a runtime enabled feature, no?
burnik 2015/05/21 10:44:37 Yes, I think that's the idea, I would wrap this be
// FIXME: readonly attribute DOMTokenList relList;
[Reflect] attribute DOMString hreflang;
[Reflect] attribute DOMString type;

Powered by Google App Engine
This is Rietveld 408576698