[html5] r3016 - [] (0) Clarify that cloning a port doesn't cause messages to go spewing onto the [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Apr 28 17:32:36 PDT 2009


Author: ianh
Date: 2009-04-28 17:32:35 -0700 (Tue, 28 Apr 2009)
New Revision: 3016

Modified:
   index
   source
Log:
[] (0) Clarify that cloning a port doesn't cause messages to go spewing onto the floor temporarily.

Modified: index
===================================================================
--- index	2009-04-29 00:29:56 UTC (rev 3015)
+++ index	2009-04-29 00:32:35 UTC (rev 3016)
@@ -39,7 +39,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 28 April 2009</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 29 April 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -51676,7 +51676,7 @@
 
   </ol><hr><p>When the user agent is to <dfn id=clone-a-port>clone a port</dfn> <var title="">original port</var>, with the clone being owned by <var title="">owner</var>, it must run the following steps, which return
   either a new <code><a href=#messageport>MessagePort</a></code> object or an exception for the
-  caller to raise:</p>
+  caller to raise. These steps must be run atomically.</p>
 
   <ol><li><p>If the <var title="">original port</var> is not entangled
    without another port, then return an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code>

Modified: source
===================================================================
--- source	2009-04-29 00:29:56 UTC (rev 3015)
+++ source	2009-04-29 00:32:35 UTC (rev 3016)
@@ -63695,7 +63695,7 @@
   title="">original port</var>, with the clone being owned by <var
   title="">owner</var>, it must run the following steps, which return
   either a new <code>MessagePort</code> object or an exception for the
-  caller to raise:</p>
+  caller to raise. These steps must be run atomically.</p>
 
   <ol>
 




More information about the Commit-Watchers mailing list