[Webkit-unassigned] [Bug 19748] QWebHistoryInterface::historyContains is never called in trunk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 04:59:11 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=19748


Antonio Gomes (tonikitoo) <tonikitoo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tonikitoo at webkit.org




--- Comment #2 from Antonio Gomes (tonikitoo) <tonikitoo at webkit.org>  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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list