[Webkit-unassigned] [Bug 147525] New: WebKit2 Removed API to change WebKit2.BackwardForwardList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 1 00:54:20 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=147525

            Bug ID: 147525
           Summary: WebKit2 Removed API to change
                    WebKit2.BackwardForwardList
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sam.parkinson3 at gmail.com

In the WebKit1 API, it was possible to change a WebView's back/forward list.

For example, it was possible to reconstruct the history of a WebView (python):

    back_forward_list = webview.get_back_forward_list()
    back_forward_list.clear()  # removed in WebKit2

    for uri, title in histroy:
        history_item = WebKit.WebHistoryItem.new_with_data(uri, title)  # removed in WebKit2
        back_forward_list.add_item(history_item)  # removed in WebKit2

However there doesn't seem to be a workaround/replacement for these removals.

(Continuing from the discussion on https://bugs.webkit.org/show_bug.cgi?id=69343#c23)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150801/e300993c/attachment-0001.html>


More information about the webkit-unassigned mailing list