[html5] r7941 - [giow] (3) Example window.opener cross-origin. Fixing https://www.w3.org/Bugs/Pu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jun 7 15:55:47 PDT 2013
Author: ianh
Date: 2013-06-07 15:55:46 -0700 (Fri, 07 Jun 2013)
New Revision: 7941
Modified:
complete.html
index
source
Log:
[giow] (3) Example window.opener cross-origin.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21970
Affected topics: DOM APIs, Security
Modified: complete.html
===================================================================
--- complete.html 2013-06-07 22:42:45 UTC (rev 7940)
+++ complete.html 2013-06-07 22:55:46 UTC (rev 7941)
@@ -64950,6 +64950,8 @@
<li>The <code title=dom-parent><a href=#dom-parent>parent</a></code> attribute
+ <li>The <code title=dom-opener><a href=#dom-opener>opener</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 the same as the
Modified: index
===================================================================
--- index 2013-06-07 22:42:45 UTC (rev 7940)
+++ index 2013-06-07 22:55:46 UTC (rev 7941)
@@ -64950,6 +64950,8 @@
<li>The <code title=dom-parent><a href=#dom-parent>parent</a></code> attribute
+ <li>The <code title=dom-opener><a href=#dom-opener>opener</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 the same as the
Modified: source
===================================================================
--- source 2013-06-07 22:42:45 UTC (rev 7940)
+++ source 2013-06-07 22:55:46 UTC (rev 7941)
@@ -72416,6 +72416,8 @@
<li>The <code title="dom-parent">parent</code> attribute
+ <li>The <code title="dom-opener">opener</code> attribute
+
<li>The <span>dynamic nested browsing context properties</span>
</ul>
More information about the Commit-Watchers
mailing list