RESOLVED FIXED 19748
QWebHistoryInterface::historyContains is never called in trunk
https://bugs.webkit.org/show_bug.cgi?id=19748
Summary QWebHistoryInterface::historyContains is never called in trunk
Benjamin Meyer
Reported 2008-06-24 09:05:23 PDT
In 4.4 WebCore/bridge/GlobalHistory.h was used, but in trunk this has been removed.
Attachments
Tor Arne Vestbø
Comment 1 2008-07-28 07:13:56 PDT
*** Bug 20193 has been marked as a duplicate of this bug. ***
Antonio Gomes
Comment 2 2009-10-05 04:59:12 PDT
as far as i can tell, this is a pure virtual method to be re-implemented in client application side and also called from them. so i would not expect it to be called by WebCore. Instead, suppose a client app is using a sqlite db to store its history content. this method will be implemented to search for a given history entry on that specific store syste. In an internal browser of ours, for example, we make use of both this and "addHistoryEntry" methods by re-implementing it in application side for our needs. i am not if this bug will valid.
Simon Hausmann
Comment 3 2009-11-21 01:33:20 PST
This is fixed since r43052
Note You need to log in before you can comment on or make changes to this bug.