summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync_file_system/remote_file_sync_service.h
Commit message (Expand)AuthorAgeFilesLines
* [SyncFS] Add TaskLogger and wire up it.tzik@chromium.org2014-05-261-1/+3
* [SyncFS] Make GetOriginStatusMap run asynchronously.peria@chromium.org2014-05-231-1/+4
* [SyncFS] Drop manual conflict resolution policy support.tzik@chromium.org2014-05-211-31/+0
* Make DumpDatabase method of RemoteSyncService class run asynchronously.peria@chromium.org2014-05-141-1/+1
* Make DumpFiles method to run asynchronously in RemoteFileSyncService class an...peria@chromium.org2014-05-131-2/+6
* [SyncFS] Add UMAs to track syncfs usagetzik@chromium.org2014-03-071-1/+3
* [SyncFS] Change RemoteFileSyncService interface to accept per-app conflict re...tzik@chromium.org2014-03-061-1/+7
* SyncFS: Combined patch for SyncFS v2 fixeskinuko@chromium.org2013-12-171-0/+2
* Add 'Dump Database' tab to syncfs-internals (only for v2 for now)kinuko@chromium.org2013-12-061-0/+3
* Prepare for using both backends in single SyncFileSystemService, part 2kinuko@chromium.org2013-11-281-0/+23
* Use ScopedFile directly instead of scoped_ptr<ScopedFile> in Bindkinuko@chromium.org2013-10-231-1/+1
* Do not purge remote folder if extension is installed as unpacked and has a keykinuko@chromium.org2013-09-231-0/+6
* Cleanup Origin-related operation methods in RemoteFileSyncServicekinuko@chromium.org2013-09-121-12/+3
* Implement RemoteFileSyncService::{GetRemoteVersions,DownloadRemoteVersion}kinuko@chromium.org2013-08-131-1/+35
* SyncFS: Move syncfs components from webkit/ to chrome/nhiroki@chromium.org2013-08-051-1/+1
* [SyncFS] Replace FileMetadata with ListValuetzik@chromium.org2013-07-041-5/+6
* Add Extension select box to chrome://syncfs-internals FileMetadata tabcalvinlo@chromium.org2013-07-031-3/+3
* Show Extension ID->FileMetadata in syncfs-internals WebUIcalvinlo@chromium.org2013-06-151-0/+7
* Return Origin->SyncStatus map for RemoveFileSystem interfacecalvinlo@chromium.org2013-06-061-0/+5
* Fix for finding a disabled origin after it was already moved to enabled.calvinlo@chromium.org2013-06-041-0/+2
* Cleanup: Deprecate DriveFileSyncService::kServiceNamekinuko@chromium.org2013-06-041-3/+0
* Move webkit/fileapi/syncable/* code to webkit/browser/fileapi (final!)kinuko@chromium.org2013-05-281-1/+1
* Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapikinuko@chromium.org2013-05-281-1/+1
* Cleanup: Remote unused methods in {Remote,Drive}FileSyncServicekinuko@chromium.org2013-04-241-5/+0
* Handle uninstall extension event and invoke function to delete remote data copy.kinuko@chromium.org2013-03-211-2/+3
* [Retry] SyncFS: store disabled origins in DriveMetadataStorenhiroki@chromium.org2013-03-201-0/+8
* Revert 189036 "SyncFS: store disabled origins in DriveMetadataStore"thakis@chromium.org2013-03-191-8/+0
* SyncFS: store disabled origins in DriveMetadataStorenhiroki@chromium.org2013-03-191-0/+8
* SyncFS: Add {set,get}ConflictResolutionPolicy APIkinuko@chromium.org2013-03-131-2/+4
* SyncFS: Pass local/remote change processors to remote/local service upon init...kinuko@chromium.org2013-03-111-3/+7
* SyncFS: Add RemoteFileSyncService::SetConflictResolution() methodkinuko@chromium.org2013-03-081-0/+8
* Added function DeleteOriginDirectory to RemoteFileSyncService interface that ...calvinlo@chromium.org2013-03-051-0/+5
* Migrated sync_callback and sync_status_code from fileapi to sync_file_system ...calvinlo@chromium.org2013-02-261-4/+4
* SyncFS: Migrate to new event system and support LOCAL_TO_REMOTE (as well as R...kinuko@chromium.org2013-02-081-4/+5
* SyncFS: remove unused conflict methodskinuko@chromium.org2013-02-071-7/+0
* Add SetSyncEnabled method to SyncFileSystem and DriveFileSync serviceskinuko@chromium.org2013-01-301-2/+11
* Add conflict event notification typekinuko@chromium.org2012-12-061-1/+0
* Make ExtensionSyncEventObserver a ProfileKeyService so it can be created sepa...nhiroki@chromium.org2012-12-061-0/+3
* Implement polling part of DriveFileSyncServicetzik@chromium.org2012-12-041-2/+3
* Implement SyncFileSystemService::GetFileSyncStatus methodkinuko@chromium.org2012-12-041-0/+5
* Implement DriveFileSyncService::ProcessRemoteChangetzik@chromium.org2012-11-281-0/+2
* 2nd try: Wiring up sync methods in SyncFileSystemServicekinuko@chromium.org2012-11-261-0/+4
* Revert 169413 - Wiring up sync methods in SyncFileSystemServicekinuko@chromium.org2012-11-261-4/+0
* Wiring up sync methods in SyncFileSystemServicekinuko@chromium.org2012-11-261-0/+4
* Add SyncOperationType to ProcessRemoteChange's callbackkinuko@chromium.org2012-11-221-1/+2
* Remote service state handlingkinuko@chromium.org2012-11-161-3/+38
* Add DriveFileSyncService for Sync FileSystemtzik@chromium.org2012-11-131-2/+2
* Add a callback to RemoteFileSyncService for reporting errors for better error...tzik@chromium.org2012-11-091-2/+13
* Add conflict handling interface for SyncFileSystemkinuko@chromium.org2012-11-081-1/+14
* Cleanup: Move {Local,Remote}ChangeObserver into {Local,Remote}FileSyncService...tzik@chromium.org2012-11-071-3/+16