[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 Jan 21 13:53:56 PST 2008


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





------- Comment #25 from alp at atoker.com  2008-01-21 13:53 PDT -------
+    if (!webViewData->corePage ||
!webViewData->corePage->backForwardList()->enabled()) {
+        return NULL;
+    }

Shouldn't have braces.

+const gchar* webkit_web_history_item_get_original_uri (WebKitWebHistoryItem*
webHistoryItem)

Shouldn't have a space before the parenthesis. I saw this in a few places.

+ * Returns the time @webHistoryItem was last visited

This doc seems unclear to me. The time /since/ it was last visited, or was
something else meant?


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