summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync_file_system/sync_file_system_service.cc
Commit message (Expand)AuthorAgeFilesLines
* SyncFS: Move syncfs components from webkit/ to chrome/nhiroki@chromium.org2013-08-051-4/+4
* Reland 213912 - Stop sending EXTENSION_UNLOADED notification when uninstallin...yoz@chromium.org2013-08-031-33/+37
* Revert 213912 "Stop sending EXTENSION_UNLOADED notification when..."yoz@chromium.org2013-07-291-37/+33
* Stop sending EXTENSION_UNLOADED notification when uninstalling disabled exten...yoz@chromium.org2013-07-261-33/+37
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* [SyncFS] Replace FileMetadata with ListValuetzik@chromium.org2013-07-041-27/+41
* [SyncFS] Clean up syncfs-internals data retrievaltzik@chromium.org2013-07-041-40/+52
* SyncFS: Move drive backend components into sync_file_system/drive_backendnhiroki@chromium.org2013-07-041-1/+1
* Add Extension select box to chrome://syncfs-internals FileMetadata tabcalvinlo@chromium.org2013-07-031-29/+17
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-021-1/+1
* SyncFS: Move SyncAction and SyncDirection enum out of webkit/browser/fileapinhiroki@chromium.org2013-06-271-1/+1
* SyncFS: Convert some important DVLOGs to use util::Logkinuko@chromium.org2013-06-181-15/+24
* Show Extension ID->FileMetadata in syncfs-internals WebUIcalvinlo@chromium.org2013-06-151-0/+72
* Proxy GetOriginStatusMap() to SyncFS layer so it can be called from WebUI.calvinlo@chromium.org2013-06-071-0/+6
* Fix for finding a disabled origin after it was already moved to enabled.calvinlo@chromium.org2013-06-041-1/+1
* Unrevert "[Sync] Split GetPreferredTypes into GetActiveType...""zea@chromium.org2013-06-041-1/+1
* Cleanup: Deprecate DriveFileSyncService::kServiceNamekinuko@chromium.org2013-06-041-2/+1
* Revert 203308 "[Sync] Split GetPreferredTypes into GetActiveType..."dbeam@chromium.org2013-05-311-1/+1
* [Sync] Split GetPreferredTypes into GetActiveTypes and GetPreferredTypeszea@chromium.org2013-05-311-1/+1
* Move webkit/fileapi/syncable/* code to webkit/browser/fileapi (final!)kinuko@chromium.org2013-05-281-3/+3
* Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapikinuko@chromium.org2013-05-281-1/+1
* Mirror syncfs log to console and WebUI, with LogSeverity support.calvinlo@chromium.org2013-05-271-5/+13
* Move ProfileKeyedService infrastructure to a componentphajdan.jr@chromium.org2013-05-201-1/+1
* Cleanup SyncFS error code for unknown originskinuko@chromium.org2013-05-091-1/+2
* Made it possible to tell whether an extension is being installed or updated.mgiuca@chromium.org2013-05-031-1/+4
* SyncFS: Needs timed retry when service state is temporary unavailable.kinuko@chromium.org2013-05-021-20/+44
* Add method to get publically get the current remote file sync service status.calvinlo@chromium.org2013-05-021-0/+4
* Revert 197852 "Do not notify LocalChangeAvailable if no sync has..."kinuko@chromium.org2013-05-021-2/+2
* Do not notify LocalChangeAvailable if no sync has happenedkinuko@chromium.org2013-05-021-2/+2
* SyncFS: factoring out extension enum conversion methodskinuko@chromium.org2013-04-161-7/+7
* SyncFS: Remove an origin from disabled origin list owned by LocalFileSyncServ...nhiroki@chromium.org2013-04-011-4/+27
* Handle uninstall extension event and invoke function to delete remote data copy.kinuko@chromium.org2013-03-211-2/+2
* [Retry] SyncFS: store disabled origins in DriveMetadataStorenhiroki@chromium.org2013-03-201-28/+87
* Revert 189036 "SyncFS: store disabled origins in DriveMetadataStore"thakis@chromium.org2013-03-191-87/+28
* SyncFS: store disabled origins in DriveMetadataStorenhiroki@chromium.org2013-03-191-28/+87
* SyncFS: Add {set,get}ConflictResolutionPolicy APIkinuko@chromium.org2013-03-131-0/+10
* SyncFS: Pass local/remote change processors to remote/local service upon init...kinuko@chromium.org2013-03-111-2/+3
* Cleanup: Separate SyncFileSystemServiceFactory class from sync_file_system_se...kinuko@chromium.org2013-03-071-120/+0
* Migrated sync_callback and sync_status_code from fileapi to sync_file_system ...calvinlo@chromium.org2013-02-261-29/+26
* Migrated sync_file_metadata from fileapi to sync_file_systemcalvinlo@chromium.org2013-02-251-17/+0
* Migrated sync_file_status, sync_action and sync_direction from fileapi:: name...calvinlo@chromium.org2013-02-221-7/+7
* Reordered arguments of notification related functions so the order is sync st...calvinlo@chromium.org2013-02-181-2/+3
* SyncFS: it should not crash even when invalid FileEntry is given to getFileSt...kinuko@chromium.org2013-02-081-1/+12
* SyncFS: Propagate the sync status and direction from service to JS event APIkinuko@chromium.org2013-02-081-4/+1
* SyncFS: Migrate to new event system and support LOCAL_TO_REMOTE (as well as R...kinuko@chromium.org2013-02-081-17/+18
* Update return of event onFileStatusChanged to return FileInfo directionary in...calvinlo@chromium.org2013-02-081-1/+2
* SyncFS: remove unused conflict methodskinuko@chromium.org2013-02-071-70/+0
* Replace string16 with std::string in gdata_wapi_parser.{h,cc}.peria@chromium.org2013-02-071-0/+2
* Add service dependency from SyncFileSystemService to ProfileSyncServicekinuko@chromium.org2013-02-071-0/+1
* Fix crash/unsuccessful sync attempts when SyncFileSystem app is reloadedkinuko@chromium.org2013-01-311-6/+28