summaryrefslogtreecommitdiffstats
path: root/webkit/database/database_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/database to webkit/browser and webkit/common. Also move content::...michaeln@google.com2013-05-221-878/+0
* Histogram versions and extended error codes for SQLite databases.shess@chromium.org2013-05-151-1/+1
* webkit: Merge fileapi::GetOriginURLFromIdentifier and DatabaseUtil::GetOrigin...tfarina@chromium.org2013-05-101-8/+8
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-5/+4
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-4/+5
* Replace string16 with base::string16 in src/webkitbrettw@chromium.org2013-03-291-64/+73
* Convert include paths for string_number_conversions in src/chrome and src/webkitbrettw@chromium.org2013-03-271-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-22/+23
* Bake targeted error histogram support directly into sql::Connection.shess@chromium.org2013-01-031-15/+1
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-051-31/+10
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* Get rid of the clear_on_exit constructor parameter on DatabaseTracker since i...jam@chromium.org2012-02-271-2/+1
* Nuke from orbit corrupt websql databases.michaeln@google.com2012-02-181-0/+19
* Database usage adjustment for .../webkitgbillock@chromium.org2012-02-071-2/+1
* DatabaseTracker:: Fix a bug I introduced in r115465.jhawkins@chromium.org2012-01-011-5/+6
* base::Bind: Convert webkit/database.jhawkins@chromium.org2011-12-221-27/+20
* Appcache, local storage, indexed db, databases: skip exit-time deletion when ...marja@chromium.org2011-12-081-1/+13
* base::Bind: Convert webkit/database.jhawkins@chromium.org2011-10-191-4/+5
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-7/+7
* DatabaseTracker: Clearing session-only databases on exit.marja@chromium.org2011-09-081-5/+21
* Some DatabaseTracker cleanup.michaeln@google.com2011-08-261-14/+27
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-5/+5
* Move code to clear web databases on shutdown to the database trackerjochen@chromium.org2011-07-081-45/+105
* More WebSQLDatabase and QuotaManager integration.michaeln@google.com2011-05-261-125/+73
* More Quota + WebSQLDatabase integration.michaeln@google.com2011-05-151-27/+78
* Implementation of DatabaseQuotaClient for the WebSQLDatabase system.michaeln@google.com2011-05-101-7/+71
* wstring: remove some simple instances of ToWStringHackevan@chromium.org2011-03-021-2/+4
* Add an accessor for an ExtensionSpecialStoragePolicy to the Profile classmichaeln@google.com2011-02-261-25/+21
* FBTF: Further parts of r61237 that should be harmless to chrome_frame.erg@google.com2010-10-131-0/+33
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-011-33/+0
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-011-0/+33
* The return value of ClosePlatformFile() was reversed in r59041. Mostdumi@chromium.org2010-09-271-1/+1
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-1/+1
* Protect local storage created by extension apps.andybons@chromium.org2010-09-011-0/+8
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+2
* Support WebSQLDatabases in incognito mode.dumi@chromium.org2010-06-131-13/+96
* Include the appcache and database tracker databases into the sql diagnostics ...michaeln@chromium.org2010-04-021-0/+16
* Reapply 43381 - Add some safeguards in DatabaseTracker to prevent writing any...michaeln@chromium.org2010-04-021-12/+24
* Revert 43381 - Add some safeguards in DatabaseTracker to prevent writing anyt...michaeln@google.com2010-04-011-22/+11
* Add some safeguards in DatabaseTracker to prevent writing anything to disk fo...michaeln@chromium.org2010-04-011-11/+22
* Hook up extension apps notification permission, take tworafaelw@chromium.org2010-03-311-0/+5
* Reland r42467. Clear cookies, local storage and databases when an extension g...jochen@chromium.org2010-03-251-10/+50
* Reverts 42520 and 42477. It back red again when adding this change back.maruel@chromium.org2010-03-251-50/+10
* Reapply 42467 by reverting 42499 and added suppression.maruel@chromium.org2010-03-241-10/+50
* Revert r42467: "Clear cookies, local storage and databases when an extension ...maruel@chromium.org2010-03-241-50/+10
* Clear cookies, local storage and databases when an extension gets uninstalled.jochen@chromium.org2010-03-241-10/+50
* webkit/database: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-061-1/+1
* Reset the default quota limit for extensions to 5MB, but add adumi@chromium.org2010-02-271-10/+23
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-251-1/+0