[html5] r4390 - [giow] (0) Handle the case where a worker that is very slow to start up gets a m [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Dec 1 01:36:53 PST 2009
Author: ianh
Date: 2009-12-01 01:36:51 -0800 (Tue, 01 Dec 2009)
New Revision: 4390
Modified:
complete.html
source
Log:
[giow] (0) Handle the case where a worker that is very slow to start up gets a message before it has an event loop.
Modified: complete.html
===================================================================
--- complete.html 2009-12-01 08:36:34 UTC (rev 4389)
+++ complete.html 2009-12-01 09:36:51 UTC (rev 4390)
@@ -63888,8 +63888,10 @@
<li><p>Return <var title="">worker</var>, and run the following
steps asynchronously.</li>
- <li><p>Enable <var title="">inside port</var>'s <a href=#port-message-queue>port message
- queue</a>.</li>
+<!-- (this is done by the "run a worker" algorithm)
+ <li><p>Enable <var title="">inside port</var>'s <span>port message
+ queue</span>.</p></li>
+-->
<li><p>Enable <var title="">outside port</var>'s <a href=#port-message-queue>port message
queue</a>.</li>
Modified: source
===================================================================
--- source 2009-12-01 08:36:34 UTC (rev 4389)
+++ source 2009-12-01 09:36:51 UTC (rev 4390)
@@ -72820,8 +72820,10 @@
<li><p>Return <var title="">worker</var>, and run the following
steps asynchronously.</p></li>
+<!-- (this is done by the "run a worker" algorithm)
<li><p>Enable <var title="">inside port</var>'s <span>port message
queue</span>.</p></li>
+-->
<li><p>Enable <var title="">outside port</var>'s <span>port message
queue</span>.</p></li>
More information about the Commit-Watchers
mailing list