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
/
drive_file_sync_service.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Remote metadata parameter from ApplyLocalChange
kinuko@chromium.org
2012-12-17
1
-3
/
+1
*
LocalFileSyncService should not crash when remote sync is called for uninitia...
kinuko@chromium.org
2012-12-13
1
-0
/
+1
*
Remove partial file handling from DriveUploader.
kinaba@chromium.org
2012-12-13
1
-2
/
+0
*
Schedule polling when network status changes online from offline
kinuko@chromium.org
2012-12-13
1
-7
/
+12
*
Clean up DriveFileSyncService::ApplyLocalChange
nhiroki@chromium.org
2012-12-11
1
-34
/
+30
*
google_apis: Rename DocumentFeed to ResourceList
satorux@chromium.org
2012-12-11
1
-2
/
+2
*
Revert 172038
battre@chromium.org
2012-12-10
1
-2
/
+2
*
google_apis: Rename DocumentFeed to ResourceList
satorux@chromium.org
2012-12-10
1
-2
/
+2
*
clean-up: Purge ambiguous uses of the term "Document".
kinaba@chromium.org
2012-12-10
1
-7
/
+7
*
Change DriveFileSyncService::ApplyLocalChange for resolve-to-remote resolution
nhiroki@chromium.org
2012-12-08
1
-63
/
+88
*
SyncFileSystem: Prevent repeated conflict on DriveFileSyncService::ResolveCon...
tzik@chromium.org
2012-12-08
1
-5
/
+2
*
SyncFileSystem: Resolve conflict to local for Local==Deleted case.
tzik@chromium.org
2012-12-07
1
-2
/
+10
*
Implement DriveFileSyncService::ResolveToLocalChange
nhiroki@chromium.org
2012-12-07
1
-11
/
+72
*
TaskToken should not be reset before NotifyTaskDone in FinalizeRemoteSync
kinuko@chromium.org
2012-12-06
1
-1
/
+0
*
SyncFileSystem: Restore fetching job for ResolveToRemote on startup.
tzik@chromium.org
2012-12-06
1
-0
/
+12
*
Add conflict event notification type
kinuko@chromium.org
2012-12-06
1
-15
/
+18
*
SyncFileSystem: Should not hit DCHECK on new incremental sync origin.
tzik@chromium.org
2012-12-06
1
-3
/
+3
*
Make ExtensionSyncEventObserver a ProfileKeyService so it can be created sepa...
nhiroki@chromium.org
2012-12-06
1
-0
/
+4
*
SyncFileSystem: Add REMOTE_CHANGE_TYPE_FETCH and helper for it.
tzik@chromium.org
2012-12-06
1
-14
/
+44
*
Add to_be_fetched flag in DriveMetadata for resolve-to-remote resolution
nhiroki@chromium.org
2012-12-06
1
-4
/
+20
*
Remote changes should be appended even if we already have changes
kinuko@chromium.org
2012-12-05
1
-3
/
+9
*
Add more debug logging in SyncFileSystem services
kinuko@chromium.org
2012-12-05
1
-2
/
+10
*
Fix DriveFileSyncService::GetOriginForEntry
kinuko@chromium.org
2012-12-05
1
-3
/
+3
*
Sync FileSystem: Update polling delay when remote change-list did not update ...
tzik@chromium.org
2012-12-04
1
-11
/
+14
*
Fix incremental sync behavior of DriveFileSyncService.
tzik@chromium.org
2012-12-04
1
-5
/
+9
*
DriveFileSyncService listens to OnNetworkConnected event to restart synchroni...
nhiroki@chromium.org
2012-12-04
1
-0
/
+11
*
Implement polling part of DriveFileSyncService
tzik@chromium.org
2012-12-04
1
-33
/
+186
*
DriveFileSyncService listens to OnAuthenticated event to recover from unavail...
nhiroki@chromium.org
2012-12-04
1
-1
/
+13
*
Sync FileSystem: Use app id part of the URL for its directory title.
tzik@chromium.org
2012-12-04
1
-2
/
+4
*
Implement SyncFileSystemService::GetFileSyncStatus method
kinuko@chromium.org
2012-12-04
1
-0
/
+11
*
Return AUTHENTICATION_FAILED error if Drive operation has failed and user is ...
kinuko@chromium.org
2012-11-30
1
-11
/
+22
*
Add a utility function to return error message string for SyncStatusCode
nhiroki@chromium.org
2012-11-29
1
-1
/
+1
*
In local_change:remote_change conflict case we may have no data in metadata_s...
kinuko@chromium.org
2012-11-28
1
-27
/
+51
*
DriveFileSyncService pending task handling fix
kinuko@chromium.org
2012-11-28
1
-9
/
+59
*
Implement DriveFileSyncService::ProcessRemoteChange
tzik@chromium.org
2012-11-28
1
-11
/
+388
*
Add more debug logging in SyncFileSystem
kinuko@chromium.org
2012-11-28
1
-8
/
+21
*
Implement DriveFileSyncService::GetRemoteFileMetadata
nhiroki@chromium.org
2012-11-28
1
-3
/
+24
*
Implement ApplyLocalChange in DriveFileSyncService
nhiroki@chromium.org
2012-11-27
1
-4
/
+268
*
2nd try: Wiring up sync methods in SyncFileSystemService
kinuko@chromium.org
2012-11-26
1
-2
/
+8
*
Revert 169413 - Wiring up sync methods in SyncFileSystemService
kinuko@chromium.org
2012-11-26
1
-8
/
+2
*
Wiring up sync methods in SyncFileSystemService
kinuko@chromium.org
2012-11-26
1
-2
/
+8
*
Add metadata paramter to ApplyLocalChange
kinuko@chromium.org
2012-11-22
1
-1
/
+2
*
Add SyncOperationType to ProcessRemoteChange's callback
kinuko@chromium.org
2012-11-22
1
-2
/
+3
*
Add DriveFileSyncService::CancelRemoteChange()
tzik@chromium.org
2012-11-21
1
-0
/
+17
*
Add DriveFileSyncService::AsWeakPtr as a shorthand of weak_factory_.GetWeakPt...
tzik@chromium.org
2012-11-19
1
-20
/
+24
*
Modify DriveFileSyncService::pending_changes_ to be unique for URL.
tzik@chromium.org
2012-11-19
1
-23
/
+45
*
Remote service state handling
kinuko@chromium.org
2012-11-16
1
-37
/
+120
*
Reorder DriveFileSyncService methods.
tzik@chromium.org
2012-11-16
1
-150
/
+151
*
Add resource_id field to DriveFileSyncService::RemoteChange
tzik@chromium.org
2012-11-15
1
-5
/
+5
*
Implement DriveFileSyncService::UnregisterOriginForTrackingChanges for uninst...
tzik@chromium.org
2012-11-14
1
-4
/
+33
[next]