[html5] r8503 - [e] (0) Add a note pointing out that browsers haven't implemented the storage mu [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 21 14:18:14 PST 2014


Author: ianh
Date: 2014-02-21 14:18:13 -0800 (Fri, 21 Feb 2014)
New Revision: 8503

Modified:
   complete.html
   index
   source
Log:
[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

Modified: complete.html
===================================================================
--- complete.html	2014-02-21 22:12:45 UTC (rev 8502)
+++ complete.html	2014-02-21 22:18:13 UTC (rev 8503)
@@ -71979,6 +71979,9 @@
   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>

Modified: index
===================================================================
--- index	2014-02-21 22:12:45 UTC (rev 8502)
+++ index	2014-02-21 22:18:13 UTC (rev 8503)
@@ -71979,6 +71979,9 @@
   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>

Modified: source
===================================================================
--- source	2014-02-21 22:12:45 UTC (rev 8502)
+++ source	2014-02-21 22:18:13 UTC (rev 8503)
@@ -80391,6 +80391,9 @@
   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>




More information about the Commit-Watchers mailing list