[Webkit-unassigned] [Bug 20952] QtWebKit needs the old history pull model for API Compability

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 20 14:10:34 PDT 2008


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





------- Comment #3 from freyther at handhelds.org  2008-09-20 14:10 PDT -------
(In reply to comment #2)
> (From update of attachment 23590 [edit])
> Really?  WebCore shouldn't have any API.

I think there is a misunderstanding. The QtWebKit API for history is very basic
and only has a "bool contains(const QUrl&)" method. This used to match
perfectly with the internal model of WebCore. The internal model was changed to
the better (PageGroup and pushing the visited links for a group into WebCore
and hashing them) and the semantic of the QtWebKit API does not work anymore.
For QtWebKit compability reasons it is required to have a fallback (which is
#ifdef'ed and not used for the other platforms).

So the QtWebKit API broke due changes in WebCore and we need a way to have the
API to work as in Qt4.4.


-- 
Configure bugmail: https://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