Add webkit_web_view_can_go_back() and webkit_web_view_can_go_forward()
Created attachment 110486 [details] Patch
I'll add unit tests for these methods to the backforwardlist test once bug #69343 is fixed.
Comment on attachment 110486 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=110486&action=review This looks good to me! > Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:303 > + * Returns: %TRUE if able to move back, %FALSE otherwise. , -> or (based on our previous conversation) > Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:333 > + * Returns: %TRUE if able to move forward, %FALSE otherwise. Ditto.
Committed r98081: <http://trac.webkit.org/changeset/98081>