Home | History | Annotate | Download | only in win

Lines Matching full:database

256         Add #if ENABLE(DATABASE) guards around database code so toggling ENABLE_DATABASE off does not break builds.
2107 the icon database.
4999 icon database code, which is not robust enough.
7165 Database example doesn't work (requires not-yet-released Safari)
7409 - fix <rdar://problem/5680469> Each database worker thread takes a JSLock,
7520 database quota callbacks should have no database support - but not crash.
7635 * Interfaces/IWebUIDelegatePrivate.idl: Replaced the two database quota functions
7639 (WebChromeClient::exceededDatabaseQuota): Replaced the two database quota functions
7645 detect a nonexistent database rather than using isValid.
7660 default database origin quota in WebCore::Settings based on IWebPreferencesPrivate.
8421 Updated the database SPI to take in IWebFrame.
8603 <rdar://problem/5556378> Implemented database related UI delegate methods (prompts for new/enlarged databases)
8711 Provide API for setting the default storage quota per database origin
8715 * Interfaces/IWebPreferencesPrivate.idl: added SPI to get/set default database quota
8718 (WebPreferences::initializeDefaultSettings): default database quota is 5MB
8725 (WebView::notifyPreferencesChanged): propagate default database quota change to WebCore settings.
10176 Fix <rdar://5549919> Initialize the font database before any font code is invoked
10178 We initialize the database in two places:
10183 This ensures that the font database will be populated before any font
10184 code is invoked. We rely on WebCore to only populate the database
10190 (WebKitClassFactory::WebKitClassFactory): Populate the font database.
10267 Slowly introduce Windows WebKit portion of the Database API that sets the
10749 Fix for <rdar://5493371> - Crash in Icon Database on Windows
10846 Final part of <rdar://problem/5471308> - Hook up async icon database on Windows
10887 Part of <rdar://problem/5471308> - Get async Icon Database fully hooked up on Windows
10889 Hook up main thread delivery of Icon Database notifications from the secondary thread
10934 <rdar://problem/5471308> - Get async Icon Database fully hooked up on Windows
11069 <rdar://problem/5434431> - Asynchronous Icon Database
15113 (userIconDatabasePath): Move icon database to non-roaming location
21041 This completes the above task by implementing the icon database location preference
21461 -Flipped the icon database back to ON by default as the crasher is resolved in WebCore
21465 (WebHistoryItem::WebHistoryItem): Make sure the shared icon database has been referenced
21469 * WebHistoryItem.h: Keep a static reference to the shared icon database
21719 Hooked up the preference for enabled/disabling the icon database