[html5] r8127 - [giow] (3) Add some obsolete methods that don't do anything but are needed for c [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 5 11:06:42 PDT 2013


Author: ianh
Date: 2013-08-05 11:06:40 -0700 (Mon, 05 Aug 2013)
New Revision: 8127

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Add some obsolete methods that don't do anything but are needed for compat.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22847
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-08-05 18:01:16 UTC (rev 8126)
+++ complete.html	2013-08-05 18:06:40 UTC (rev 8127)
@@ -65332,6 +65332,8 @@
   any <a href=#dom-showmodaldialog title=dom-showModalDialog>showModalDialog</a>(DOMString url, optional any argument<!--, optional DOMString features-->);
 
   void <a href=#dom-window-postmessage title=dom-window-postMessage>postMessage</a>(any message, DOMString targetOrigin, optional sequence<<a href=#transferable>Transferable</a>> transfer);
+
+  // <a href="#Window-partial">also has obsolete members</a>
 };
 <a href=#window>Window</a> implements <a href=#globaleventhandlers>GlobalEventHandlers</a>;
 <a href=#window>Window</a> implements <a href=#windoweventhandlers>WindowEventHandlers</a>;</pre>
@@ -98550,6 +98552,8 @@
   readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-document-applets title=dom-document-applets>applets</a>;
 
   void <a href=#dom-document-clear title=dom-document-clear>clear</a>();
+  void <a href=#dom-document-captureevents title=dom-document-captureEvents>captureEvents</a>(long dummy);
+  void <a href=#dom-document-releaseevents title=dom-document-releaseEvents>releaseEvents</a>(long dummy);
 
   readonly attribute <a href=#htmlallcollection>HTMLAllCollection</a> <a href=#dom-document-all title=dom-document-all>all</a>;
 };</pre>
@@ -98587,8 +98591,10 @@
   <code><a href=#document>Document</a></code> node, whose filter matches only
   <code><a href=#the-applet-element>applet</a></code> elements.</p>
 
-  <p>The <dfn id=dom-document-clear title=dom-document-clear><code>clear()</code></dfn>
-  method must do nothing.</p>
+  <p>The <dfn id=dom-document-clear title=dom-document-clear><code>clear()</code></dfn>,
+  <dfn id=dom-document-captureevents title=dom-document-captureEvents><code>captureEvents()</code></dfn>, and
+  <dfn id=dom-document-releaseevents title=dom-document-releaseEvents><code>releaseEvents()</code></dfn>
+  methods must do nothing.</p>
 
   <hr><p>The <dfn id=dom-document-all title=dom-document-all><code>all</code></dfn>
   attribute must return an <code><a href=#htmlallcollection>HTMLAllCollection</a></code> rooted at the
@@ -98621,6 +98627,16 @@
   legacy user agents and uses the <code title=dom-document-all><a href=#dom-document-all>document.all</a></code> object without testing
   for its presence first. <a href=#refsECMA262>[ECMA262]</a></p>
 
+  <hr><pre class=idl>partial interface <a href=#window id=Window-partial>Window</a> {
+  void <a href=#dom-window-captureevents title=dom-window-captureEvents>captureEvents</a>(long dummy);
+  void <a href=#dom-window-releaseevents title=dom-window-releaseEvents>releaseEvents</a>(long dummy);
+};</pre>
+
+  <p>The
+  <dfn id=dom-window-captureevents title=dom-window-captureEvents><code>captureEvents()</code></dfn> and
+  <dfn id=dom-window-releaseevents title=dom-window-releaseEvents><code>releaseEvents()</code></dfn>
+  methods must do nothing.</p>
+
   </div>
 
 
@@ -102585,7 +102601,7 @@
    <li><code><a href=#videotrack>VideoTrack</a></code>
    <li><code><a href=#videotracklist>VideoTrackList</a></code>
    <li><code><a href=#websocket>WebSocket</a></code>
-   <li><code><a href=#window>Window</a></code>
+   <li><code><a href=#window>Window</a></code>, <a href=#Window-partial>partial</a>
    <li><code><a href=#windowbase64>WindowBase64</a></code>
    <li><code><a href=#windoweventhandlers>WindowEventHandlers</a></code>
    <li><code><a href=#windowlocalstorage>WindowLocalStorage</a></code>

Modified: index
===================================================================
--- index	2013-08-05 18:01:16 UTC (rev 8126)
+++ index	2013-08-05 18:06:40 UTC (rev 8127)
@@ -65332,6 +65332,8 @@
   any <a href=#dom-showmodaldialog title=dom-showModalDialog>showModalDialog</a>(DOMString url, optional any argument<!--, optional DOMString features-->);
 
   void <a href=#dom-window-postmessage title=dom-window-postMessage>postMessage</a>(any message, DOMString targetOrigin, optional sequence<<a href=#transferable>Transferable</a>> transfer);
+
+  // <a href="#Window-partial">also has obsolete members</a>
 };
 <a href=#window>Window</a> implements <a href=#globaleventhandlers>GlobalEventHandlers</a>;
 <a href=#window>Window</a> implements <a href=#windoweventhandlers>WindowEventHandlers</a>;</pre>
@@ -98550,6 +98552,8 @@
   readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-document-applets title=dom-document-applets>applets</a>;
 
   void <a href=#dom-document-clear title=dom-document-clear>clear</a>();
+  void <a href=#dom-document-captureevents title=dom-document-captureEvents>captureEvents</a>(long dummy);
+  void <a href=#dom-document-releaseevents title=dom-document-releaseEvents>releaseEvents</a>(long dummy);
 
   readonly attribute <a href=#htmlallcollection>HTMLAllCollection</a> <a href=#dom-document-all title=dom-document-all>all</a>;
 };</pre>
@@ -98587,8 +98591,10 @@
   <code><a href=#document>Document</a></code> node, whose filter matches only
   <code><a href=#the-applet-element>applet</a></code> elements.</p>
 
-  <p>The <dfn id=dom-document-clear title=dom-document-clear><code>clear()</code></dfn>
-  method must do nothing.</p>
+  <p>The <dfn id=dom-document-clear title=dom-document-clear><code>clear()</code></dfn>,
+  <dfn id=dom-document-captureevents title=dom-document-captureEvents><code>captureEvents()</code></dfn>, and
+  <dfn id=dom-document-releaseevents title=dom-document-releaseEvents><code>releaseEvents()</code></dfn>
+  methods must do nothing.</p>
 
   <hr><p>The <dfn id=dom-document-all title=dom-document-all><code>all</code></dfn>
   attribute must return an <code><a href=#htmlallcollection>HTMLAllCollection</a></code> rooted at the
@@ -98621,6 +98627,16 @@
   legacy user agents and uses the <code title=dom-document-all><a href=#dom-document-all>document.all</a></code> object without testing
   for its presence first. <a href=#refsECMA262>[ECMA262]</a></p>
 
+  <hr><pre class=idl>partial interface <a href=#window id=Window-partial>Window</a> {
+  void <a href=#dom-window-captureevents title=dom-window-captureEvents>captureEvents</a>(long dummy);
+  void <a href=#dom-window-releaseevents title=dom-window-releaseEvents>releaseEvents</a>(long dummy);
+};</pre>
+
+  <p>The
+  <dfn id=dom-window-captureevents title=dom-window-captureEvents><code>captureEvents()</code></dfn> and
+  <dfn id=dom-window-releaseevents title=dom-window-releaseEvents><code>releaseEvents()</code></dfn>
+  methods must do nothing.</p>
+
   </div>
 
 
@@ -102585,7 +102601,7 @@
    <li><code><a href=#videotrack>VideoTrack</a></code>
    <li><code><a href=#videotracklist>VideoTrackList</a></code>
    <li><code><a href=#websocket>WebSocket</a></code>
-   <li><code><a href=#window>Window</a></code>
+   <li><code><a href=#window>Window</a></code>, <a href=#Window-partial>partial</a>
    <li><code><a href=#windowbase64>WindowBase64</a></code>
    <li><code><a href=#windoweventhandlers>WindowEventHandlers</a></code>
    <li><code><a href=#windowlocalstorage>WindowLocalStorage</a></code>

Modified: source
===================================================================
--- source	2013-08-05 18:01:16 UTC (rev 8126)
+++ source	2013-08-05 18:06:40 UTC (rev 8127)
@@ -110089,6 +110089,8 @@
   readonly attribute <span>HTMLCollection</span> <span title="dom-document-applets">applets</span>;
 
   void <span title="dom-document-clear">clear</span>();
+  void <span title="dom-document-captureEvents">captureEvents</span>(long dummy);
+  void <span title="dom-document-releaseEvents">releaseEvents</span>(long dummy);
 
   readonly attribute <span>HTMLAllCollection</span> <span title="dom-document-all">all</span>;
 };</pre>
@@ -110139,8 +110141,10 @@
   <code>Document</code> node, whose filter matches only
   <code>applet</code> elements.</p>
 
-  <p>The <dfn title="dom-document-clear"><code>clear()</code></dfn>
-  method must do nothing.</p>
+  <p>The <dfn title="dom-document-clear"><code>clear()</code></dfn>,
+  <dfn title="dom-document-captureEvents"><code>captureEvents()</code></dfn>, and
+  <dfn title="dom-document-releaseEvents"><code>releaseEvents()</code></dfn>
+  methods must do nothing.</p>
 
   <hr>
 
@@ -110184,6 +110188,18 @@
   title="dom-document-all">document.all</code> object without testing
   for its presence first. <a href="#refsECMA262">[ECMA262]</a></p>
 
+  <hr>
+
+  <pre class="idl">partial interface <span id="Window-partial">Window</span> {
+  void <span title="dom-window-captureEvents">captureEvents</span>(long dummy);
+  void <span title="dom-window-releaseEvents">releaseEvents</span>(long dummy);
+};</pre>
+
+  <p>The
+  <dfn title="dom-window-captureEvents"><code>captureEvents()</code></dfn> and
+  <dfn title="dom-window-releaseEvents"><code>releaseEvents()</code></dfn>
+  methods must do nothing.</p>
+
   </div>
 
 




More information about the Commit-Watchers mailing list