- a2c92a1c Fix some grammar in comments, error messages and documentation. by [email protected] · 13 years ago
- 142dd75 Get rid of the clear_on_exit constructor parameter on DatabaseTracker since it's not necessary anymore (it's now set on destruction). by [email protected] · 13 years ago
- 955a44a More SQL statement usage regularization. Back-touch some by [email protected] · 14 years ago
- 1f1db25 Nuke from orbit corrupt websql databases. by [email protected] · 14 years ago
- b5717a4 Prefer ScopedNestableTaskAllower over manual save/restore by [email protected] · 14 years ago
- 80f9c869 Database usage adjustment for .../webkit by [email protected] · 14 years ago
- c694427 Remove task.h and finish base::Bind() migration. by [email protected] · 14 years ago
- f182444 DatabaseTracker:: Fix a bug I introduced in r115465. by [email protected] · 14 years ago
- 00bbe166 base::Bind: Convert webkit/database. by [email protected] · 14 years ago
- e900577 Appcache, local storage, indexed db, databases: skip exit-time deletion when restarting. by [email protected] · 14 years ago
- 3034b681 Update these includes to use the new header locations by [email protected] · 14 years ago
- 0da6b445 Add OVERRIDE to webkit/. by [email protected] · 14 years ago
- 2f3eff4 webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors. by [email protected] · 14 years ago
- a74417b base::Bind: Convert webkit/database. by [email protected] · 14 years ago
- 4d99be5 Use base::Callback in Quota related code. by [email protected] · 14 years ago
- f1f3f0f8 Begin CompletionCallback switchover. by [email protected] · 14 years ago
- c62dd9d Delete Tracked, and move Location to its own file. by [email protected] · 14 years ago
- f5d75f7 DatabaseTracker: Clearing session-only databases on exit. by [email protected] · 14 years ago
- e5a3cdc Some DatabaseTracker cleanup. by [email protected] · 14 years ago
- d024044 Test cleanup: Using MockSpecialStoragePolicy instead of local subclasses of SpecialStoragePolicy. by [email protected] · 14 years ago
- edd685f Add MessageLoopProxy::current by [email protected] · 14 years ago
- 4ac23ad2 Quota: Add quota::StorageType to the GetOriginsCallback definition. by [email protected] · 14 years ago
- be33f8a Remove VfsBackend::FileTypeIs{Journal,MainDB} by [email protected] · 14 years ago
- f0a54b2 Move app/sql/* files to sql/ directory. by [email protected] · 14 years ago
- 800ad56 Move code to clear web databases on shutdown to the database tracker by [email protected] · 14 years ago
- 118b102 Change all the references from app_base to sql. by [email protected] · 14 years ago
- 32bb854 Revert 91288 - Change references from app_base to sql. by [email protected] · 14 years ago
- e6c6be7 Change references from app_base to sql. by [email protected] · 14 years ago
- 78f03f14 Remove msvs_guids from third_party, webkit, tools and views. by [email protected] · 14 years ago
- e7f009d Hooking MHTML generation to the browser. by [email protected] · 14 years ago
- 7c5f2ec More WebSQLDatabase and QuotaManager integration. by [email protected] · 14 years ago
- 8ad0e6be We need this work-around for file:/// URIs as by [email protected] · 14 years ago
- 42472ad Implement DatabaseQuotaClient's DeteleteOriginData method. by [email protected] · 14 years ago
- db4d4981 Use the QuotaManager to determine the space available to WebSQLDatabases. Since activity outside of the database system now affect how much space is available, our strategy for informing the client side of the new limit needed to change. It's not enough to just send the new limit when a change within the DB system has occurred. by [email protected] · 14 years ago
- e078590 Move scoped_temp_dir and scoped_native_library back from base/memory to base. by [email protected] · 14 years ago
- 5a54733 Globally replace <(library) with static_library by [email protected] · 14 years ago
- 4b66b65 Added DeleteOriginData to QuotaClient by [email protected] · 14 years ago
- eea70ad More Quota + WebSQLDatabase integration. by [email protected] · 14 years ago
- 3bbe097 Implementation of DatabaseQuotaClient for the WebSQLDatabase system. by [email protected] · 14 years ago
- b777b33 File API changes needed for safely passing user selected file entities from the file browser component extension to a 3rd party extension. by [email protected] · 14 years ago
- 1d4dbde Changes to WebDatabaseObserverImpl and SimpleDatabaseSystem required to have a chance of working properly with v8 isolates. With isolates the database related interfaces will be called on multiple threads and the previous impl was not put together with that in mind. by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- 55d9bed Wired local file system support for File API. The local file system provider currently exists for ChromeOS builds only. by [email protected] · 14 years ago
- f0bc50e5 web databases: remove a ToWStringHack by [email protected] · 14 years ago
- 967d18b wstring: remove some simple instances of ToWStringHack by [email protected] · 14 years ago
- 19eb8015 Add an accessor for an ExtensionSpecialStoragePolicy to the Profile class by [email protected] · 14 years ago
- ad74a59 More net/ reordering. by [email protected] · 15 years ago
- c1d9cdc Roll WebKit DEPS past WebKit move. Update gyp files and include paths to reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. by [email protected] · 15 years ago
- 229ab9c Add some initial OWNERS files for src/webkit/. by [email protected] · 15 years ago
- 1889dc1b FBTF: More ctor/dtor cleanup. by [email protected] · 15 years ago
- 96626f5f FBTF: Further parts of r61237 that should be harmless to chrome_frame. by [email protected] · 15 years ago
- d0af720 Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." by [email protected] · 15 years ago
- 763f848 FBTF: Another big ctor/dtor cleanup found by automated tools. by [email protected] · 15 years ago
- 5018448 The return value of ClosePlatformFile() was reversed in r59041. Most by [email protected] · 15 years ago
- 2f0193c2 Moving file_util::FileInfo to base::PlatformFileInfo, and adding the by [email protected] · 15 years ago
- 654512b Protect local storage created by extension apps. by [email protected] · 15 years ago
- ed65fec Add an optional parameter to CreatePlatformFile() to report the type by [email protected] · 15 years ago
- 145ee1d FBTF: Remove unnecessary STL #includes from src/webkit. by [email protected] · 15 years ago
- 864b136 FBTF: Remove unneeded headers from base/ (part 6) by [email protected] · 15 years ago
- e33cba4 Move bundled copy of sqlite one level deeper to better separate it by [email protected] · 15 years ago
- f33811b GTTF: some more FRIEND_TEST_ALL_PREFIXES by [email protected] · 15 years ago
- be1ce6a7 Add #include utf_string_conversions.h to all files that use ASCIIToWide and by [email protected] · 15 years ago
- e83326f Convert more callers of the integer/string functions to using by [email protected] · 15 years ago
- 528c56d Move the number conversions from string_util to a new file. by [email protected] · 15 years ago
- 33b9df4 Cleanup: Remove unneeded headers from app/ by [email protected] · 15 years ago
- 8e43e07 Make tests that rely on getting a temp dir exit if they don't. by [email protected] · 15 years ago
- 7894ae2 Remove incorrect usages of USE_SYSTEM_SQLITE. by [email protected] · 15 years ago
- fe615f3 Support WebSQLDatabases in incognito mode. by [email protected] · 15 years ago
- beaafba Remove the dirfd parameter from all Chromium code. The POSIX VFS by [email protected] · 15 years ago
- 2f312ab Enable -Werror on Linux and Win for src/webkit/ by [email protected] · 15 years ago
- 4cccc22 Include the appcache and database tracker databases into the sql diagnostics fold. by [email protected] · 15 years ago
- 49cd5da Reapply 43381 - Add some safeguards in DatabaseTracker to prevent writing anything to disk for incognito. This time with more unit tests. by [email protected] · 15 years ago
- 5b855a6 Revert 43381 - Add some safeguards in DatabaseTracker to prevent writing anything to disk for incognito. by [email protected] · 15 years ago
- 60a0438e4 Add some safeguards in DatabaseTracker to prevent writing anything to disk for incognito. by [email protected] · 15 years ago
- 57a777f7 Hook up extension apps notification permission, take two by [email protected] · 15 years ago
- c10da4b0 Reland r42467. Clear cookies, local storage and databases when an extension gets uninstalled. by [email protected] · 15 years ago
- 09233b2 Copy header files to third_party/WebKit/WebKit/chromium/public when by [email protected] · 15 years ago
- 687c5ac Reverts 42520 and 42477. It back red again when adding this change back. by [email protected] · 15 years ago
- 869f2ef Reapply 42467 by reverting 42499 and added suppression. by [email protected] · 15 years ago
- 44d6da8 Revert r42467: "Clear cookies, local storage and databases when an extension gets uninstalled." by [email protected] · 15 years ago
- 0da7636 Clear cookies, local storage and databases when an extension gets uninstalled. by [email protected] · 15 years ago
- 9d61e1f Move glue, appcache, and database targets out of webkit into gypi files. by [email protected] · 15 years ago
- c7892f03 webkit/database: string_util.h -> utf_string_conversions.h fix. by [email protected] · 15 years ago
- 24b538a Reset the default quota limit for extensions to 5MB, but add a by [email protected] · 15 years ago
- 84aebed Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. by [email protected] · 16 years ago
- df99024 Increase the default quota for extensions to 1GB. by [email protected] · 16 years ago
- ec3d145 Actually delete databases in CookiesTreeModel. by [email protected] · 16 years ago
- 2b0ec8b Ask renderers to immediately close all DB handles to a database file by [email protected] · 16 years ago
- a3703dd Add support for CONTENT_SETTING_ASK to database. by [email protected] · 16 years ago
- b5c6e30 Add support for HTML5 databases to the cookie tree model. by [email protected] · 16 years ago
- 72cfd90f Delete HTML5 database in BrowsingDataRemover, part 1. by [email protected] · 16 years ago
- 4ef795df Reland 37913. Clear local state on exit. by [email protected] · 16 years ago
- 5939501 Revert 37913 - Clear local state (cookies, databases, local storage) on exit. by [email protected] · 16 years ago
- 7e2584b Clear local state (cookies, databases, local storage) on exit. by [email protected] · 16 years ago
- 373a460 Adds support for SetDatabaseQuota(). Also, should remove a lot of by [email protected] · 16 years ago
- 810a52ef Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and EmptyGURL(), since the code in question can just use the default constructor. by [email protected] · 16 years ago
- 3ccfe53 Adding methods that will be used by the quota management UI. by [email protected] · 16 years ago
- 3f2b909 Clarify licenses on a bunch of files. by [email protected] · 16 years ago
- 9da5f16 Use utf_string_conversions header in more places. by [email protected] · 16 years ago
- f34d588 Guard against directory traversal due to evil message from compromised renderer. by [email protected] · 16 years ago