[Webkit-unassigned] [Bug 22374] Need API to access favicons using the favicon URL.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 2 13:44:44 PST 2008


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





------- Comment #3 from hausmann at webkit.org  2008-12-02 13:44 PDT -------
(In reply to comment #2)
> (From update of attachment 25300 [review])
> If the application needs these icons cached, it seems it should have its own
> cache with a lifetime tied to the lifetime of the storage databases.  But maybe
> I'm misunderstanding the problem?

I think there is a misunderstanding indeed :). The storage database list is
just an example. If I understand this correctly it is more about the ability to
query a site-wide favicon.   

> Also, you should note that WebCore has no public interfaces.  If you
> application directly depends on WebCore it will break in the future.  I'm not
> sure if that's the case here or not.  A good example of this is when Qt exposed
> the "is this url in your history database" function call from WebCore to Qt
> embedders.  This changed when we moved to a better hash-based history lookup,
> and broke the Qt build.  Now they have an ugly hack in place to support this
> (hopefully soon deprecated Qt API).

I agree that in the history case it was a mistake to rely on this design :(,
but I feel this case is different in the sense that it's just about exposing
something that exists by design.


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