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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 26 15:18:25 PST 2008


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25300|review?                     |review-
               Flag|                            |




------- Comment #2 from eric at webkit.org  2008-11-26 15:18 PDT -------
(From update of attachment 25300)
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?

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

Marking as r- to remove it from the review queue pending further comment. 
Certainly please correct me if I've misunderstood.


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