[Webkit-unassigned] [Bug 49966] [GTK] Add an easy API to fetch a page's favicon

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 24 09:17:43 PST 2010


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





--- Comment #3 from object.lin at gmail.com  2010-11-24 09:17:43 PST ---
thanks, I'll try to fix these issues. (about coding conventions and ChangeLog)

It is hard for application to show a page's favicon. 
there is a api in mac to get the page's favicon.

- (NSImage *)mainFrameIcon;

some application use webkit_web_view_get_icon_uri(WebKitWebView *webView) 
to get favicon's uri and try to get it by itself.
(this is hard, and it may fail due to different session, cookie...)
webkit have retrive the favicon. but no api for application to get favicon in gtk.

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