[html5] r3875 - [] (0) Make document.domain and history.back() release the storage mutex.

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 16 03:45:17 PDT 2009


Author: ianh
Date: 2009-09-16 03:45:16 -0700 (Wed, 16 Sep 2009)
New Revision: 3875

Modified:
   index
   source
Log:
[] (0) Make document.domain and history.back() release the storage mutex.

Modified: index
===================================================================
--- index	2009-09-16 09:51:04 UTC (rev 3874)
+++ index	2009-09-16 10:45:16 UTC (rev 3875)
@@ -49197,6 +49197,8 @@
 
     </ol></li>
 
+   <li><p>Release the <a href=#storage-mutex>storage mutex</a>.</li>
+
    <li>
 
     <p>Set the attribute's value to <var title="">new value</var>.</p>
@@ -53521,6 +53523,12 @@
    <a href=#browsing-context>browsing context</a> of the <var title="">specified
    entry</var>.</li>
 
+   <li><p>If the <code>Document</code> of the <var title="">specified
+   entry</var> of the <var title="">specified browsing context</var>
+   is not the same as the <code>Document</code> of the <a href=#current-entry>current
+   entry</a> of the <var title="">specified browsing context</var>,
+   then release the <a href=#storage-mutex>storage mutex</a>.</li>
+
    <li><p><a href=#traverse-the-history>Traverse the history</a> of the <var title="">specified browsing context</var> to the <var title="">specified entry</var>.</p>
 
   </ol><p>When the user navigates through a <a href=#browsing-context>browsing context</a>,

Modified: source
===================================================================
--- source	2009-09-16 09:51:04 UTC (rev 3874)
+++ source	2009-09-16 10:45:16 UTC (rev 3875)
@@ -55521,6 +55521,8 @@
 
    </li>
 
+   <li><p>Release the <span>storage mutex</span>.</p></li>
+
    <li>
 
     <p>Set the attribute's value to <var title="">new value</var>.</p>
@@ -60523,6 +60525,12 @@
    <span>browsing context</span> of the <var title="">specified
    entry</var>.</p></li>
 
+   <li><p>If the <code>Document</code> of the <var title="">specified
+   entry</var> of the <var title="">specified browsing context</var>
+   is not the same as the <code>Document</code> of the <span>current
+   entry</span> of the <var title="">specified browsing context</var>,
+   then release the <span>storage mutex</span>.</p></li>
+
    <li><p><span>Traverse the history</span> of the <var
    title="">specified browsing context</var> to the <var
    title="">specified entry</var>.</p>




More information about the Commit-Watchers mailing list