| Commit message (Expand) | Author | Age | Files | Lines |
* | Move chrome/browser/chromeos/drive/resource* (+deps) into components/drive. | lukasza | 2015-08-21 | 1 | -196/+0 |
* | Move a subset of chrome/browser/chromeos/drive into components/drive | lukasza | 2015-08-08 | 1 | -1/+1 |
* | DCHECK..ON(BrowserThread::UI) -> DCHECK(thread_checker_.CalledOnValidThread()) | lukasza | 2015-06-12 | 1 | -0/+3 |
* | Cancel MD5 update on shutdown | hashimoto | 2015-04-17 | 1 | -0/+3 |
* | drive: Stop using FileCacheEntry related methods in FileCache | hashimoto@chromium.org | 2014-05-20 | 1 | -1/+1 |
* | drive: Remove FileCache::GetCacheEntry | hashimoto@chromium.org | 2014-05-16 | 1 | -6/+0 |
* | drive: Remove FileCache::GetIterator | hashimoto@chromium.org | 2014-05-15 | 1 | -5/+0 |
* | drive: Change FileCache::GetCacheEntry's return type to FileError | hashimoto@chromium.org | 2014-05-12 | 1 | -1/+1 |
* | drive: Remove FileCacheTestOnUIThread | hashimoto@chromium.org | 2014-02-20 | 1 | -1/+0 |
* | drive: FileCache::Store marks the entry as dirty if empty MD5 is given | hashimoto@chromium.org | 2014-01-29 | 1 | -0/+1 |
* | drive: More reliable MD5 management of FileCacheEntry | hashimoto@chromium.org | 2014-01-21 | 1 | -2/+5 |
* | drive: Replace FileCache::MarkDirty with OpenForWrite | hashimoto@chromium.org | 2014-01-15 | 1 | -2/+17 |
* | drive: Use cros_system_api/constants/cryptohome.h | hashimoto@chromium.org | 2013-12-12 | 1 | -10/+2 |
* | Remove legacy from drive::internal::FileCache. | kinaba@chromium.org | 2013-12-11 | 1 | -48/+7 |
* | drive: Use title recovered from trashed DB when DB corruption happens | hashimoto@chromium.org | 2013-11-05 | 1 | -3/+4 |
* | drive: Recover cache entries from trashed DB to filter out non-dirty cache files | hashimoto@chromium.org | 2013-11-01 | 1 | -1/+5 |
* | drive: Recover cache files when the metadata DB is corrupted | hashimoto@chromium.org | 2013-10-31 | 1 | -0/+4 |
* | drive: Add ResourceMetadataStorage::UpgradeOldDB | hashimoto@chromium.org | 2013-10-24 | 1 | -5/+0 |
* | drive: Make FileCache::RenameCacheFilesToNewFormat responsible to canonicaliz... | hashimoto@chromium.org | 2013-10-22 | 1 | -2/+2 |
* | drive: Remove unused FileCache methods | hashimoto@chromium.org | 2013-10-17 | 1 | -41/+2 |
* | drive: Remove unused FileCache::GetFileOnUIThread | hashimoto@chromium.org | 2013-09-24 | 1 | -7/+0 |
* | drive: Remove FileCache::IterateOnUIThread | hashimoto@chromium.org | 2013-09-24 | 1 | -11/+0 |
* | drive: Canonicalize cache entry ID and cache file names after initialization | hashimoto@chromium.org | 2013-09-19 | 1 | -0/+5 |
* | Refactor Drive file system reloading business. | kinaba@chromium.org | 2013-09-13 | 1 | -14/+2 |
* | drive: Stop dealing with resource ID in cache related FileSystem methods | hashimoto@chromium.org | 2013-08-28 | 1 | -6/+6 |
* | drive: Stop mentioning resource ID in FileCache | hashimoto@chromium.org | 2013-08-26 | 1 | -30/+27 |
* | drive: Remove FileCacheMetadata and ImportOldDB | hashimoto@chromium.org | 2013-08-23 | 1 | -8/+0 |
* | Differentiate remote quota error and local cache shortage error code in Drive. | kinaba@chromium.org | 2013-08-01 | 1 | -6/+2 |
* | drive: Remove MD5 argument from FileCache::GetCacheEntry() | hashimoto@chromium.org | 2013-07-26 | 1 | -7/+4 |
* | drive: Remove MD5 argument from FileCache::GetFile | hashimoto@chromium.org | 2013-07-26 | 1 | -5/+2 |
* | drive: Fix irrelevant comments about FileCache::ClearDirty | hashimoto@chromium.org | 2013-07-26 | 1 | -1/+1 |
* | drive: Remove MD5 argument from FileCache::MarkDirty | hashimoto@chromium.org | 2013-07-24 | 1 | -3/+1 |
* | drive: Remove unused FileCache::FreeDiskSpaceIfNeededForOnUIThread | hashimoto@chromium.org | 2013-07-11 | 1 | -13/+3 |
* | drive: Stop appending MD5 to cache file names | hashimoto@chromium.org | 2013-07-10 | 1 | -10/+5 |
* | drive: Replace FileCache::Iterate with FileCache::GetIterator | hashimoto@chromium.org | 2013-06-29 | 1 | -6/+5 |
* | drive: Use ResourceMetadataStorage from FileCache | hashimoto@chromium.org | 2013-06-21 | 1 | -8/+10 |
* | drive: Add FileCache::ImportOldDB | hashimoto@chromium.org | 2013-06-21 | 1 | -0/+3 |
* | drive: Create cache directories in DriveIntegrationService | hashimoto@chromium.org | 2013-06-19 | 1 | -41/+7 |
* | drive: Remove MD5 argument from FileCache::Pin/Unpin | hashimoto@chromium.org | 2013-06-18 | 1 | -5/+2 |
* | drive: Stop persisting 'mounted' state of cache entries | hashimoto@chromium.org | 2013-06-17 | 1 | -1/+4 |
* | drive: Initialize FileCache and ResourceMetadata in one place. | hashimoto@chromium.org | 2013-06-17 | 1 | -7/+2 |
* | Merge 'tmp/downloads' and 'tmp/documents' into 'tmp' | hashimoto@chromium.org | 2013-06-17 | 1 | -3/+2 |
* | drive: Merge 'persistent' and 'tmp' directories to 'files' | hashimoto@chromium.org | 2013-06-14 | 1 | -9/+6 |
* | drive: Remove FileCacheObserver | hashimoto@chromium.org | 2013-06-12 | 1 | -25/+0 |
* | drive: Remove FileCacheObserver::OnCacheCommitted | hashimoto@chromium.org | 2013-06-11 | 1 | -24/+1 |
* | drive: Remove 'md5' argument from FileCache::MarkAsMounted | hashimoto@chromium.org | 2013-06-11 | 1 | -4/+2 |
* | drive: Rework SyncClient as a part of FileSystem | hashimoto@chromium.org | 2013-06-10 | 1 | -5/+6 |
* | drive: Move temporary file removal responsiblity to FileCache | hashimoto@chromium.org | 2013-06-06 | 1 | -5/+7 |
* | drive: Introduce FileCacheMetadata::Iterator | hashimoto@chromium.org | 2013-06-05 | 1 | -1/+5 |
* | drive: Remove FakeCacheMetadata | hashimoto@chromium.org | 2013-06-04 | 1 | -7/+0 |