[html5] r4512 - [giow] (0) Allow named frames to be replaceable. (still needs WebIDL changes) Fi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jan 6 00:17:13 PST 2010
Author: ianh
Date: 2010-01-06 00:17:08 -0800 (Wed, 06 Jan 2010)
New Revision: 4512
Modified:
complete.html
index
source
Log:
[giow] (0) Allow named frames to be replaceable. (still needs WebIDL changes)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241
Modified: complete.html
===================================================================
--- complete.html 2010-01-06 07:54:47 UTC (rev 4511)
+++ complete.html 2010-01-06 08:17:08 UTC (rev 4512)
@@ -49479,7 +49479,7 @@
<h3 id=the-window-object><span class=secno>6.3 </span>The <code><a href=#window>Window</a></code> object</h3>
- <pre class=idl>[OverrideBuiltins]
+ <pre class=idl>[OverrideBuiltins, ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 -->
interface <dfn id=window>Window</dfn> {
// the current browsing context
readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>;
Modified: index
===================================================================
--- index 2010-01-06 07:54:47 UTC (rev 4511)
+++ index 2010-01-06 08:17:08 UTC (rev 4512)
@@ -46639,7 +46639,7 @@
<h3 id=the-window-object><span class=secno>6.3 </span>The <code><a href=#window>Window</a></code> object</h3>
- <pre class=idl>[OverrideBuiltins]
+ <pre class=idl>[OverrideBuiltins, ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 -->
interface <dfn id=window>Window</dfn> {
// the current browsing context
readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>;
Modified: source
===================================================================
--- source 2010-01-06 07:54:47 UTC (rev 4511)
+++ source 2010-01-06 08:17:08 UTC (rev 4512)
@@ -55635,7 +55635,7 @@
<h3>The <code>Window</code> object</h3>
- <pre class="idl">[OverrideBuiltins]
+ <pre class="idl">[OverrideBuiltins, ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 -->
interface <dfn>Window</dfn> {
// the current browsing context
readonly attribute <span>WindowProxy</span> <span title="dom-window">window</span>;
More information about the Commit-Watchers
mailing list