summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/drive/file_cache.h
Commit message (Expand)AuthorAgeFilesLines
* Move chrome/browser/chromeos/drive/resource* (+deps) into components/drive.lukasza2015-08-211-196/+0
* Move a subset of chrome/browser/chromeos/drive into components/drivelukasza2015-08-081-1/+1
* DCHECK..ON(BrowserThread::UI) -> DCHECK(thread_checker_.CalledOnValidThread())lukasza2015-06-121-0/+3
* Cancel MD5 update on shutdownhashimoto2015-04-171-0/+3
* drive: Stop using FileCacheEntry related methods in FileCachehashimoto@chromium.org2014-05-201-1/+1
* drive: Remove FileCache::GetCacheEntryhashimoto@chromium.org2014-05-161-6/+0
* drive: Remove FileCache::GetIteratorhashimoto@chromium.org2014-05-151-5/+0
* drive: Change FileCache::GetCacheEntry's return type to FileErrorhashimoto@chromium.org2014-05-121-1/+1
* drive: Remove FileCacheTestOnUIThreadhashimoto@chromium.org2014-02-201-1/+0
* drive: FileCache::Store marks the entry as dirty if empty MD5 is givenhashimoto@chromium.org2014-01-291-0/+1
* drive: More reliable MD5 management of FileCacheEntryhashimoto@chromium.org2014-01-211-2/+5
* drive: Replace FileCache::MarkDirty with OpenForWritehashimoto@chromium.org2014-01-151-2/+17
* drive: Use cros_system_api/constants/cryptohome.hhashimoto@chromium.org2013-12-121-10/+2
* Remove legacy from drive::internal::FileCache.kinaba@chromium.org2013-12-111-48/+7
* drive: Use title recovered from trashed DB when DB corruption happenshashimoto@chromium.org2013-11-051-3/+4
* drive: Recover cache entries from trashed DB to filter out non-dirty cache fileshashimoto@chromium.org2013-11-011-1/+5
* drive: Recover cache files when the metadata DB is corruptedhashimoto@chromium.org2013-10-311-0/+4
* drive: Add ResourceMetadataStorage::UpgradeOldDBhashimoto@chromium.org2013-10-241-5/+0
* drive: Make FileCache::RenameCacheFilesToNewFormat responsible to canonicaliz...hashimoto@chromium.org2013-10-221-2/+2
* drive: Remove unused FileCache methodshashimoto@chromium.org2013-10-171-41/+2
* drive: Remove unused FileCache::GetFileOnUIThreadhashimoto@chromium.org2013-09-241-7/+0
* drive: Remove FileCache::IterateOnUIThreadhashimoto@chromium.org2013-09-241-11/+0
* drive: Canonicalize cache entry ID and cache file names after initializationhashimoto@chromium.org2013-09-191-0/+5
* Refactor Drive file system reloading business.kinaba@chromium.org2013-09-131-14/+2
* drive: Stop dealing with resource ID in cache related FileSystem methodshashimoto@chromium.org2013-08-281-6/+6
* drive: Stop mentioning resource ID in FileCachehashimoto@chromium.org2013-08-261-30/+27
* drive: Remove FileCacheMetadata and ImportOldDBhashimoto@chromium.org2013-08-231-8/+0
* Differentiate remote quota error and local cache shortage error code in Drive.kinaba@chromium.org2013-08-011-6/+2
* drive: Remove MD5 argument from FileCache::GetCacheEntry()hashimoto@chromium.org2013-07-261-7/+4
* drive: Remove MD5 argument from FileCache::GetFilehashimoto@chromium.org2013-07-261-5/+2
* drive: Fix irrelevant comments about FileCache::ClearDirtyhashimoto@chromium.org2013-07-261-1/+1
* drive: Remove MD5 argument from FileCache::MarkDirtyhashimoto@chromium.org2013-07-241-3/+1
* drive: Remove unused FileCache::FreeDiskSpaceIfNeededForOnUIThreadhashimoto@chromium.org2013-07-111-13/+3
* drive: Stop appending MD5 to cache file nameshashimoto@chromium.org2013-07-101-10/+5
* drive: Replace FileCache::Iterate with FileCache::GetIteratorhashimoto@chromium.org2013-06-291-6/+5
* drive: Use ResourceMetadataStorage from FileCachehashimoto@chromium.org2013-06-211-8/+10
* drive: Add FileCache::ImportOldDBhashimoto@chromium.org2013-06-211-0/+3
* drive: Create cache directories in DriveIntegrationServicehashimoto@chromium.org2013-06-191-41/+7
* drive: Remove MD5 argument from FileCache::Pin/Unpinhashimoto@chromium.org2013-06-181-5/+2
* drive: Stop persisting 'mounted' state of cache entrieshashimoto@chromium.org2013-06-171-1/+4
* drive: Initialize FileCache and ResourceMetadata in one place.hashimoto@chromium.org2013-06-171-7/+2
* Merge 'tmp/downloads' and 'tmp/documents' into 'tmp'hashimoto@chromium.org2013-06-171-3/+2
* drive: Merge 'persistent' and 'tmp' directories to 'files'hashimoto@chromium.org2013-06-141-9/+6
* drive: Remove FileCacheObserverhashimoto@chromium.org2013-06-121-25/+0
* drive: Remove FileCacheObserver::OnCacheCommittedhashimoto@chromium.org2013-06-111-24/+1
* drive: Remove 'md5' argument from FileCache::MarkAsMountedhashimoto@chromium.org2013-06-111-4/+2
* drive: Rework SyncClient as a part of FileSystemhashimoto@chromium.org2013-06-101-5/+6
* drive: Move temporary file removal responsiblity to FileCachehashimoto@chromium.org2013-06-061-5/+7
* drive: Introduce FileCacheMetadata::Iteratorhashimoto@chromium.org2013-06-051-1/+5
* drive: Remove FakeCacheMetadatahashimoto@chromium.org2013-06-041-7/+0