summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync_file_system
Commit message (Expand)AuthorAgeFilesLines
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-1/+0
* Introduce CopyOrMoveOption.hidehiko@chromium.org2013-09-254-5/+18
* Do not purge remote folder if extension is installed as unpacked and has a keykinuko@chromium.org2013-09-2310-10/+84
* Shorten the sync schedule delay when there're many pending changeskinuko@chromium.org2013-09-211-15/+31
* [Retry] SyncFS: Support resolveLocalFileSystemURL on SyncFileSystemnhiroki@chromium.org2013-09-214-45/+6
* Fix flakiness in SyncFileSystemServiceTestkinuko@chromium.org2013-09-201-17/+15
* Disable SyncFileSystemServiceTest.GetFileSyncStatus under ThreadSanitizer v2glider@chromium.org2013-09-201-1/+8
* [SyncFS] Add more tests for SyncEngineInitializertzik@chromium.org2013-09-209-42/+285
* Making OAuth2TokenService multi-login aware:fgorski@chromium.org2013-09-204-8/+14
* Simplifies CopyOrMoveOperationDelegate implementation.hidehiko@chromium.org2013-09-191-3/+6
* Use SNAPSHOT sync mode for LocalSynckinuko@chromium.org2013-09-1914-88/+278
* SyncFS: Bypass disabling an origin when reloading an appnhiroki@chromium.org2013-09-191-14/+25
* Revert "Making OAuth2TokenService multi-login aware:"hidehiko@chromium.org2013-09-192-7/+2
* Revert 223635 "SyncFS: Support resolveLocalFileSystemURL on Sync..."nhiroki@chromium.org2013-09-194-4/+44
* Making OAuth2TokenService multi-login aware:fgorski@chromium.org2013-09-192-2/+7
* Revert 223913 "Use SNAPSHOT sync mode for LocalSync"thakis@chromium.org2013-09-1914-270/+84
* More FileAPI chrome -> webkit dependency cleanupkinuko@chromium.org2013-09-182-2/+0
* Use SNAPSHOT sync mode for LocalSynckinuko@chromium.org2013-09-1814-84/+270
* [SyncFS] Add generic result recievertzik@chromium.org2013-09-185-57/+72
* Use TestBrowserThreadBundle in sync_file_system/local unittestskinuko@chromium.org2013-09-183-35/+31
* Drop remote non-delete directory change if we already know there's a folderkinuko@chromium.org2013-09-181-0/+8
* Improve SyncFS local/remote schedulingkinuko@chromium.org2013-09-182-157/+183
* SyncFS: Support resolveLocalFileSystemURL on SyncFileSystemnhiroki@chromium.org2013-09-174-44/+4
* Add SNAPSHOT sync mode to LocalFileSyncContext::PrepareForSynckinuko@chromium.org2013-09-138-34/+279
* Revert 223010 "Change SyncFS service status to temporary_unavail..."kinuko@chromium.org2013-09-132-13/+3
* Record file type correctly in DidGetDirectoryContentForBatchSynckinuko@chromium.org2013-09-131-0/+8
* "File Busy" status must be resolved when other sync finishes.kinuko@chromium.org2013-09-131-0/+1
* Move CreateFrom{GData WAPI class} to drive_api_util.hidehiko@chromium.org2013-09-134-2/+9
* Fix SYNC_STATUS_RETRY: temporary-failure retry and intentional-retry should b...kinuko@chromium.org2013-09-134-5/+8
* Change SyncFS service status to temporary_unavailable only when it gets many ...kinuko@chromium.org2013-09-132-3/+13
* SyncFS: Add -> Delete remote change sequence should not end up sync errorkinuko@chromium.org2013-09-132-6/+14
* Fix SyncTaskManager current_callback handlingkinuko@chromium.org2013-09-131-3/+5
* Instead introducing a static Create* methods to create FileStream{Reader,Writ...kinuko@chromium.org2013-09-121-2/+2
* SyncFS: Introduce pending origin operation queuekinuko@chromium.org2013-09-125-0/+277
* Move CreateFrom{Drive V2 class} to drive_api_util.hidehiko@chromium.org2013-09-121-2/+2
* Let LocalSyncDelegate::StartOver give control back to the schedulerkinuko@chromium.org2013-09-122-15/+25
* Cleanup Origin-related operation methods in RemoteFileSyncServicekinuko@chromium.org2013-09-1212-138/+62
* [SyncFS] Implement SyncEngineInitializertzik@chromium.org2013-09-115-11/+507
* Run Origin-related operations at higher priority in SyncFSkinuko@chromium.org2013-09-105-28/+164
* [SyncFS] Factor out test utils to separate filetzik@chromium.org2013-09-103-54/+195
* [SyncFS] Move SyncFS V1 files from drive_backend to drive_backend_v1tzik@chromium.org2013-09-1035-95/+96
* Make SyncTaskManager's regular Task cancellable (like SyncTask)kinuko@chromium.org2013-09-103-9/+44
* Adds callbacks to notify progress into Copy's API.hidehiko@chromium.org2013-09-094-3/+11
* Remove dependency to file_system_operation_impl.h outside from chrome/kinuko@chromium.org2013-09-093-7/+7
* Chromium Blob hackingmichaeln@chromium.org2013-09-074-22/+29
* Replace swap with Pass() on setters in drive_api_parser.tzik@chromium.org2013-09-061-1/+1
* [SyncFS] Add MetadataDatabase::PopulateInitialDatatzik@chromium.org2013-09-063-29/+227
* Fixes FileSystemOperation::Cancel behaviorkinuko@chromium.org2013-09-051-2/+2
* [SyncFS] Implement Database initialization part of SyncEngineInitializertzik@chromium.org2013-09-055-5/+84
* Clean up DriveServiceInterface::GetRemaining family.hidehiko@chromium.org2013-09-048-14/+11