summaryrefslogtreecommitdiffstats
path: root/webkit/database/database_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Increase the default quota for extensions to 1GB.dumi@chromium.org2010-02-201-1/+1
* Actually delete databases in CookiesTreeModel.jochen@chromium.org2010-02-181-31/+72
* Ask renderers to immediately close all DB handles to a database filedumi@chromium.org2010-02-121-10/+72
* Add support for HTML5 databases to the cookie tree model.jochen@chromium.org2010-02-101-0/+4
* Delete HTML5 database in BrowsingDataRemover, part 1.jochen@chromium.org2010-02-061-11/+45
* Reland 37913. Clear local state on exit.jochen@chromium.org2010-02-031-1/+45
* Revert 37913 - Clear local state (cookies, databases, local storage) on exit.chase@chromium.org2010-02-031-45/+1
* Clear local state (cookies, databases, local storage) on exit.jochen@chromium.org2010-02-031-1/+45
* Adds support for SetDatabaseQuota(). Also, should remove a lot ofdumi@chromium.org2010-01-221-3/+8
* Adding methods that will be used by the quota management UI.dumi@chromium.org2010-01-061-48/+128
* Increasing the default DB quota for extensions from 5MB to 50MB.dumi@chromium.org2009-11-231-1/+8
* Fix DatabaseTracker::LazyInit() to open the tracker database onlydumi@chromium.org2009-11-171-1/+10
* Changing the file naming scheme. Creating a directory for each origin,dumi@chromium.org2009-11-131-2/+10
* Deleting the 'databases' directory if the tracker database exists butdumi@chromium.org2009-11-091-1/+15
* Adding Chromium's database tracker.dumi@chromium.org2009-11-021-0/+211