| Commit message (Expand) | Author | Age | Files | Lines |
* | favor DCHECK_CURRENTLY_ON for better logs in content/browser/[f-p]* | mostynb | 2015-03-18 | 1 | -2/+2 |
* | IndexedDB: Fixed support for empty blobs. | cmumford | 2015-03-14 | 1 | -0/+13 |
* | Migrates legacy packaged app data when it's upgraded to a platform app | ryanackley | 2015-01-27 | 1 | -0/+33 |
* | IDB: Remove unused variable IndexedDBInfo::path_ | sagarmittal | 2014-12-12 | 1 | -2/+0 |
* | Delete blobs in IndexedDBContextImpl::DeleteForOrigin | sagarmittal | 2014-12-10 | 1 | -1/+2 |
* | IDB: Show blob path on chrome://indexeddb-internals | sagarmittal | 2014-12-10 | 1 | -2/+6 |
* | Fix size reported on chrome://indexeddb-internals/ | sagarmittal | 2014-12-10 | 1 | -2/+4 |
* | Include blob data when downloading IndexedDB archive from chrome://indexeddb-... | sagarmittal | 2014-12-09 | 1 | -9/+29 |
* | IndexedDB back-end: Use C++11 range-based-for and auto for iteration | jsbell | 2014-10-03 | 1 | -33/+7 |
* | Remove webkit/browser/, point everything to storage/browser/ instead | pilgrim | 2014-09-10 | 1 | -3/+3 |
* | Remove storage-related redirect headers in webkit/common/, update #includes a... | pilgrim | 2014-09-10 | 1 | -1/+1 |
* | Change base/file_utils.h includes to base/files/file_utils.h in content/ | thestig | 2014-09-05 | 1 | -1/+1 |
* | Remove implicit conversions from scoped_refptr to T* in content/browser/index... | Daniel Cheng | 2014-08-26 | 1 | -12/+12 |
* | Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name... | pilgrim@chromium.org | 2014-08-22 | 1 | -17/+18 |
* | indexeddb: Removed use of dangling ptr in writeBlobToFileOnIOThread. | cmumford@chromium.org | 2014-07-25 | 1 | -1/+1 |
* | Split IndexedDBFactory into virtual base + impl. | jsbell@chromium.org | 2014-07-18 | 1 | -2/+2 |
* | Indicate incognito in Service Worker and IndexedDB internals pages | jsbell@chromium.org | 2014-07-10 | 1 | -1/+2 |
* | IndexedDB: Fix trivial cpplint.py errors | jsbell@chromium.org | 2014-06-11 | 1 | -2/+1 |
* | This is the master CL that contains the whole remaining Chromium side. | ericu@chromium.org | 2014-06-04 | 1 | -1/+4 |
* | Add UMA stats for Indexed DB "forced close" requests | jsbell@chromium.org | 2014-02-26 | 1 | -2/+8 |
* | LevelDB wrappers now returning status codes. | cmumford@chromium.org | 2014-02-21 | 1 | -3/+3 |
* | Quota: Factor out (Mock)QuotaManagerProxy into its own file for readability | nhiroki@chromium.org | 2014-01-17 | 1 | -1/+1 |
* | Unrevert 244240 "IndexedDBFactory now ForceCloses databases." | cmumford@chromium.org | 2014-01-11 | 1 | -31/+10 |
* | Revert 244240 "IndexedDBFactory now ForceCloses databases." | jsbell@chromium.org | 2014-01-10 | 1 | -10/+31 |
* | IndexedDBFactory now ForceCloses databases. | cmumford@chromium.org | 2014-01-10 | 1 | -31/+10 |
* | Convert base::file_util to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-07 | 1 | -1/+1 |
* | Update uses of Value in chromeos/, cloud_print/, components/, content/ to use... | avi@chromium.org | 2013-12-23 | 1 | -8/+9 |
* | IndexedDB: Force a database compaction after a database is deleted | jsbell@chromium.org | 2013-12-17 | 1 | -0/+6 |
* | Ensure chrome://tracing shows IndexedDB as option | jsbell@chromium.org | 2013-12-07 | 1 | -0/+2 |
* | IndexedDB: Forced close should cancel pending timers | jsbell@chromium.org | 2013-12-06 | 1 | -0/+2 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Move IndexedDBTransaction diagnostics members into a struct | jsbell@chromium.org | 2013-11-26 | 1 | -7/+7 |
* | IndexedDB: Correct transaction start scheduling to match spec | jsbell@chromium.org | 2013-11-26 | 1 | -6/+6 |
* | IndexedDB: Close backing store after a failed write | jsbell@chromium.org | 2013-10-31 | 1 | -2/+2 |
* | IndexedDB: Track backing stores via origin URL, sanify identifier usage | jsbell@chromium.org | 2013-10-28 | 1 | -5/+3 |
* | IndexedDB: Ensure backing store is released on forced-close | jsbell@chromium.org | 2013-10-24 | 1 | -5/+2 |
* | IndexedDB: Ensure that closed connections are not used | jsbell@chromium.org | 2013-10-19 | 1 | -0/+1 |
* | IndexedDB: Use leveldb::DestroyDB to delete backing stores | jsbell@chromium.org | 2013-10-15 | 1 | -2/+11 |
* | Add more diagnostic info to chrome://indexeddb-internals | jsbell@chromium.org | 2013-09-12 | 1 | -1/+37 |
* | Add connection/transaction diagnostics to chrome://indexeddb-internals | jsbell@chromium.org | 2013-07-22 | 1 | -6/+106 |
* | Add a "Force Close" link and connection count to indexeddb-interanals. | alecflett@chromium.org | 2013-07-18 | 1 | -1/+14 |
* | [Indexed DB] Now supported in single process mode. | benm@chromium.org | 2013-07-17 | 1 | -2/+1 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -2/+2 |
* | IndexedDB: Coding conventions and cleanup | jsbell@chromium.org | 2013-07-13 | 1 | -1/+1 |
* | IndexedDB: Switch key/value handling from vector<char> to std::string | jsbell@chromium.org | 2013-07-10 | 1 | -2/+0 |
* | IndexedDB: Remove unnecessary scoped_refptr<T>::get() calls | jsbell@chromium.org | 2013-07-03 | 1 | -20/+16 |
* | Convert WebIDBDatabaseImpl to IndexedDBConnection | jsbell@chromium.org | 2013-07-03 | 1 | -5/+5 |
* | Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-07-02 | 1 | -3/+3 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | IndexedDB: Eliminate WebIDBFactoryImpl wrapper | jsbell@chromium.org | 2013-06-28 | 1 | -8/+11 |