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
/
webkit
/
fileapi
/
syncable
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable directory operations in SyncFileSystem for now
kinuko@chromium.org
2012-11-20
5
-0
/
+84
*
Implement upload/download/delete functions in DriveFileSyncClient
nhiroki@chromium.org
2012-11-19
1
-0
/
+1
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
4
-5
/
+5
*
Fix uninitialized value error in LocalFileChangeTracker
kinuko@chromium.org
2012-11-15
1
-1
/
+2
*
Make sure we don't start sync for an entry which is already in sync state
kinuko@chromium.org
2012-11-14
5
-8
/
+42
*
Add implementation for retrieving Conflict file information in SyncFileSystem
kinuko@chromium.org
2012-11-12
1
-1
/
+5
*
Implement LocalFileSyncService::GetLocalFileMetadata
kinuko@chromium.org
2012-11-12
4
-0
/
+66
*
PrepareForRemoteSync should also return file size (in addition to file type)
kinuko@chromium.org
2012-11-10
7
-43
/
+47
*
Add more error codes to fileapi::SyncStatusCode to handle gdata-related errors.
tzik@chromium.org
2012-11-09
1
-0
/
+3
*
Add CannedSyncableFileSystem::TouchFile for testing
kinuko@chromium.org
2012-11-09
2
-0
/
+29
*
Add conflict handling interface for SyncFileSystem
kinuko@chromium.org
2012-11-08
3
-2
/
+75
*
Implement LocalFileSyncService::ProcessLocalChange
kinuko@chromium.org
2012-11-08
11
-59
/
+289
*
3rd try: Plumbing for LocalChangeObserver
kinuko@chromium.org
2012-11-06
5
-7
/
+136
*
Revert 165934 - 2nd try: Plumbing for LocalChangeObserver
phoglund@chromium.org
2012-11-05
5
-136
/
+7
*
2nd try: Plumbing for LocalChangeObserver
kinuko@chromium.org
2012-11-05
5
-7
/
+136
*
Revert 165658 - Plumbing for LocalChangeObserver
kinuko@chromium.org
2012-11-02
5
-136
/
+7
*
Plumbing for LocalChangeObserver
kinuko@chromium.org
2012-11-02
5
-7
/
+136
*
Implement LocalFileChangeTracker::GetNextChangedURLs for local sync
kinuko@chromium.org
2012-11-02
9
-152
/
+289
*
Add tests for LocalFileSyncService::ApplyRemoteChange
kinuko@chromium.org
2012-11-01
4
-25
/
+62
*
Renaming fileapi::StatusCallback to fileapi::SyncStatusCallback
kinuko@chromium.org
2012-11-01
3
-8
/
+10
*
Fix SyncableFileSystem initialization order
kinuko@chromium.org
2012-10-30
4
-12
/
+62
*
Lint fixes in webkit/fileapi
kinuko@chromium.org
2012-10-29
6
-8
/
+13
*
Implement PrepareForProcessRemoteChange for local file sync service
kinuko@chromium.org
2012-10-29
9
-78
/
+192
*
Separate out FILE_TYPE enum from file_change.h
kinuko@chromium.org
2012-10-26
9
-78
/
+97
*
Implement ApplyRemoteChange for Add/Update changes
kinuko@chromium.org
2012-10-26
4
-21
/
+217
*
Implement LocalFileSyncService::ApplyRemoteChange for deletion
kinuko@chromium.org
2012-10-25
5
-30
/
+206
*
Wire up Syncable operation runner to the local file sync context
kinuko@chromium.org
2012-10-25
4
-6
/
+282
*
Add Quota related method to CannedSyncableFileSystem for testing
kinuko@chromium.org
2012-10-25
3
-32
/
+44
*
Implement PlatformFileErrorToSyncStatusCode
kinuko@chromium.org
2012-10-25
2
-0
/
+44
*
2nd try: Add OnSyncEnabled/OnWriteEnabled notification handling to operation ...
kinuko@chromium.org
2012-10-24
7
-43
/
+120
*
Add RemoteFileSyncService interface for Sync FileSystem.
tzik@chromium.org
2012-10-24
1
-1
/
+1
*
Add skeleton code to wire Local- and Remote- file sync services
kinuko@chromium.org
2012-10-24
1
-0
/
+6
*
Add sync_callbacks.h for Sync FileSystem callbacks.
tzik@google.com
2012-10-24
1
-0
/
+19
*
Revert 163584 - Add OnSyncEnabled/OnWriteEnabled notification handling to ope...
abodenha@chromium.org
2012-10-23
7
-119
/
+43
*
Add OnSyncEnabled/OnWriteEnabled notification handling to operation runner
kinuko@chromium.org
2012-10-23
7
-43
/
+119
*
Support filesystem files from BlobURLRequestJob
hashimoto@chromium.org
2012-10-22
2
-1
/
+2
*
Add operation runner for SyncableFileSystem
kinuko@chromium.org
2012-10-18
12
-67
/
+993
*
Lint/Comment fixes in webkit/fileapi
kinuko@chromium.org
2012-10-18
2
-5
/
+8
*
webkit: Merge blob and fileapi into one build target 'webkit_storage'
hashimoto@chromium.org
2012-10-18
6
-17
/
+19
*
Adding SyncFileSystemService which is a profile-keyed service and connects lo...
kinuko@chromium.org
2012-10-16
2
-10
/
+2
*
Implement CannedSyncableFileSystem.Write for write testing
kinuko@chromium.org
2012-10-16
4
-52
/
+138
*
Implement FileSystemURL.DebugString()
kinuko@chromium.org
2012-10-15
2
-4
/
+4
*
2nd try: Make CannedSyncableFileSystem testable in multi-thread environment
kinuko@chromium.org
2012-10-15
6
-117
/
+213
*
Revert 161573 - Make CannedSyncableFileSystem testable in multi-thread enviro...
bruening@google.com
2012-10-12
6
-195
/
+117
*
Make CannedSyncableFileSystem testable in multi-thread environment
kinuko@chromium.org
2012-10-12
6
-117
/
+195
*
Uncomment LocalFileChangeTracker::initialize in LocalFileSyncContext
kinuko@chromium.org
2012-10-12
1
-3
/
+1
*
Add LocalFileSyncContext class which is a glue class between profile-owned se...
kinuko@chromium.org
2012-10-12
5
-0
/
+476
*
Restore quota manager's default quota value
kinuko@chromium.org
2012-10-12
1
-0
/
+5
*
Implement an initialize routine for LocalFileChangeTracker.
nhiroki@chromium.org
2012-10-12
6
-92
/
+497
*
Make LocalFileSyncStatus non thread safe
kinuko@chromium.org
2012-10-11
2
-21
/
+14
[next]