<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add a SPI to remove the current item in WKBackForwardList."
   href="https://bugs.webkit.org/show_bug.cgi?id=159410#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add a SPI to remove the current item in WKBackForwardList."
   href="https://bugs.webkit.org/show_bug.cgi?id=159410">bug 159410</a>
              from <span class="vcard"><a class="email" href="mailto:yongjun_zhang&#64;apple.com" title="Yongjun Zhang &lt;yongjun_zhang&#64;apple.com&gt;"> <span class="fn">Yongjun Zhang</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=159410#c7">comment #7</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=159410#c6">comment #6</a>)
&gt; &gt; (In reply to <a href="show_bug.cgi?id=159410#c5">comment #5</a>)
&gt; &gt; &gt; Comment on <span class=""><a href="attachment.cgi?id=282747&amp;action=diff" name="attach_282747" title="Fix style issue.">attachment 282747</a> <a href="attachment.cgi?id=282747&amp;action=edit" title="Fix style issue.">[details]</a></span>
&gt; &gt; &gt; Fix style issue.
&gt; &gt; &gt; 
&gt; &gt; &gt; We've resisted APIs to directly manipulate the back/forward list for the
&gt; &gt; &gt; entirety of WK2.
&gt; &gt; &gt; 
&gt; &gt; &gt; Every time we've heard that one is needed, we've always found an alternate.
&gt; &gt; &gt; 
&gt; &gt; &gt; Why is this needed?
&gt; &gt; 
&gt; &gt; Sometimes when we restore the saved session state from disk, we would like
&gt; &gt; to skip the current item (to prevent crash-loop if the app crashed because
&gt; &gt; of loading the URL in current item). We can't just do bfList-&gt;back since
&gt; &gt; that would make it possible to go forward and crash again if user swipes
&gt; &gt; forward.
&gt; &gt; 
&gt; &gt; Seems like there isn't a good way to achieve this with the current API/SPI.
&gt; &gt; Any suggestions?
&gt; 
&gt; -Take the session state blob
&gt; -Restore without navigating
&gt; -Make a new session state blob, but filter out the bad url.
&gt; -Restore the new session state blob</span >

Thanks Brady! I will try this approach.</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>