| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support for HTML5 databases to the cookie tree model. | jochen@chromium.org | 2010-02-10 | 2 | -11/+30 |
* | Delete HTML5 database in BrowsingDataRemover, part 1. | jochen@chromium.org | 2010-02-06 | 2 | -13/+55 |
* | Reland 37913. Clear local state on exit. | jochen@chromium.org | 2010-02-03 | 2 | -1/+48 |
* | Revert 37913 - Clear local state (cookies, databases, local storage) on exit. | chase@chromium.org | 2010-02-03 | 2 | -48/+1 |
* | Clear local state (cookies, databases, local storage) on exit. | jochen@chromium.org | 2010-02-03 | 2 | -1/+48 |
* | Adds support for SetDatabaseQuota(). Also, should remove a lot of | dumi@chromium.org | 2010-01-22 | 4 | -8/+26 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -2/+2 |
* | Adding methods that will be used by the quota management UI. | dumi@chromium.org | 2010-01-06 | 11 | -96/+622 |
* | Clarify licenses on a bunch of files. | evan@chromium.org | 2009-12-29 | 3 | -3/+3 |
* | Use utf_string_conversions header in more places. | maruel@chromium.org | 2009-12-11 | 1 | -1/+2 |
* | Guard against directory traversal due to evil message from compromised | cevans@chromium.org | 2009-12-10 | 1 | -0/+4 |
* | Increasing the default DB quota for extensions from 5MB to 50MB. | dumi@chromium.org | 2009-11-23 | 1 | -1/+8 |
* | Fix DatabaseTracker::LazyInit() to open the tracker database only | dumi@chromium.org | 2009-11-17 | 1 | -1/+10 |
* | Cleans up a bit the DB-related methods. | dumi@chromium.org | 2009-11-13 | 3 | -15/+15 |
* | Changing the file naming scheme. Creating a directory for each origin, | dumi@chromium.org | 2009-11-13 | 10 | -59/+227 |
* | Deleting the 'databases' directory if the tracker database exists but | dumi@chromium.org | 2009-11-09 | 1 | -1/+15 |
* | Third patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -1/+4 |
* | Adding Chromium's database tracker. | dumi@chromium.org | 2009-11-02 | 6 | -0/+804 |
* | Random style fixes in the database backend. | brettw@chromium.org | 2009-10-29 | 1 | -58/+59 |
* | Clean up database files. Some changes are due to Google style guide violatio... | pkasting@chromium.org | 2009-10-24 | 2 | -71/+58 |
* | Refactor the DB code to make it accessible from test_shell. | dumi@chromium.org | 2009-09-22 | 2 | -0/+243 |