[html5] r3019 - [] (0) plugins release the storage mutex

whatwg at whatwg.org whatwg at whatwg.org
Tue Apr 28 19:05:17 PDT 2009


Author: ianh
Date: 2009-04-28 19:05:16 -0700 (Tue, 28 Apr 2009)
New Revision: 3019

Modified:
   index
   source
Log:
[] (0) plugins release the storage mutex

Modified: index
===================================================================
--- index	2009-04-29 01:57:21 UTC (rev 3018)
+++ index	2009-04-29 02:05:16 UTC (rev 3019)
@@ -41851,7 +41851,13 @@
   either free, or owned by a particular <a href=#event-loop>event loop</a> or
   instance of the <a href=#fetch title=fetch>fetching</a> algorithm.</p>
 
+  <p>Whenever a <a href=#concept-script title=concept-script>script</a> calls into
+  a <a href=#plugin>plugin</a>, and whenever a <a href=#plugin>plugin</a> calls into
+  a <a href=#concept-script title=concept-script>script</a>, the user agent must
+  release the <a href=#storage-mutex>storage mutex</a>.</p>
 
+
+
   <h5 id=processing-model-2><span class=secno>5.5.4.2 </span>Processing model</h5>
 
   <p>An <a href=#event-loop>event loop</a> must continually run through the

Modified: source
===================================================================
--- source	2009-04-29 01:57:21 UTC (rev 3018)
+++ source	2009-04-29 02:05:16 UTC (rev 3019)
@@ -47292,7 +47292,13 @@
   either free, or owned by a particular <span>event loop</span> or
   instance of the <span title="fetch">fetching</span> algorithm.</p>
 
+  <p>Whenever a <span title="concept-script">script</span> calls into
+  a <span>plugin</span>, and whenever a <span>plugin</span> calls into
+  a <span title="concept-script">script</span>, the user agent must
+  release the <span>storage mutex</span>.</p>
 
+
+
   <h5>Processing model</h5>
 
   <p>An <span>event loop</span> must continually run through the




More information about the Commit-Watchers mailing list