Lines Matching full:icons
7223 The error message was actually indicative of a larger bug that might've resulted in icons getting
7739 more appropriate for what is actually stored in the file, and since we're already not converting v5 to v6 icons,
7773 Fix for <rdar://problem/5473046> - Crash when resetting all icons
7775 Originally I'd written the "reset all icons" to be synchronous on the main thread, but it
7777 Synchronous removal of all in-memory records of icons, and then continue and clean up the
7781 "reset all icons" because it breaks various contracts the API makes about maintaining retain counts.
7783 The problem that occured here was removing all the icons, then all the history items that were
7791 (WebCore::IconDatabase::removeAllIcons): Clear in-memory records of all icons then tell the thread to
7795 (WebCore::IconDatabase::cleanupSyncThread): Now that it's possible for new "icons to be written to disk"
7797 it does the remove all icons
7970 Turns out sqlite3_reset() doesn't clear bindings, so previously bound icons were being
7971 written out for pages without icons. Easy fix!
7974 (WebCore::IconDatabase::writeIconSnapshotToSQLDatabase): For null icons, manually
8197 - Make the browser instantly usable while converting Safari 2 icons in the background occurs
8201 - Allow certain long-running procedures to be interruptible (Safari 2 import, reading icons in from disk when trying to quit, etc)
8203 This will have a noticeable effect on current Safari 2 and Safari 3 beta browsers, including icons not appearing in bookmarks, history,
8207 Additionally this includes a SQLite schema change which will be a lot more efficient but will result in the loss of current SQLite icons.
8208 Converting from Safari 2 style icons will still work.
8264 (WebCore::IconDatabase::delayDatabaseCleanup): Restore this method from a year ago, as asynchronous pruning of icons can now occur on a
8293 icons)
8303 this is necessary to be able to give the loader decisions about whether or not it should load icons from the network
8306 (WebCore::IconDatabase::readFromDatabase): Reads icons from the database that clients are waiting on
8310 icons and page URLs from disk that haven't been retained by any client. Note that the prune can be delayed by utilizing delayDatabaseCleanup()
8311 (WebCore::IconDatabase::checkForDanglingPageURLs): Usually part of the prune procedure, prunes any pages who point to icons that no longer exist
8313 (WebCore::IconDatabase::removeAllIconsOnThread): Completely purge both the on-disk and in memory records of all icons
30347 Icons don't paint with CG
42783 icons, and remove the old directory if that is the case
42790 (WebCore::IconDatabase::defaultDatabaseFilename): Changed to "Icons.db"