<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Network cache: old pages returned by disk cache on history navigation after session is restored"
   href="https://bugs.webkit.org/show_bug.cgi?id=153230#c35">Comment # 35</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Network cache: old pages returned by disk cache on history navigation after session is restored"
   href="https://bugs.webkit.org/show_bug.cgi?id=153230">bug 153230</a>
              from <span class="vcard"><a class="email" href="mailto:cdumez&#64;apple.com" title="Chris Dumez &lt;cdumez&#64;apple.com&gt;"> <span class="fn">Chris Dumez</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=153230#c34">comment #34</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=153230#c33">comment #33</a>)
&gt; &gt; Comment on <span class=""><a href="attachment.cgi?id=270743&amp;action=diff" name="attach_270743" title="Try to fix mac builds">attachment 270743</a> <a href="attachment.cgi?id=270743&amp;action=edit" title="Try to fix mac builds">[details]</a></span>
&gt; &gt; Try to fix mac builds
&gt; &gt; 
&gt; &gt; View in context:
&gt; &gt; <a href="https://bugs.webkit.org/attachment.cgi?id=270743&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=270743&amp;action=review</a>
&gt; &gt; 
&gt; &gt; &gt; Source/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp:52
&gt; &gt; &gt; +    bool restoredFromSession;
&gt; &gt; 
&gt; &gt; A thought just occurred to me. Don't we need to reset this flag at some
&gt; &gt; point? Otherwise, it seems like we would *never* again use the back/forward
&gt; &gt; cache policy to these history items (unless the HistoryItems get regenerated
&gt; &gt; somehow?).
&gt; 
&gt; That was my first idea, but it was not easy to decide when to reset it, and
&gt; I realized that it was not actually needed, because after the first time,
&gt; the resource will always hit the page cache or the memory cache if the page
&gt; cache is disabled, but we won't reach the disk cache again.</span >

It *may* use the PageCache or the memory cache but there is definitely no guarantee of this happening AFAIK. Relying on this seems wrong.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>