summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync_file_system
Commit message (Expand)AuthorAgeFilesLines
* Made it possible to tell whether an extension is being installed or updated.mgiuca@chromium.org2013-05-031-1/+4
* Disable flaky test SyncFileSystemServiceTest.SimpleLocalSyncFlow.mattm@chromium.org2013-05-031-1/+2
* SyncFS: Needs timed retry when service state is temporary unavailable.kinuko@chromium.org2013-05-023-38/+55
* Fix file-file conflict handling in UploadNewFilekinuko@chromium.org2013-05-023-2/+15
* SyncFS: Fix wrong operation resolving in LocalSyncOperationResolvernhiroki@chromium.org2013-05-024-47/+130
* Add method to get publically get the current remote file sync service status.calvinlo@chromium.org2013-05-022-0/+7
* Revert 197852 "Do not notify LocalChangeAvailable if no sync has..."kinuko@chromium.org2013-05-025-10/+27
* [SyncFileSystem] Fill file type of to_be_fetched marked resource on initializ...tzik@chromium.org2013-05-024-10/+12
* SyncFS: Change resolve-to-remote operation and conflict handling in ApplyLoca...nhiroki@chromium.org2013-05-025-35/+79
* Do not notify LocalChangeAvailable if no sync has happenedkinuko@chromium.org2013-05-025-27/+10
* [Sync FileSystem] Use separate remote data dir in directory supported mode.tzik@chromium.org2013-05-021-2/+9
* [Sync FileSystem] Implement directory supported RESOLVE_TO_LOCAL to LocalSync.tzik@chromium.org2013-05-022-5/+48
* [SyncFileSystem] Normalize FilePath before put it into the change queue.tzik@chromium.org2013-05-022-9/+15
* Don't DCHECK on directory changes if IsSyncDirectoryOperationEnabled()kinuko@chromium.org2013-05-021-1/+2
* SyncFS: Return HTTP_CONFLICT error if CreateDirectory resulted in a file due ...kinuko@chromium.org2013-05-022-12/+14
* SyncFS: implement AddDirectory and DeleteDirectory operations in ApplyLocalCh...nhiroki@chromium.org2013-05-012-18/+73
* [SyncFileSystem] Handle RemoteChange for non-file resources under flag.tzik@chromium.org2013-05-015-36/+78
* SyncFS: Introduce LocalSyncOperationResolver for directory operation supportnhiroki@chromium.org2013-05-016-243/+541
* [SyncFileSystem] Normalize path separator on directory supported mode.tzik@chromium.org2013-05-011-3/+19
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-2/+2
* [SyncFileSystem] Handle directory change on DriveFileSyncService::ProcessRemo...tzik@chromium.org2013-04-306-30/+86
* Fix UploadNewFile CONFLICT case and cleanup DriveFileSyncClient::EnsureTitleU...kinuko@chromium.org2013-04-304-61/+132
* Implement DriveFileSyncClient::CreateDirectorykinuko@chromium.org2013-04-306-0/+84
* Change remote directory name when directory operation is supported by runtime...calvinlo@chromium.org2013-04-304-11/+31
* SyncFS: Introduce RemoteSyncOperationResolver for directory operation supportnhiroki@chromium.org2013-04-305-62/+694
* [components] Switch {RefCounted}ProfileKeyedService to use BrowserContextphajdan.jr@chromium.org2013-04-262-2/+4
* SyncFS: Drop a remote delete change when it has unknown resource ID.nhiroki@chromium.org2013-04-262-3/+12
* google_apis: Remove DriveUploadErrorhashimoto@chromium.org2013-04-264-28/+4
* Change some snapshot- or temporary-file related changes to use ScopedFilekinuko@chromium.org2013-04-261-26/+18
* Reland of https://codereview.chromium.org/13891016/. This includes the fix fo...calvinlo@chromium.org2013-04-262-92/+9
* Make DriveFileSyncClient::DownloadFile return remote metadatakinuko@chromium.org2013-04-248-14/+37
* Cleanup: Remote unused methods in {Remote,Drive}FileSyncServicekinuko@chromium.org2013-04-245-86/+0
* SyncFS: Determine a file type of a deleted entry by local metadatanhiroki@chromium.org2013-04-241-0/+11
* Revert 195935 "Make DriveSystemService an observer of DriveNotif..."satorux@chromium.org2013-04-242-9/+92
* Explicitly construct/destruct UserManager and dependencies in testsbartfab@chromium.org2013-04-241-0/+12
* Make DriveSystemService an observer of DriveNotificationManager so that it no...calvinlo@chromium.org2013-04-232-92/+9
* Revert 195811 "Explicitly construct/destruct UserManager and dep..."kalman@chromium.org2013-04-231-8/+0
* Explicitly construct/destruct UserManager and dependencies in testsbartfab@google.com2013-04-231-0/+8
* Refactoring: replace SearchInDirectory by SearchByTitle.hidehiko@chromium.org2013-04-224-110/+48
* SyncFS: Factor out the operation dispatch part of ProcessRemoteChangenhiroki@chromium.org2013-04-222-84/+100
* Revert 195482 "Make DriveSystemService an observer of DriveNotif..."bartfab@google.com2013-04-222-5/+88
* Make DriveSystemService an observer of DriveNotificationManager so that it no...calvinlo@chromium.org2013-04-222-88/+5
* Sync FileSystem: Add default mock expectation for MockDriveService::GetChange...tzik@chromium.org2013-04-171-20/+4
* SyncFS: Add resource type field into DriveMetadatanhiroki@chromium.org2013-04-172-0/+9
* Ports XMPP Invalidation code from drive_file_sync_service in /sync_file_syste...calvinlo@chromium.org2013-04-173-126/+31
* SyncFS: Clean up UpdateRegisteredOrigins in DriveFileSyncService.nhiroki@chromium.org2013-04-165-76/+152
* SyncFS: Add helper function in DriveFileSyncService for refactoring. There is...nhiroki@chromium.org2013-04-162-24/+14
* SyncFS: Clean up helper function to create key for origin in DriveMetadataStorenhiroki@chromium.org2013-04-161-39/+20
* SyncFS: factoring out extension enum conversion methodskinuko@chromium.org2013-04-164-35/+59
* Added DriveNotificationManagerFactory so DriveNotificationManager is a single...calvinlo@chromium.org2013-04-161-2/+2