[Webkit-unassigned] [Bug 32510] [GTK] provide an API to control the IconDatabase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 03:01:31 PST 2009


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





--- Comment #2 from Gustavo Noronha (kov) <gns at gnome.org>  2009-12-16 03:01:31 PST ---
(In reply to comment #1)
> Im preparing a patch to add a IconDatabaseClient in WebCoreSupport as Win port
> does. In the Win port the client implements the virtual methods but also some
> extra methods for things such the start up, retrieve icon from url and a lot
> that doesnt seem needed by know (as far as I know).
> 
> So I think all database operations should be done through the client, any
> thoughts about this issue? 

It sounds right to me. The thing to keep in mind is you should use the client
to mediate the communication between applications and WebCore, so you will
probably want to create a new GObject to represent the icon database, and
expose all functionality through it. It will hook into the client to know what
to do/perform stuff.

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