[Webkit-unassigned] [Bug 57157] New: [Qt] QWebFrame::iconChanged() not emitted when icon is cached but not yet loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 26 11:43:20 PDT 2011


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

           Summary: [Qt] QWebFrame::iconChanged() not emitted when icon is
                    cached but not yet loaded
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kling at webkit.org
                CC: benjamin at webkit.org


If the page's icon is cached in the icon database, but has not been loaded from disk when WebCore asks for it, the QWebFrame::iconChanged() signal will not be emitted.

In this case, the FrameLoader asks the FrameLoaderClient to wait for a notification from the IconDatabase that it's finished loading the icon. This mechanism is currently absent in WebKit/qt/

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