[Webkit-unassigned] [Bug 48566] New: Icon database not properly loaded after launch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 28 14:32:15 PDT 2010


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

           Summary: Icon database not properly loaded after launch
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cmhofman at gmail.com


After I launch a client app for webkit that uses favicons from the database, e.g. through WebHistoryItem icon accessors, these icons are not available (i.e. the default 'globe' icon is always returned) after a relaunch of the client. Favicons that are loaded during the launch session are properly used, but not saved icons from the database. I have confirmed that the WebIconDatabaseEnabled pref is true, and that the WebIconDatabaseDirectoryDefaultsKey pref is set to the default "~/Library/Icons" (which BTW is the wrong thing to do), and that database file does get updated. I have also checked that -[WebIconDatabase _startUpIconDatabase] is indeed called, which measn that also iconDatabase()->setEnabled(true) iconDatabase()->open(databaseDirectory) are called. So the problem must be in WebCore somewhere.

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