Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Add a note pointing out that browsers haven't implemented the…
… storage mutex.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24640
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8503 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 21, 2014
1 parent e1736c9 commit 205448d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions complete.html
Expand Up @@ -71979,6 +71979,9 @@ <h5 id=definitions-1><span class=secno>7.1.4.1 </span>Definitions</h5>
cookies, all other sites that try to use Web Storage or cookies are blocked until the first site
finishes.</p>

<p class=warning>So far, all browsers faced with this decision have opted to not implement the
<a href=#storage-mutex>storage mutex</a>.</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>
Expand Down
3 changes: 3 additions & 0 deletions index
Expand Up @@ -71979,6 +71979,9 @@ dictionary <dfn id=erroreventinit>ErrorEventInit</dfn> : <a href=#eventinit>Even
cookies, all other sites that try to use Web Storage or cookies are blocked until the first site
finishes.</p>

<p class=warning>So far, all browsers faced with this decision have opted to not implement the
<a href=#storage-mutex>storage mutex</a>.</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>
Expand Down
3 changes: 3 additions & 0 deletions source
Expand Up @@ -80391,6 +80391,9 @@ dictionary <dfn>ErrorEventInit</dfn> : <span>EventInit</span> {
cookies, all other sites that try to use Web Storage or cookies are blocked until the first site
finishes.</p>

<p class="warning">So far, all browsers faced with this decision have opted to not implement the
<span>storage mutex</span>.</p>

<p>Whenever a <span data-x="concept-script">script</span> calls into a <span>plugin</span>, and
whenever a <span>plugin</span> calls into a <span data-x="concept-script">script</span>, the user
agent must release the <span>storage mutex</span>.</p>
Expand Down

0 comments on commit 205448d

Please sign in to comment.