Skip to content

Commit

Permalink
[] (0) Make document.domain and history.back() release the storage mu…
Browse files Browse the repository at this point in the history
…tex.

git-svn-id: http://svn.whatwg.org/webapps@3875 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 16, 2009
1 parent 913f4e9 commit ab71b43
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index
Expand Up @@ -49197,6 +49197,8 @@ interface <dfn id=window>Window</dfn> {

</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>
Expand Down Expand Up @@ -53521,6 +53523,12 @@ style/default.css</pre>
<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>,
Expand Down
8 changes: 8 additions & 0 deletions source
Expand Up @@ -55521,6 +55521,8 @@ interface <dfn>Window</dfn> {

</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>
Expand Down Expand Up @@ -60523,6 +60525,12 @@ style/default.css</pre>
<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>
Expand Down

0 comments on commit ab71b43

Please sign in to comment.