[html5] r7603 - [giow] (3) More things you can access on Window. Affected topics: DOM APIs, Security

whatwg at whatwg.org whatwg at whatwg.org
Fri Dec 28 23:31:56 PST 2012


Author: ianh
Date: 2012-12-28 23:31:55 -0800 (Fri, 28 Dec 2012)
New Revision: 7603

Modified:
   complete.html
   index
   source
Log:
[giow] (3) More things you can access on Window.
Affected topics: DOM APIs, Security

Modified: complete.html
===================================================================
--- complete.html	2012-12-29 01:23:20 UTC (rev 7602)
+++ complete.html	2012-12-29 07:31:55 UTC (rev 7603)
@@ -66929,8 +66929,16 @@
 
    <li>The <code title=dom-window-postMessage><a href=#dom-window-postmessage>postMessage()</a></code> method
 
+   <li>The <code title=dom-window><a href=#dom-window>window</a></code> attribute
+
    <li>The <code title=dom-frames><a href=#dom-frames>frames</a></code> attribute
 
+   <li>The <code title=dom-self><a href=#dom-self>self</a></code> attribute
+
+   <li>The <code title=dom-top><a href=#dom-top>top</a></code> attribute
+
+   <li>The <code title=dom-parent><a href=#dom-parent>parent</a></code> attribute
+
    <li>The <a href=#dynamic-nested-browsing-context-properties>dynamic nested browsing context properties</a>
 
   </ul><p>When a script whose <a href=#effective-script-origin>effective script origin</a> is not

Modified: index
===================================================================
--- index	2012-12-29 01:23:20 UTC (rev 7602)
+++ index	2012-12-29 07:31:55 UTC (rev 7603)
@@ -66929,8 +66929,16 @@
 
    <li>The <code title=dom-window-postMessage><a href=#dom-window-postmessage>postMessage()</a></code> method
 
+   <li>The <code title=dom-window><a href=#dom-window>window</a></code> attribute
+
    <li>The <code title=dom-frames><a href=#dom-frames>frames</a></code> attribute
 
+   <li>The <code title=dom-self><a href=#dom-self>self</a></code> attribute
+
+   <li>The <code title=dom-top><a href=#dom-top>top</a></code> attribute
+
+   <li>The <code title=dom-parent><a href=#dom-parent>parent</a></code> attribute
+
    <li>The <a href=#dynamic-nested-browsing-context-properties>dynamic nested browsing context properties</a>
 
   </ul><p>When a script whose <a href=#effective-script-origin>effective script origin</a> is not

Modified: source
===================================================================
--- source	2012-12-29 01:23:20 UTC (rev 7602)
+++ source	2012-12-29 07:31:55 UTC (rev 7603)
@@ -78341,8 +78341,16 @@
 
    <li>The <code title="dom-window-postMessage">postMessage()</code> method
 
+   <li>The <code title="dom-window">window</code> attribute
+
    <li>The <code title="dom-frames">frames</code> attribute
 
+   <li>The <code title="dom-self">self</code> attribute
+
+   <li>The <code title="dom-top">top</code> attribute
+
+   <li>The <code title="dom-parent">parent</code> attribute
+
    <li>The <span>dynamic nested browsing context properties</span>
 
   </ul>




More information about the Commit-Watchers mailing list