Skip to content

Commit

Permalink
[] (0) plugins release the storage mutex
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3019 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 29, 2009
1 parent 550f079 commit eef019b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index
Expand Up @@ -41851,6 +41851,12 @@ interface <dfn id=window>Window</dfn> {
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>

Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -47292,6 +47292,12 @@ interface <dfn>Window</dfn> {
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>

Expand Down

0 comments on commit eef019b

Please sign in to comment.