[Webkit-unassigned] [Bug 29440] [Qt] QWebSettings::iconForUrl() does not return a valid icon

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 22 09:36:43 PST 2009


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |hausmann at webkit.org




--- Comment #2 from Simon Hausmann <hausmann at webkit.org>  2009-11-22 09:36:43 PST ---
This is a bug in the provided testcase. When QtWebKit would try to load the
icon via QWebView's initiation of the load process for the url there is no icon
database path set, so the favourite icon is not set.

If you move the setIconDatabasePath("/tmp") line right after the construction
of the QApplication, then the testcase works just fine.

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