[Webkit-unassigned] [Bug 54024] [Qt] QWebSettings::iconForURL() returns NULL at first call

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 9 07:41:26 PST 2011


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





--- Comment #2 from Stephen <chaohydra at hotmail.com>  2011-02-09 07:41:26 PST ---
I can understand it's asynchronous if it doesn't exist in the database and we need download it from the network. Why should it be asynchronous if it already exists in the database? Otherwise, that beats the purpose of having a local database. 

Developers like to use iconForURL to display icons for the bookmarks bar or bookmarks menu. We shouldn't rely on QWebFrame just to retrieve an icon from the database. 

Are you guys always checking for updates over network when iconForURL is called for the first time during a session? If that is the case, we'd hope there is an option to get it from cache only and return immediately. 

Thanks.

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