[html5] r4209 - [giow] (1) Fix the joint session history -- the current entries of other frames [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 20 04:44:47 PDT 2009


Author: ianh
Date: 2009-10-20 04:44:44 -0700 (Tue, 20 Oct 2009)
New Revision: 4209

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Fix the joint session history -- the current entries of other frames shouldn't be shown.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7858

Modified: complete.html
===================================================================
--- complete.html	2009-10-20 11:34:07 UTC (rev 4208)
+++ complete.html	2009-10-20 11:44:44 UTC (rev 4209)
@@ -54816,8 +54816,16 @@
   histories</a> of all <a href=#browsing-context title="browsing context">browsing
   contexts</a> of all the <a href=#fully-active>fully active</a>
   <code>Document</code> objects that share the <code><a href=#history-0>History</a></code>
-  object's <a href=#top-level-browsing-context>top-level browsing context</a>.</p>
+  object's <a href=#top-level-browsing-context>top-level browsing context</a>, with all the
+  entries that are <a href=#current-entry title="current entry">current entries</a>
+  in their respective <a href=#session-history title="session history">session
+  histories</a> removed except for the <a href=#current-entry-of-the-joint-session-history>current entry of the
+  joint session history</a>.</p>
 
+  <p>The <dfn id=current-entry-of-the-joint-session-history>current entry of the joint session history</dfn> is the
+  entry that was the most recently became a <a href=#current-entry>current entry</a>
+  in its <a href=#session-history>session history</a>.</p>
+
   <p>Entries in the <a href=#joint-session-history>joint session history</a> are ordered
   chronologically by the time they were added to their respective
   <a href=#session-history title="session history">session histories</a>. (Since all
@@ -54829,10 +54837,6 @@
   subsequent entries are numbered with consecutively increasing
   integers (1, 2, 3, etc).</p>
 
-  <p>The <dfn id=current-entry-of-the-joint-session-history>current entry of the joint session history</dfn> is the
-  entry that was the most recently became a <a href=#current-entry>current entry</a>
-  in its <a href=#session-history>session history</a>.</p>
-
   <div class=impl>
 
   <p>The <dfn id=dom-history-length title=dom-history-length><code>length</code></dfn>

Modified: index
===================================================================
--- index	2009-10-20 11:34:07 UTC (rev 4208)
+++ index	2009-10-20 11:44:44 UTC (rev 4209)
@@ -51975,8 +51975,16 @@
   histories</a> of all <a href=#browsing-context title="browsing context">browsing
   contexts</a> of all the <a href=#fully-active>fully active</a>
   <code>Document</code> objects that share the <code><a href=#history-0>History</a></code>
-  object's <a href=#top-level-browsing-context>top-level browsing context</a>.</p>
+  object's <a href=#top-level-browsing-context>top-level browsing context</a>, with all the
+  entries that are <a href=#current-entry title="current entry">current entries</a>
+  in their respective <a href=#session-history title="session history">session
+  histories</a> removed except for the <a href=#current-entry-of-the-joint-session-history>current entry of the
+  joint session history</a>.</p>
 
+  <p>The <dfn id=current-entry-of-the-joint-session-history>current entry of the joint session history</dfn> is the
+  entry that was the most recently became a <a href=#current-entry>current entry</a>
+  in its <a href=#session-history>session history</a>.</p>
+
   <p>Entries in the <a href=#joint-session-history>joint session history</a> are ordered
   chronologically by the time they were added to their respective
   <a href=#session-history title="session history">session histories</a>. (Since all
@@ -51988,10 +51996,6 @@
   subsequent entries are numbered with consecutively increasing
   integers (1, 2, 3, etc).</p>
 
-  <p>The <dfn id=current-entry-of-the-joint-session-history>current entry of the joint session history</dfn> is the
-  entry that was the most recently became a <a href=#current-entry>current entry</a>
-  in its <a href=#session-history>session history</a>.</p>
-
   <div class=impl>
 
   <p>The <dfn id=dom-history-length title=dom-history-length><code>length</code></dfn>

Modified: source
===================================================================
--- source	2009-10-20 11:34:07 UTC (rev 4208)
+++ source	2009-10-20 11:44:44 UTC (rev 4209)
@@ -61779,8 +61779,16 @@
   histories</span> of all <span title="browsing context">browsing
   contexts</span> of all the <span>fully active</span>
   <code>Document</code> objects that share the <code>History</code>
-  object's <span>top-level browsing context</span>.</p>
+  object's <span>top-level browsing context</span>, with all the
+  entries that are <span title="current entry">current entries</span>
+  in their respective <span title="session history">session
+  histories</span> removed except for the <span>current entry of the
+  joint session history</span>.</p>
 
+  <p>The <dfn>current entry of the joint session history</dfn> is the
+  entry that was the most recently became a <span>current entry</span>
+  in its <span>session history</span>.</p>
+
   <p>Entries in the <span>joint session history</span> are ordered
   chronologically by the time they were added to their respective
   <span title="session history">session histories</span>. (Since all
@@ -61792,10 +61800,6 @@
   subsequent entries are numbered with consecutively increasing
   integers (1, 2, 3, etc).</p>
 
-  <p>The <dfn>current entry of the joint session history</dfn> is the
-  entry that was the most recently became a <span>current entry</span>
-  in its <span>session history</span>.</p>
-
   <div class="impl">
 
   <p>The <dfn title="dom-history-length"><code>length</code></dfn>




More information about the Commit-Watchers mailing list