Bug 19748 - QWebHistoryInterface::historyContains is never called in trunk
Summary: QWebHistoryInterface::historyContains is never called in trunk
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
: 20193 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-24 09:05 PDT by Benjamin Meyer
Modified: 2009-11-21 01:33 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Meyer 2008-06-24 09:05:23 PDT
In 4.4 WebCore/bridge/GlobalHistory.h was used, but in trunk this has been removed.
Comment 1 Tor Arne Vestbø 2008-07-28 07:13:56 PDT
*** Bug 20193 has been marked as a duplicate of this bug. ***
Comment 2 Antonio Gomes 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.
Comment 3 Simon Hausmann 2009-11-21 01:33:20 PST
This is fixed since r43052