[html5] r5062 - [giow] (1) Make the worker event loop release the storage mutex.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Apr 16 18:05:32 PDT 2010
Author: ianh
Date: 2010-04-16 18:05:31 -0700 (Fri, 16 Apr 2010)
New Revision: 5062
Modified:
complete.html
source
Log:
[giow] (1) Make the worker event loop release the storage mutex.
Modified: complete.html
===================================================================
--- complete.html 2010-04-17 00:58:19 UTC (rev 5061)
+++ complete.html 2010-04-17 01:05:31 UTC (rev 5062)
@@ -66944,7 +66944,15 @@
<li>
- <p>Remove the task run in the previous step, if any, from its
+ <p>If the <a href=#storage-mutex>storage mutex</a> is now owned by the worker's
+ <a href=#event-loop>event loop</a>, release it so that it is once again
+ free.</p>
+
+ </li>
+
+ <li>
+
+ <p>Remove the task just run in the earlier step, if any, from its
<a href=#task-queue>task queue</a>.</p>
</li>
Modified: source
===================================================================
--- source 2010-04-17 00:58:19 UTC (rev 5061)
+++ source 2010-04-17 01:05:31 UTC (rev 5062)
@@ -75010,7 +75010,15 @@
<li>
- <p>Remove the task run in the previous step, if any, from its
+ <p>If the <span>storage mutex</span> is now owned by the worker's
+ <span>event loop</span>, release it so that it is once again
+ free.</p>
+
+ </li>
+
+ <li>
+
+ <p>Remove the task just run in the earlier step, if any, from its
<span>task queue</span>.</p>
</li>
More information about the Commit-Watchers
mailing list