[html5] r4635 - [e] (0) Add WindowProxy IDL definition to help webidl checker.

whatwg at whatwg.org whatwg at whatwg.org
Fri Jan 29 15:11:04 PST 2010


Author: ianh
Date: 2010-01-29 15:11:02 -0800 (Fri, 29 Jan 2010)
New Revision: 4635

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add WindowProxy IDL definition to help webidl checker.

Modified: complete.html
===================================================================
--- complete.html	2010-01-29 11:53:47 UTC (rev 4634)
+++ complete.html	2010-01-29 23:11:02 UTC (rev 4635)
@@ -50331,6 +50331,7 @@
 
   <h3 id=the-windowproxy-object><span class=secno>6.2 </span>The <code><a href=#windowproxy>WindowProxy</a></code> object</h3>
 
+
   <p>As mentioned earlier, each <a href=#browsing-context>browsing context</a> has a
   <dfn id=windowproxy><code>WindowProxy</code></dfn> object. This object is unusual
   in that all operations that would be performed on it must be

Modified: index
===================================================================
--- index	2010-01-29 11:53:47 UTC (rev 4634)
+++ index	2010-01-29 23:11:02 UTC (rev 4635)
@@ -50231,6 +50231,7 @@
 
   <h3 id=the-windowproxy-object><span class=secno>6.2 </span>The <code><a href=#windowproxy>WindowProxy</a></code> object</h3>
 
+
   <p>As mentioned earlier, each <a href=#browsing-context>browsing context</a> has a
   <dfn id=windowproxy><code>WindowProxy</code></dfn> object. This object is unusual
   in that all operations that would be performed on it must be

Modified: source
===================================================================
--- source	2010-01-29 11:53:47 UTC (rev 4634)
+++ source	2010-01-29 23:11:02 UTC (rev 4635)
@@ -56690,6 +56690,13 @@
 
   <h3>The <code>WindowProxy</code> object</h3>
 
+<!--END complete--><!--END html--><!--END w3c-html-->
+<!-- this is for the purposes of the IDL validator -->
+<pre class="idl">
+interface <dfn>WindowProxy</dfn>: <span>Window</span> {};
+</pre>
+<!--START complete--><!--START html--><!--START w3c-html-->
+
   <p>As mentioned earlier, each <span>browsing context</span> has a
   <dfn><code>WindowProxy</code></dfn> object. This object is unusual
   in that all operations that would be performed on it must be




More information about the Commit-Watchers mailing list