Short URL: http://html5.org/r/3875
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3875 | Make document.domain and history.back() release the storage mutex. | 2009-09-16 10:45 |
Index: source
===================================================================
--- source (revision 3874)
+++ source (revision 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>