[Webkit-unassigned] [Bug 14811] [gtk] [request] add a webkit_gtk_page_go_to_history_item function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 3 15:59:55 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=14811





------- Comment #7 from jmalonzo at gmail.com  2007-12-03 15:59 PDT -------
Created an attachment (id=17688)
 --> (http://bugs.webkit.org/attachment.cgi?id=17688&action=view)
RFC: History API 

Hi! I would like to request for feedback regarding a proposed API for
histories. The attached patch adds the following WebView API to GTK+ WebView:

* setMaintainsBackForwardList()
* backForwardList()
* goToBackForwardItem(WebHistoryItem)

backForwardList() returns a WebKitBackForwardList which just encapsulate
WebCore::BackForwardList.

WebHistoryItem also just encapsulate a WebCore::HistoryItem but doesn't provide
an API for all of HistoryItem's methods like alternateTitle, etc..

I would like to hear your thoughts about this as well as points for improvement
if any.

The patch is not for review as it's still lacking an implementation, though I'm
already working on that atm.

cheers.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list