plugins release the storage mutex (whatwg r3019)

plugins release the storage mutex (whatwg r3019)

storage mutex
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2181.html#storage-mutex
5.5.4.2 Processing model
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2181.html#processing-model-2

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2180&r2=1.2181&f=h
http://html5.org/tools/web-apps-tracker?from=3018&to=3019

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2180
retrieving revision 1.2181
diff -u -d -r1.2180 -r1.2181
--- Overview.html 29 Apr 2009 01:44:06 -0000 1.2180
+++ Overview.html 29 Apr 2009 02:05:21 -0000 1.2181
@@ -37362,6 +37362,12 @@
   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>

Received on Wednesday, 29 April 2009 02:07:34 UTC