- From: poot <cvsmail@w3.org>
- Date: Wed, 16 Sep 2009 19:39:55 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make document.domain and history.back() release the storage mutex. (whatwg r3875) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3039&r2=1.3040&f=h http://html5.org/tools/web-apps-tracker?from=3874&to=3875 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3039 retrieving revision 1.3040 diff -u -d -r1.3039 -r1.3040 --- Overview.html 16 Sep 2009 09:45:23 -0000 1.3039 +++ Overview.html 16 Sep 2009 10:39:35 -0000 1.3040 @@ -44262,6 +44262,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> @@ -48271,6 +48273,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>,
Received on Wednesday, 16 September 2009 10:40:30 UTC