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

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

Issue 24066010: Implement URLUtils and URL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates based on code review comments Created 7 years, 2 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
« no previous file with comments | « Source/core/html/HTMLAnchorElement.cpp ('k') | Source/core/html/HTMLAreaElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLAnchorElement.idl
diff --git a/Source/core/html/HTMLAnchorElement.idl b/Source/core/html/HTMLAnchorElement.idl
index fc3cbac1fb05476dc27ba3cd97d1eddf613cd2c5..ca38f32b0f52fd382d2c8175f85fd995073c14c2 100644
--- a/Source/core/html/HTMLAnchorElement.idl
+++ b/Source/core/html/HTMLAnchorElement.idl
@@ -22,7 +22,6 @@ interface HTMLAnchorElement : HTMLElement {
[Reflect, TreatNullAs=NullString] attribute DOMString charset;
[Reflect, TreatNullAs=NullString] attribute DOMString coords;
[Reflect, TreatNullAs=NullString] attribute DOMString download;
- [Reflect, TreatNullAs=NullString, URL] attribute DOMString href;
[Reflect, TreatNullAs=NullString] attribute DOMString hreflang;
[Reflect, TreatNullAs=NullString] attribute DOMString name;
[Reflect, TreatNullAs=NullString] attribute DOMString ping;
@@ -32,18 +31,7 @@ interface HTMLAnchorElement : HTMLElement {
[Reflect, TreatNullAs=NullString] attribute DOMString target;
[Reflect, TreatNullAs=NullString] attribute DOMString type;
- attribute DOMString hash;
- attribute DOMString host;
- attribute DOMString hostname;
- attribute DOMString pathname;
- attribute DOMString port;
- attribute DOMString protocol;
- attribute DOMString search;
-
- readonly attribute DOMString origin;
-
readonly attribute DOMString text;
-
- [NotEnumerable] DOMString toString();
};
+HTMLAnchorElement implements URLUtils;
« no previous file with comments | « Source/core/html/HTMLAnchorElement.cpp ('k') | Source/core/html/HTMLAreaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698