index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
sync_file_system
/
remote_file_sync_service.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SyncFS] Add TaskLogger and wire up it.
tzik@chromium.org
2014-05-26
1
-1
/
+3
*
[SyncFS] Make GetOriginStatusMap run asynchronously.
peria@chromium.org
2014-05-23
1
-1
/
+4
*
[SyncFS] Drop manual conflict resolution policy support.
tzik@chromium.org
2014-05-21
1
-31
/
+0
*
Make DumpDatabase method of RemoteSyncService class run asynchronously.
peria@chromium.org
2014-05-14
1
-1
/
+1
*
Make DumpFiles method to run asynchronously in RemoteFileSyncService class an...
peria@chromium.org
2014-05-13
1
-2
/
+6
*
[SyncFS] Add UMAs to track syncfs usage
tzik@chromium.org
2014-03-07
1
-1
/
+3
*
[SyncFS] Change RemoteFileSyncService interface to accept per-app conflict re...
tzik@chromium.org
2014-03-06
1
-1
/
+7
*
SyncFS: Combined patch for SyncFS v2 fixes
kinuko@chromium.org
2013-12-17
1
-0
/
+2
*
Add 'Dump Database' tab to syncfs-internals (only for v2 for now)
kinuko@chromium.org
2013-12-06
1
-0
/
+3
*
Prepare for using both backends in single SyncFileSystemService, part 2
kinuko@chromium.org
2013-11-28
1
-0
/
+23
*
Use ScopedFile directly instead of scoped_ptr<ScopedFile> in Bind
kinuko@chromium.org
2013-10-23
1
-1
/
+1
*
Do not purge remote folder if extension is installed as unpacked and has a key
kinuko@chromium.org
2013-09-23
1
-0
/
+6
*
Cleanup Origin-related operation methods in RemoteFileSyncService
kinuko@chromium.org
2013-09-12
1
-12
/
+3
*
Implement RemoteFileSyncService::{GetRemoteVersions,DownloadRemoteVersion}
kinuko@chromium.org
2013-08-13
1
-1
/
+35
*
SyncFS: Move syncfs components from webkit/ to chrome/
nhiroki@chromium.org
2013-08-05
1
-1
/
+1
*
[SyncFS] Replace FileMetadata with ListValue
tzik@chromium.org
2013-07-04
1
-5
/
+6
*
Add Extension select box to chrome://syncfs-internals FileMetadata tab
calvinlo@chromium.org
2013-07-03
1
-3
/
+3
*
Show Extension ID->FileMetadata in syncfs-internals WebUI
calvinlo@chromium.org
2013-06-15
1
-0
/
+7
*
Return Origin->SyncStatus map for RemoveFileSystem interface
calvinlo@chromium.org
2013-06-06
1
-0
/
+5
*
Fix for finding a disabled origin after it was already moved to enabled.
calvinlo@chromium.org
2013-06-04
1
-0
/
+2
*
Cleanup: Deprecate DriveFileSyncService::kServiceName
kinuko@chromium.org
2013-06-04
1
-3
/
+0
*
Move webkit/fileapi/syncable/* code to webkit/browser/fileapi (final!)
kinuko@chromium.org
2013-05-28
1
-1
/
+1
*
Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi
kinuko@chromium.org
2013-05-28
1
-1
/
+1
*
Cleanup: Remote unused methods in {Remote,Drive}FileSyncService
kinuko@chromium.org
2013-04-24
1
-5
/
+0
*
Handle uninstall extension event and invoke function to delete remote data copy.
kinuko@chromium.org
2013-03-21
1
-2
/
+3
*
[Retry] SyncFS: store disabled origins in DriveMetadataStore
nhiroki@chromium.org
2013-03-20
1
-0
/
+8
*
Revert 189036 "SyncFS: store disabled origins in DriveMetadataStore"
thakis@chromium.org
2013-03-19
1
-8
/
+0
*
SyncFS: store disabled origins in DriveMetadataStore
nhiroki@chromium.org
2013-03-19
1
-0
/
+8
*
SyncFS: Add {set,get}ConflictResolutionPolicy API
kinuko@chromium.org
2013-03-13
1
-2
/
+4
*
SyncFS: Pass local/remote change processors to remote/local service upon init...
kinuko@chromium.org
2013-03-11
1
-3
/
+7
*
SyncFS: Add RemoteFileSyncService::SetConflictResolution() method
kinuko@chromium.org
2013-03-08
1
-0
/
+8
*
Added function DeleteOriginDirectory to RemoteFileSyncService interface that ...
calvinlo@chromium.org
2013-03-05
1
-0
/
+5
*
Migrated sync_callback and sync_status_code from fileapi to sync_file_system ...
calvinlo@chromium.org
2013-02-26
1
-4
/
+4
*
SyncFS: Migrate to new event system and support LOCAL_TO_REMOTE (as well as R...
kinuko@chromium.org
2013-02-08
1
-4
/
+5
*
SyncFS: remove unused conflict methods
kinuko@chromium.org
2013-02-07
1
-7
/
+0
*
Add SetSyncEnabled method to SyncFileSystem and DriveFileSync services
kinuko@chromium.org
2013-01-30
1
-2
/
+11
*
Add conflict event notification type
kinuko@chromium.org
2012-12-06
1
-1
/
+0
*
Make ExtensionSyncEventObserver a ProfileKeyService so it can be created sepa...
nhiroki@chromium.org
2012-12-06
1
-0
/
+3
*
Implement polling part of DriveFileSyncService
tzik@chromium.org
2012-12-04
1
-2
/
+3
*
Implement SyncFileSystemService::GetFileSyncStatus method
kinuko@chromium.org
2012-12-04
1
-0
/
+5
*
Implement DriveFileSyncService::ProcessRemoteChange
tzik@chromium.org
2012-11-28
1
-0
/
+2
*
2nd try: Wiring up sync methods in SyncFileSystemService
kinuko@chromium.org
2012-11-26
1
-0
/
+4
*
Revert 169413 - Wiring up sync methods in SyncFileSystemService
kinuko@chromium.org
2012-11-26
1
-4
/
+0
*
Wiring up sync methods in SyncFileSystemService
kinuko@chromium.org
2012-11-26
1
-0
/
+4
*
Add SyncOperationType to ProcessRemoteChange's callback
kinuko@chromium.org
2012-11-22
1
-1
/
+2
*
Remote service state handling
kinuko@chromium.org
2012-11-16
1
-3
/
+38
*
Add DriveFileSyncService for Sync FileSystem
tzik@chromium.org
2012-11-13
1
-2
/
+2
*
Add a callback to RemoteFileSyncService for reporting errors for better error...
tzik@chromium.org
2012-11-09
1
-2
/
+13
*
Add conflict handling interface for SyncFileSystem
kinuko@chromium.org
2012-11-08
1
-1
/
+14
*
Cleanup: Move {Local,Remote}ChangeObserver into {Local,Remote}FileSyncService...
tzik@chromium.org
2012-11-07
1
-3
/
+16
[next]