[html5] r6265 - [giow] (1) Let worker's self.location stringify, like window.location Fixing htt [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 21 14:26:37 PDT 2011


Author: ianh
Date: 2011-06-21 14:26:36 -0700 (Tue, 21 Jun 2011)
New Revision: 6265

Modified:
   complete.html
   source
Log:
[giow] (1) Let worker's self.location stringify, like window.location
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12836

Modified: complete.html
===================================================================
--- complete.html	2011-06-21 21:24:30 UTC (rev 6264)
+++ complete.html	2011-06-21 21:26:36 UTC (rev 6265)
@@ -78625,7 +78625,7 @@
 
   <pre class=idl>interface <dfn id=workerlocation>WorkerLocation</dfn> {
   // <a href=#url-decomposition-idl-attributes>URL decomposition IDL attributes</a>
-  readonly attribute DOMString <a href=#dom-workerlocation-href title=dom-WorkerLocation-href>href</a>;
+  stringifier readonly attribute DOMString <a href=#dom-workerlocation-href title=dom-WorkerLocation-href>href</a>;
   readonly attribute DOMString <a href=#dom-workerlocation-protocol title=dom-WorkerLocation-protocol>protocol</a>;
   readonly attribute DOMString <a href=#dom-workerlocation-host title=dom-WorkerLocation-host>host</a>;
   readonly attribute DOMString <a href=#dom-workerlocation-hostname title=dom-WorkerLocation-hostname>hostname</a>;

Modified: source
===================================================================
--- source	2011-06-21 21:24:30 UTC (rev 6264)
+++ source	2011-06-21 21:26:36 UTC (rev 6265)
@@ -89105,7 +89105,7 @@
 
   <pre class="idl">interface <dfn>WorkerLocation</dfn> {
   // <span>URL decomposition IDL attributes</span>
-  readonly attribute DOMString <span title="dom-WorkerLocation-href">href</span>;
+  stringifier readonly attribute DOMString <span title="dom-WorkerLocation-href">href</span>;
   readonly attribute DOMString <span title="dom-WorkerLocation-protocol">protocol</span>;
   readonly attribute DOMString <span title="dom-WorkerLocation-host">host</span>;
   readonly attribute DOMString <span title="dom-WorkerLocation-hostname">hostname</span>;




More information about the Commit-Watchers mailing list