| Commit message (Expand) | Author | Age | Files | Lines |
* | Move webkit/database to webkit/browser and webkit/common. Also move content::... | michaeln@google.com | 2013-05-22 | 1 | -878/+0 |
* | Histogram versions and extended error codes for SQLite databases. | shess@chromium.org | 2013-05-15 | 1 | -1/+1 |
* | webkit: Merge fileapi::GetOriginURLFromIdentifier and DatabaseUtil::GetOrigin... | tfarina@chromium.org | 2013-05-10 | 1 | -8/+8 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -5/+4 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -4/+5 |
* | Replace string16 with base::string16 in src/webkit | brettw@chromium.org | 2013-03-29 | 1 | -64/+73 |
* | Convert include paths for string_number_conversions in src/chrome and src/webkit | brettw@chromium.org | 2013-03-27 | 1 | -1/+1 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -22/+23 |
* | Bake targeted error histogram support directly into sql::Connection. | shess@chromium.org | 2013-01-03 | 1 | -15/+1 |
* | Unwire the clear on exit preference from the storage systems. | jochen@chromium.org | 2012-06-05 | 1 | -31/+10 |
* | Fix some grammar in comments, error messages and documentation. | gavinp@chromium.org | 2012-04-03 | 1 | -1/+1 |
* | Get rid of the clear_on_exit constructor parameter on DatabaseTracker since i... | jam@chromium.org | 2012-02-27 | 1 | -2/+1 |
* | Nuke from orbit corrupt websql databases. | michaeln@google.com | 2012-02-18 | 1 | -0/+19 |
* | 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 |