Skip to content

Commit

Permalink
[giow] (1) Disabled port message queues shouldn't have their messages…
Browse files Browse the repository at this point in the history
… dispatched when they're still unshipped, nor should they stall the entire message queueing mechanism.

Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8153 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 26, 2013
1 parent 6774c79 commit 32715ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -256,7 +256,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 22 August 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 26 August 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -83403,7 +83403,7 @@ <h4 id=message-ports><span class=secno>10.5.3 </span>Message ports</h4>
<p>Each <a href=#event-loop>event loop</a> has a <a href=#task-source>task source</a> called the <dfn id=unshipped-port-message-queue>unshipped port
message queue</dfn>. This is a virtual <a href=#task-source>task source</a>: it must act as if it contained
the <a href=#concept-task title=concept-task>tasks</a> of each <a href=#port-message-queue>port message queue</a> of each
<code><a href=#messageport>MessagePort</a></code> whose <a href=#has-been-shipped>has been shipped</a> flag is false, in the order in which
<code><a href=#messageport>MessagePort</a></code> whose <a href=#has-been-shipped>has been shipped</a> flag is false and whose <a href=#port-message-queue>port message queue</a> is enabled, in the order in which
they were added to their respective <a href=#task-source>task source</a>. When a <a href=#concept-task title=concept-task>task</a> would be removed from the <a href=#unshipped-port-message-queue>unshipped port message
queue</a>, it must instead be removed from its <a href=#port-message-queue>port message queue</a>.</p>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -256,7 +256,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 22 August 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 26 August 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -83403,7 +83403,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<p>Each <a href=#event-loop>event loop</a> has a <a href=#task-source>task source</a> called the <dfn id=unshipped-port-message-queue>unshipped port
message queue</dfn>. This is a virtual <a href=#task-source>task source</a>: it must act as if it contained
the <a href=#concept-task title=concept-task>tasks</a> of each <a href=#port-message-queue>port message queue</a> of each
<code><a href=#messageport>MessagePort</a></code> whose <a href=#has-been-shipped>has been shipped</a> flag is false, in the order in which
<code><a href=#messageport>MessagePort</a></code> whose <a href=#has-been-shipped>has been shipped</a> flag is false and whose <a href=#port-message-queue>port message queue</a> is enabled, in the order in which
they were added to their respective <a href=#task-source>task source</a>. When a <a href=#concept-task title=concept-task>task</a> would be removed from the <a href=#unshipped-port-message-queue>unshipped port message
queue</a>, it must instead be removed from its <a href=#port-message-queue>port message queue</a>.</p>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -93037,7 +93037,7 @@ interface <dfn>MessageChannel</dfn> {
<p>Each <span>event loop</span> has a <span>task source</span> called the <dfn>unshipped port
message queue</dfn>. This is a virtual <span>task source</span>: it must act as if it contained
the <span title="concept-task">tasks</span> of each <span>port message queue</span> of each
<code>MessagePort</code> whose <span>has been shipped</span> flag is false, in the order in which
<code>MessagePort</code> whose <span>has been shipped</span> flag is false and whose <span>port message queue</span> is enabled, in the order in which
they were added to their respective <span>task source</span>. When a <span
title="concept-task">task</span> would be removed from the <span>unshipped port message
queue</span>, it must instead be removed from its <span>port message queue</span>.</p>
Expand Down

0 comments on commit 32715ac

Please sign in to comment.