summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/drive
Commit message (Expand)AuthorAgeFilesLines
* Set default value of --enable-drive-v2-api to true.hidehiko@chromium.org2013-04-231-1/+1
* drive: Rename DriveFileError to FileErrorsatorux@chromium.org2013-04-2370-1256/+1256
* Move EventLogger from c/b/chromeos/drive to c/b/google_apissatorux@chromium.org2013-04-238-144/+15
* Add methods for canceling jobs in drive::JobListInterface.kinaba@chromium.org2013-04-235-6/+29
* Implement DriveFileStreamReader.hidehiko@chromium.org2013-04-233-22/+380
* Implement MountCacheFile and UnmountCacheFile.hidehiko@chromium.org2013-04-227-0/+151
* Re-land 195501 with fixed testbartfab@google.com2013-04-221-3/+0
* Revert 195501 "Make UserManager a non-Lazy singleton"szym@chromium.org2013-04-221-0/+3
* Revert 195504 "Implement DriveFileStreamReader."szym@chromium.org2013-04-223-380/+22
* Implement DriveFileStreamReader.hidehiko@chromium.org2013-04-223-22/+380
* Make UserManager a non-Lazy singletonbartfab@chromium.org2013-04-221-3/+0
* Revert 195482 "Make DriveSystemService an observer of DriveNotif..."bartfab@google.com2013-04-222-22/+76
* Make DriveSystemService an observer of DriveNotificationManager so that it no...calvinlo@chromium.org2013-04-222-76/+22
* chromeos: Merge DriveResourceMetadataStorageDB's DBs into onehashimoto@chromium.org2013-04-222-57/+41
* Implement FakeDriveFileSystem::GetFileContentByPath.hidehiko@chromium.org2013-04-223-0/+150
* Remove unused code/data from DriveFileSystemTest.kinaba@chromium.org2013-04-222-56/+9
* Fire event notification from DriveScheduler.kinaba@chromium.org2013-04-222-2/+151
* chromeos: Fix wrong error handling of SetLargestChangestamphashimoto@chromium.org2013-04-221-2/+2
* chromeos: Add DriveFileSystem::Pin/Unpinhashimoto@chromium.org2013-04-197-6/+138
* Remove legacy in DriveSyncClient.kinaba@chromium.org2013-04-194-73/+22
* Remove DriveFileSystem::LoadIfNeeded().kinaba@chromium.org2013-04-193-40/+20
* Pass error code for drive::JobListObserver::OnJobDone().kinaba@chromium.org2013-04-193-4/+10
* chromeos: Return error from DriveResourceMetadata when there is no sufficient...hashimoto@chromium.org2013-04-191-0/+55
* drive: Change EventLogger to take printf formatsatorux@chromium.org2013-04-194-15/+29
* drive: Fix a bug where special directories are suggested from autocompletesatorux@chromium.org2013-04-192-0/+27
* Implement NetworkReaderProxy.hidehiko@chromium.org2013-04-183-2/+267
* Sort methods of drive::ChangeListLoader.kinaba@chromium.org2013-04-182-403/+403
* chromeos: Perform strict check on parent-shild relationship of DriveResourceM...hashimoto@chromium.org2013-04-182-7/+45
* Add an utility interface ReaderProxy and its implementation for local file.hidehiko@chromium.org2013-04-183-0/+163
* Fill JobInfo in DriveScheduler.kinaba@chromium.org2013-04-184-23/+44
* Remove public bool ChangeListLoader::loaded().kinaba@chromium.org2013-04-185-9/+2
* Make MountPointProvider pluggable from outside webkit/fileapikinuko@chromium.org2013-04-181-0/+2
* Refactor drive::ChangeListLoader.kinaba@chromium.org2013-04-183-296/+178
* Remove gmock from DriveSchedulerTest.kinaba@chromium.org2013-04-181-23/+21
* Change owner of DriveScheduler from DriveFileSystem to DriveSystemService.kinaba@chromium.org2013-04-1810-37/+28
* Make CrosSettings and DeviceSettingsService non Lazy instancesstevenjb@chromium.org2013-04-171-0/+3
* Add an observer interface for DriveScheduler.kinaba@chromium.org2013-04-174-86/+165
* chromeos: Check validity of loaded data in DriveResourceMetadataStorageDB::In...hashimoto@chromium.org2013-04-173-9/+133
* drive: Introduce DriveSystemServiceObserversatorux@chromium.org2013-04-179-48/+37
* drive: Minor cleanup around ChangeListLoader::LoadFromServerIfNeeded()satorux@chromium.org2013-04-174-15/+23
* chromeos: Remove DriveResourceMetadata::Load/MaybeSavehashimoto@chromium.org2013-04-165-496/+0
* Add an interface to DriveScheduler for querying job states.kinaba@chromium.org2013-04-163-5/+92
* chromeos: Remove DriveFileSystem::StartInitialFetch and kEnableDriveMetadataP...hashimoto@chromium.org2013-04-168-60/+1
* drive: Get rid of DriveFileSystem::SetPushNotificationEnabled()satorux@chromium.org2013-04-1610-28/+18
* chromeos: Stop calling DriveResourceMetadata::Load/MaybeSavehashimoto@chromium.org2013-04-162-35/+23
* Stringify Drive error code in LOGs.kinaba@chromium.org2013-04-167-10/+13
* chromeos: Stop remembering all result candidates matching to the query in sea...hashimoto@chromium.org2013-04-161-39/+82
* Implement new API GetFileContentByPath.hidehiko@chromium.org2013-04-167-0/+192
* drive: Remove polling code from DriveFileSystemsatorux@chromium.org2013-04-164-43/+0
* Split the job queue and the job information in DriveScheduler.kinaba@chromium.org2013-04-162-115/+117