[Webkit-unassigned] [Bug 10181] REGRESSION: favicons in the Bookmarks menu not updated until next launch

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jul 31 21:51:39 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10181


beidson at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from beidson at apple.com  2006-07-31 21:51 PDT -------
This is a known issue - old style icons are not converted over to the new style
icons automatically, so on the first launch with new style icons all the icons
are missing.  
As you visit the bookmarks 1 by 1, their icon data is loaded and stored in the
DB - but for that session, they are still cached in memory as "I have no icon
for this URL."
On the next load they are brought up from the DB as expected.
There are really two issues here - first, we need to convert the old style
iconDB to the new style iconDB - that is one of two features I am working on
right now.
Secondly, when an icon load completes and the data is commited to the DB, the
in memory record also needs to be updated to reflect the new data.  That can be
considered to be a bug and I will fix it.

Thanks for testing for me, Alexey!  See you at the conference! ;)


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list