[webkit-dev] IconDatabase
Darin Adler
darin at apple.com
Wed Jan 13 09:28:45 PST 2010
On Jan 13, 2010, at 9:22 AM, Jason Rukman wrote:
> Do I load the history first, or initialize the icon database first since they seem to have an interdependency that I don’t see how to resolve.
I believe the correct sequence is to call delayDatabaseCleanup first, then initialize the icon database. Then load history and do any other initialization else that might call retainIconForPageURL. Then call allowDatabaseCleanup.
-- Darin
More information about the webkit-dev
mailing list