[html5] r6431 - [giow] (0) Make document.open() reset the timeouts. Make the document after a do [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 12 13:18:53 PDT 2011


Author: ianh
Date: 2011-08-12 13:18:52 -0700 (Fri, 12 Aug 2011)
New Revision: 6431

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Make document.open() reset the timeouts. Make the document after a document.open() call still survive session history even if the 'old' document had an unload handler.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13462

Modified: complete.html
===================================================================
--- complete.html	2011-08-12 19:42:41 UTC (rev 6430)
+++ complete.html	2011-08-12 20:18:52 UTC (rev 6431)
@@ -12622,6 +12622,9 @@
 
    <li><p>Release the <a href=#storage-mutex>storage mutex</a>.</li>
 
+   <li><p>Set the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable>salvageable</var> state to
+   false.</li>
+
    <li><p><a href=#prompt-to-unload-a-document title="prompt to unload a document">Prompt to
    unload</a> the <code><a href=#document>Document</a></code> object. If the user
    <a href=#refused-to-allow-the-document-to-be-unloaded>refused to allow the document to be unloaded</a>, then
@@ -12671,6 +12674,9 @@
    flag</a> and set the <code><a href=#document>Document</a></code>'s <a href=#reload-override-buffer>reload
    override buffer</a> to the empty string.</li>
 
+   <li><p>Set the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable>salvageable</var> state back
+   to true.</li>
+
    <li><p>Change <a href="#the-document's-address">the document's address</a> to the
    <a href=#entry-script>entry script</a>'s <a href="#script's-document" title="script's
    document">document</a>'s <a href="#the-document's-address" title="the document's
@@ -37008,7 +37014,7 @@
   attribute's allowed keywords correspond to alignment points in the
   font:</p>
 
-  <p><img alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like आ are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like 私 and 達 are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square." height=300 src=http://images.whatwg.org/baselines.png width=738></p>
+  <p><img alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like आ are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and " height=300 src=http://images.whatwg.org/baselines.png width=738>x03A9; are anchored, the ideographic baseline is where glyphs like 私 and 達 are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square."></p>
 
   <p>The keywords map to these alignment points as follows:</p>
 

Modified: index
===================================================================
--- index	2011-08-12 19:42:41 UTC (rev 6430)
+++ index	2011-08-12 20:18:52 UTC (rev 6431)
@@ -12486,6 +12486,9 @@
 
    <li><p>Release the <a href=#storage-mutex>storage mutex</a>.</li>
 
+   <li><p>Set the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable>salvageable</var> state to
+   false.</li>
+
    <li><p><a href=#prompt-to-unload-a-document title="prompt to unload a document">Prompt to
    unload</a> the <code><a href=#document>Document</a></code> object. If the user
    <a href=#refused-to-allow-the-document-to-be-unloaded>refused to allow the document to be unloaded</a>, then
@@ -12535,6 +12538,9 @@
    flag</a> and set the <code><a href=#document>Document</a></code>'s <a href=#reload-override-buffer>reload
    override buffer</a> to the empty string.</li>
 
+   <li><p>Set the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable>salvageable</var> state back
+   to true.</li>
+
    <li><p>Change <a href="#the-document's-address">the document's address</a> to the
    <a href=#entry-script>entry script</a>'s <a href="#script's-document" title="script's
    document">document</a>'s <a href="#the-document's-address" title="the document's

Modified: source
===================================================================
--- source	2011-08-12 19:42:41 UTC (rev 6430)
+++ source	2011-08-12 20:18:52 UTC (rev 6431)
@@ -13144,6 +13144,10 @@
 
    <li><p>Release the <span>storage mutex</span>.</p></li>
 
+   <li><p>Set the <code>Document</code>'s <var
+   title="concept-document-salvageable">salvageable</var> state to
+   false.</p></li>
+
    <li><p><span title="prompt to unload a document">Prompt to
    unload</span> the <code>Document</code> object. If the user
    <span>refused to allow the document to be unloaded</span>, then
@@ -13193,6 +13197,10 @@
    flag</span> and set the <code>Document</code>'s <span>reload
    override buffer</span> to the empty string.</p></li>
 
+   <li><p>Set the <code>Document</code>'s <var
+   title="concept-document-salvageable">salvageable</var> state back
+   to true.</p></li>
+
    <li><p>Change <span>the document's address</span> to the
    <span>entry script</span>'s <span title="script's
    document">document</span>'s <span title="the document's




More information about the Commit-Watchers mailing list