[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 Jul 30 02:13:59 PDT 2007


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





------- Comment #3 from freyther at handhelds.org  2007-07-30 02:13 PDT -------
Thanks to Oliver for reminding me. We should always take a look at WebView when
adding methods. WebView is Mac's API for WebCore and it is used by a lot of
applications like Safari, Mail, but also instant messaging, dashboard, iWeb
(for editing) and a lot of other places.

http://developer.apple.com/documentation/Cocoa/Reference/WebKit/Classes/WebView_Class/Reference/Reference.html

has the following methods for history tracking:
– setMaintainsBackForwardList:  
– backForwardList  
– canGoBack  
– goBack  
– goBack:  
– canGoForward  
– goForward  
– goForward:  
– goToBackForwardItem:  

And I think all of them make sense and we should copy them.


-- 
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