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

Unified Diff: sky/engine/core/dom/URLUtils.idl

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/core/dom/URL.idl ('k') | sky/engine/core/dom/URLUtilsReadOnly.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/URLUtils.idl
diff --git a/sky/engine/core/dom/URLUtils.idl b/sky/engine/core/dom/URLUtils.idl
index 5f0e115ab1229956fb0280bb2e5a03e6da5ef2e1..85fcf22f75557482bc5ef4b9192f1fe33f472403 100644
--- a/sky/engine/core/dom/URLUtils.idl
+++ b/sky/engine/core/dom/URLUtils.idl
@@ -29,20 +29,20 @@
NoInterfaceObject, // Always used on target of 'implements'
] interface URLUtils {
// FIXME: should be stringifier: http://crbug.com/306606
- // stringifier attribute ScalarValueString href;
- attribute ScalarValueString href;
- [NotEnumerable, ImplementedAs=href] ScalarValueString toString();
- readonly attribute ScalarValueString origin;
+ // stringifier attribute DOMString href;
+ attribute DOMString href;
+ [NotEnumerable, ImplementedAs=href] DOMString toString();
+ readonly attribute DOMString origin;
- attribute ScalarValueString protocol;
- attribute ScalarValueString username;
- attribute ScalarValueString password;
- attribute ScalarValueString host;
- attribute ScalarValueString hostname;
- attribute ScalarValueString port;
- attribute ScalarValueString pathname;
- attribute ScalarValueString search;
+ attribute DOMString protocol;
+ attribute DOMString username;
+ attribute DOMString password;
+ attribute DOMString host;
+ attribute DOMString hostname;
+ attribute DOMString port;
+ attribute DOMString pathname;
+ attribute DOMString search;
// Not yet implemented.
// attribute URLSearchParams searchParams;
- attribute ScalarValueString hash;
+ attribute DOMString hash;
};
« no previous file with comments | « sky/engine/core/dom/URL.idl ('k') | sky/engine/core/dom/URLUtilsReadOnly.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698