Lines Matching full:database
370 Removed import of unused icon database headers.
487 <rdar://problem/5434431> - Asynchronous Icon Database
499 (+[WebIconDatabase delayDatabaseCleanup]): Accessor so clients can prevent the thread from cleaning up the database
1077 Fix for <rdar://problem/5433422> Upon quitting, WebKit loads the WebPlugin shared database and immediately closes it
1079 * Plugins/WebPluginDatabase.h: Added closeSharedDatabase, which won't create a new database if we're just trying to close it.
1322 <rdar://problem/5394708> - Crash on launch with corrupt icon database
1327 (-[WebIconDatabase init]): Use the new _databaseDirectory to determine where to open the database on disk
1328 (+[WebIconDatabase _checkIntegrityBeforeOpening]): Tell the icon database to check integrity when it opens
1329 (-[WebIconDatabase _databaseDirectory]): Moved the database-directory-determining logic here as it's now used in two places
2358 Re-added the code to exclude the icon database from backups. We now do this at the same time we (try to) import
2359 the old icon database format, which happens only once per icon database's lifetime.
2368 Removed the code to exclude the icon database from backups. We still want to do this, but in a way
2405 <rdar://problem/5310739> Time Machine shouldn't back up WebKit's icon database files
2409 Use CSBackupSetItemExcluded to tell Time Machine not to back up the icon database file
7340 also removed code that would unload the entire plug-in database when receiving that notification.
7351 (-[WebView _close]): WebKit has both a global plug-in database and a separate, per WebView plug-in database.
7356 The new change is that on app shutdown, we unload WebKit's global plug-in database if and only if the last WebView
9269 crash -- namely, that the database is shared throughout the process.
15775 gracefully even if we can't open the database
15820 (-[WebIconDatabase _isEnabled]): Ask the bridge if the database is enabled
16232 A "never should be reached" method was reached - lets not release the shared database bridge, esp
16242 - a few small tweaks to the icon database bridge
16824 Flip the switch to the new Icon Database
17107 New method. Refactored from -refresh. Adds a plug-in to the database.
17109 New method. Refactored from -refresh. Remove a plug-in from the database.
17113 New method. Called when the application terminates. Closes the plug-in database so that all plug-ins are
17148 close the plug-in package, and the plug-in package is removed from the database, the plug-in
17417 In addition to a few style/good-practice cleanups, this patch will convert the old icon database
18303 make sure to initialize the plugin database, in case a plugin wants to handle it.
19057 The ICONDEBUG flag now chooses either the new icon database or the old one
19495 Hookup the new semi-functional SQLite icon database.
19753 plugin database, I think it is better to simply accept these limitations for now.
19759 Give the global plugin database the default plugin search paths.
19761 Removed static global; this method now sets the plugin paths on the global plugin database.
19765 New method; called when the plugin database is no longer needed (when its WebView is being destroyed).
19772 Notify plugin packages when they are added to and removed from a plugin database. A plugin package will
19786 Add plugin database to set.
19788 Remove plugin database from set. If it was the last DB, then unload the plugin package.
20872 Simple changes to hook up the new WebCore based Icon Database
23130 the icon again (short of removing the entire icon database cleanly). Note that this does *not* change