| Commit message (Expand) | Author | Age | Files | Lines |
* | Database usage adjustment for .../webkit | gbillock@chromium.org | 2012-02-07 | 1 | -2/+1 |
* | DatabaseTracker:: Fix a bug I introduced in r115465. | jhawkins@chromium.org | 2012-01-01 | 1 | -5/+6 |
* | base::Bind: Convert webkit/database. | jhawkins@chromium.org | 2011-12-22 | 1 | -27/+20 |
* | Appcache, local storage, indexed db, databases: skip exit-time deletion when ... | marja@chromium.org | 2011-12-08 | 1 | -1/+13 |
* | base::Bind: Convert webkit/database. | jhawkins@chromium.org | 2011-10-19 | 1 | -4/+5 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -7/+7 |
* | DatabaseTracker: Clearing session-only databases on exit. | marja@chromium.org | 2011-09-08 | 1 | -5/+21 |
* | Some DatabaseTracker cleanup. | michaeln@google.com | 2011-08-26 | 1 | -14/+27 |
* | Move app/sql/* files to sql/ directory. | tfarina@chromium.org | 2011-07-19 | 1 | -5/+5 |
* | Move code to clear web databases on shutdown to the database tracker | jochen@chromium.org | 2011-07-08 | 1 | -45/+105 |
* | More WebSQLDatabase and QuotaManager integration. | michaeln@google.com | 2011-05-26 | 1 | -125/+73 |
* | More Quota + WebSQLDatabase integration. | michaeln@google.com | 2011-05-15 | 1 | -27/+78 |
* | Implementation of DatabaseQuotaClient for the WebSQLDatabase system. | michaeln@google.com | 2011-05-10 | 1 | -7/+71 |
* | wstring: remove some simple instances of ToWStringHack | evan@chromium.org | 2011-03-02 | 1 | -2/+4 |
* | Add an accessor for an ExtensionSpecialStoragePolicy to the Profile class | michaeln@google.com | 2011-02-26 | 1 | -25/+21 |
* | FBTF: Further parts of r61237 that should be harmless to chrome_frame. | erg@google.com | 2010-10-13 | 1 | -0/+33 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 1 | -33/+0 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 1 | -0/+33 |
* | The return value of ClosePlatformFile() was reversed in r59041. Most | dumi@chromium.org | 2010-09-27 | 1 | -1/+1 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | Protect local storage created by extension apps. | andybons@chromium.org | 2010-09-01 | 1 | -0/+8 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -1/+2 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | Support WebSQLDatabases in incognito mode. | dumi@chromium.org | 2010-06-13 | 1 | -13/+96 |
* | Include the appcache and database tracker databases into the sql diagnostics ... | michaeln@chromium.org | 2010-04-02 | 1 | -0/+16 |
* | Reapply 43381 - Add some safeguards in DatabaseTracker to prevent writing any... | michaeln@chromium.org | 2010-04-02 | 1 | -12/+24 |
* | Revert 43381 - Add some safeguards in DatabaseTracker to prevent writing anyt... | michaeln@google.com | 2010-04-01 | 1 | -22/+11 |
* | Add some safeguards in DatabaseTracker to prevent writing anything to disk fo... | michaeln@chromium.org | 2010-04-01 | 1 | -11/+22 |
* | Hook up extension apps notification permission, take two | rafaelw@chromium.org | 2010-03-31 | 1 | -0/+5 |
* | Reland r42467. Clear cookies, local storage and databases when an extension g... | jochen@chromium.org | 2010-03-25 | 1 | -10/+50 |
* | Reverts 42520 and 42477. It back red again when adding this change back. | maruel@chromium.org | 2010-03-25 | 1 | -50/+10 |
* | Reapply 42467 by reverting 42499 and added suppression. | maruel@chromium.org | 2010-03-24 | 1 | -10/+50 |
* | Revert r42467: "Clear cookies, local storage and databases when an extension ... | maruel@chromium.org | 2010-03-24 | 1 | -50/+10 |
* | Clear cookies, local storage and databases when an extension gets uninstalled. | jochen@chromium.org | 2010-03-24 | 1 | -10/+50 |
* | webkit/database: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-06 | 1 | -1/+1 |
* | Reset the default quota limit for extensions to 5MB, but add a | dumi@chromium.org | 2010-02-27 | 1 | -10/+23 |
* | Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. | willchan@chromium.org | 2010-02-25 | 1 | -1/+0 |
* | Increase the default quota for extensions to 1GB. | dumi@chromium.org | 2010-02-20 | 1 | -1/+1 |
* | Actually delete databases in CookiesTreeModel. | jochen@chromium.org | 2010-02-18 | 1 | -31/+72 |
* | Ask renderers to immediately close all DB handles to a database file | dumi@chromium.org | 2010-02-12 | 1 | -10/+72 |
* | Add support for HTML5 databases to the cookie tree model. | jochen@chromium.org | 2010-02-10 | 1 | -0/+4 |
* | Delete HTML5 database in BrowsingDataRemover, part 1. | jochen@chromium.org | 2010-02-06 | 1 | -11/+45 |
* | Reland 37913. Clear local state on exit. | jochen@chromium.org | 2010-02-03 | 1 | -1/+45 |
* | Revert 37913 - Clear local state (cookies, databases, local storage) on exit. | chase@chromium.org | 2010-02-03 | 1 | -45/+1 |
* | Clear local state (cookies, databases, local storage) on exit. | jochen@chromium.org | 2010-02-03 | 1 | -1/+45 |
* | Adds support for SetDatabaseQuota(). Also, should remove a lot of | dumi@chromium.org | 2010-01-22 | 1 | -3/+8 |
* | Adding methods that will be used by the quota management UI. | dumi@chromium.org | 2010-01-06 | 1 | -48/+128 |
* | 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 |
* | Changing the file naming scheme. Creating a directory for each origin, | dumi@chromium.org | 2009-11-13 | 1 | -2/+10 |