GNOME Bugzilla – Bug 678594
Port history to WebKit2
Last modified: 2012-06-25 10:25:16 UTC
Created attachment 216992 [details] [review] Rename webkit_construct_history_list Use back forward list and navigation API
Created attachment 216993 [details] [review] Patch
Review of attachment 216992 [details] [review]: OK.
Review of attachment 216993 [details] [review]: ::: embed/ephy-web-view.c @@ +1080,3 @@ { #ifdef HAVE_WEBKIT2 + /* TODO: WebKitBackForwardList is read-only in WebKit2 */ I guess we'll need an API to do this in WK2 then?
We need to decide first whether we really need/want it, and in such case add new api to WebKit2, yes.
(In reply to comment #4) > We need to decide first whether we really need/want it, and in such case add > new api to WebKit2, yes. Well, clear history should really clear the b/f history, so I think we need something to do this yes.
Ah, right, I thought you were talking about API to build a new bf list. In any case, I left TODO comments for those cases, so I'll file new bug reports for those.