<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebKit2 Removed API to change WebKit2.BackwardForwardList"
   href="https://bugs.webkit.org/show_bug.cgi?id=147525#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebKit2 Removed API to change WebKit2.BackwardForwardList"
   href="https://bugs.webkit.org/show_bug.cgi?id=147525">bug 147525</a>
              from <span class="vcard"><a class="email" href="mailto:beidson&#64;apple.com" title="Brady Eidson &lt;beidson&#64;apple.com&gt;"> <span class="fn">Brady Eidson</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=147525#c2">comment #2</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=147525#c1">comment #1</a>)
&gt; &gt; Can you concisely state what you did in WK1 that you can't do in WK2?
&gt; &gt; Perhaps an alternative already exists, or can be implemented differently
&gt; &gt; than making the list client mutable.
&gt; 
&gt; The users instance in a browser was saved in their journal.  The saved data
&gt; was the back/forward list and position for each tab.  When loading the data,
&gt; a new webview would be created and the back/forward list would be recreated
&gt; from the data (as per the code in <a href="show_bug.cgi?id=147525#c0">comment #0</a>).  This was to facilitate the
&gt; desired design of the user being able to restore the browser state.</span >

In what way does saving/restoring session state not solve this?

See WKPage.h:
WK_EXPORT WKTypeRef WKPageCopySessionState(WKPageRef page, void* context, WKPageSessionStateFilterCallback urlAllowedCallback);

WK_EXPORT void WKPageRestoreFromSessionState(WKPageRef page, WKTypeRef sessionState);</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>