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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made it possible to tell whether an extension is being installed or updated.
mgiuca@chromium.org
2013-05-03
1
-1
/
+4
*
Disable flaky test SyncFileSystemServiceTest.SimpleLocalSyncFlow.
mattm@chromium.org
2013-05-03
1
-1
/
+2
*
SyncFS: Needs timed retry when service state is temporary unavailable.
kinuko@chromium.org
2013-05-02
3
-38
/
+55
*
Fix file-file conflict handling in UploadNewFile
kinuko@chromium.org
2013-05-02
3
-2
/
+15
*
SyncFS: Fix wrong operation resolving in LocalSyncOperationResolver
nhiroki@chromium.org
2013-05-02
4
-47
/
+130
*
Add method to get publically get the current remote file sync service status.
calvinlo@chromium.org
2013-05-02
2
-0
/
+7
*
Revert 197852 "Do not notify LocalChangeAvailable if no sync has..."
kinuko@chromium.org
2013-05-02
5
-10
/
+27
*
[SyncFileSystem] Fill file type of to_be_fetched marked resource on initializ...
tzik@chromium.org
2013-05-02
4
-10
/
+12
*
SyncFS: Change resolve-to-remote operation and conflict handling in ApplyLoca...
nhiroki@chromium.org
2013-05-02
5
-35
/
+79
*
Do not notify LocalChangeAvailable if no sync has happened
kinuko@chromium.org
2013-05-02
5
-27
/
+10
*
[Sync FileSystem] Use separate remote data dir in directory supported mode.
tzik@chromium.org
2013-05-02
1
-2
/
+9
*
[Sync FileSystem] Implement directory supported RESOLVE_TO_LOCAL to LocalSync.
tzik@chromium.org
2013-05-02
2
-5
/
+48
*
[SyncFileSystem] Normalize FilePath before put it into the change queue.
tzik@chromium.org
2013-05-02
2
-9
/
+15
*
Don't DCHECK on directory changes if IsSyncDirectoryOperationEnabled()
kinuko@chromium.org
2013-05-02
1
-1
/
+2
*
SyncFS: Return HTTP_CONFLICT error if CreateDirectory resulted in a file due ...
kinuko@chromium.org
2013-05-02
2
-12
/
+14
*
SyncFS: implement AddDirectory and DeleteDirectory operations in ApplyLocalCh...
nhiroki@chromium.org
2013-05-01
2
-18
/
+73
*
[SyncFileSystem] Handle RemoteChange for non-file resources under flag.
tzik@chromium.org
2013-05-01
5
-36
/
+78
*
SyncFS: Introduce LocalSyncOperationResolver for directory operation support
nhiroki@chromium.org
2013-05-01
6
-243
/
+541
*
[SyncFileSystem] Normalize path separator on directory supported mode.
tzik@chromium.org
2013-05-01
1
-3
/
+19
*
chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.
tfarina@chromium.org
2013-05-01
1
-2
/
+2
*
[SyncFileSystem] Handle directory change on DriveFileSyncService::ProcessRemo...
tzik@chromium.org
2013-04-30
6
-30
/
+86
*
Fix UploadNewFile CONFLICT case and cleanup DriveFileSyncClient::EnsureTitleU...
kinuko@chromium.org
2013-04-30
4
-61
/
+132
*
Implement DriveFileSyncClient::CreateDirectory
kinuko@chromium.org
2013-04-30
6
-0
/
+84
*
Change remote directory name when directory operation is supported by runtime...
calvinlo@chromium.org
2013-04-30
4
-11
/
+31
*
SyncFS: Introduce RemoteSyncOperationResolver for directory operation support
nhiroki@chromium.org
2013-04-30
5
-62
/
+694
*
[components] Switch {RefCounted}ProfileKeyedService to use BrowserContext
phajdan.jr@chromium.org
2013-04-26
2
-2
/
+4
*
SyncFS: Drop a remote delete change when it has unknown resource ID.
nhiroki@chromium.org
2013-04-26
2
-3
/
+12
*
google_apis: Remove DriveUploadError
hashimoto@chromium.org
2013-04-26
4
-28
/
+4
*
Change some snapshot- or temporary-file related changes to use ScopedFile
kinuko@chromium.org
2013-04-26
1
-26
/
+18
*
Reland of https://codereview.chromium.org/13891016/. This includes the fix fo...
calvinlo@chromium.org
2013-04-26
2
-92
/
+9
*
Make DriveFileSyncClient::DownloadFile return remote metadata
kinuko@chromium.org
2013-04-24
8
-14
/
+37
*
Cleanup: Remote unused methods in {Remote,Drive}FileSyncService
kinuko@chromium.org
2013-04-24
5
-86
/
+0
*
SyncFS: Determine a file type of a deleted entry by local metadata
nhiroki@chromium.org
2013-04-24
1
-0
/
+11
*
Revert 195935 "Make DriveSystemService an observer of DriveNotif..."
satorux@chromium.org
2013-04-24
2
-9
/
+92
*
Explicitly construct/destruct UserManager and dependencies in tests
bartfab@chromium.org
2013-04-24
1
-0
/
+12
*
Make DriveSystemService an observer of DriveNotificationManager so that it no...
calvinlo@chromium.org
2013-04-23
2
-92
/
+9
*
Revert 195811 "Explicitly construct/destruct UserManager and dep..."
kalman@chromium.org
2013-04-23
1
-8
/
+0
*
Explicitly construct/destruct UserManager and dependencies in tests
bartfab@google.com
2013-04-23
1
-0
/
+8
*
Refactoring: replace SearchInDirectory by SearchByTitle.
hidehiko@chromium.org
2013-04-22
4
-110
/
+48
*
SyncFS: Factor out the operation dispatch part of ProcessRemoteChange
nhiroki@chromium.org
2013-04-22
2
-84
/
+100
*
Revert 195482 "Make DriveSystemService an observer of DriveNotif..."
bartfab@google.com
2013-04-22
2
-5
/
+88
*
Make DriveSystemService an observer of DriveNotificationManager so that it no...
calvinlo@chromium.org
2013-04-22
2
-88
/
+5
*
Sync FileSystem: Add default mock expectation for MockDriveService::GetChange...
tzik@chromium.org
2013-04-17
1
-20
/
+4
*
SyncFS: Add resource type field into DriveMetadata
nhiroki@chromium.org
2013-04-17
2
-0
/
+9
*
Ports XMPP Invalidation code from drive_file_sync_service in /sync_file_syste...
calvinlo@chromium.org
2013-04-17
3
-126
/
+31
*
SyncFS: Clean up UpdateRegisteredOrigins in DriveFileSyncService.
nhiroki@chromium.org
2013-04-16
5
-76
/
+152
*
SyncFS: Add helper function in DriveFileSyncService for refactoring. There is...
nhiroki@chromium.org
2013-04-16
2
-24
/
+14
*
SyncFS: Clean up helper function to create key for origin in DriveMetadataStore
nhiroki@chromium.org
2013-04-16
1
-39
/
+20
*
SyncFS: factoring out extension enum conversion methods
kinuko@chromium.org
2013-04-16
4
-35
/
+59
*
Added DriveNotificationManagerFactory so DriveNotificationManager is a single...
calvinlo@chromium.org
2013-04-16
1
-2
/
+2
[next]