summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/syncable
Commit message (Expand)AuthorAgeFilesLines
* Disable directory operations in SyncFileSystem for nowkinuko@chromium.org2012-11-205-0/+84
* Implement upload/download/delete functions in DriveFileSyncClientnhiroki@chromium.org2012-11-191-0/+1
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-164-5/+5
* Fix uninitialized value error in LocalFileChangeTrackerkinuko@chromium.org2012-11-151-1/+2
* Make sure we don't start sync for an entry which is already in sync statekinuko@chromium.org2012-11-145-8/+42
* Add implementation for retrieving Conflict file information in SyncFileSystemkinuko@chromium.org2012-11-121-1/+5
* Implement LocalFileSyncService::GetLocalFileMetadatakinuko@chromium.org2012-11-124-0/+66
* PrepareForRemoteSync should also return file size (in addition to file type)kinuko@chromium.org2012-11-107-43/+47
* Add more error codes to fileapi::SyncStatusCode to handle gdata-related errors.tzik@chromium.org2012-11-091-0/+3
* Add CannedSyncableFileSystem::TouchFile for testingkinuko@chromium.org2012-11-092-0/+29
* Add conflict handling interface for SyncFileSystemkinuko@chromium.org2012-11-083-2/+75
* Implement LocalFileSyncService::ProcessLocalChangekinuko@chromium.org2012-11-0811-59/+289
* 3rd try: Plumbing for LocalChangeObserverkinuko@chromium.org2012-11-065-7/+136
* Revert 165934 - 2nd try: Plumbing for LocalChangeObserverphoglund@chromium.org2012-11-055-136/+7
* 2nd try: Plumbing for LocalChangeObserverkinuko@chromium.org2012-11-055-7/+136
* Revert 165658 - Plumbing for LocalChangeObserverkinuko@chromium.org2012-11-025-136/+7
* Plumbing for LocalChangeObserverkinuko@chromium.org2012-11-025-7/+136
* Implement LocalFileChangeTracker::GetNextChangedURLs for local synckinuko@chromium.org2012-11-029-152/+289
* Add tests for LocalFileSyncService::ApplyRemoteChangekinuko@chromium.org2012-11-014-25/+62
* Renaming fileapi::StatusCallback to fileapi::SyncStatusCallbackkinuko@chromium.org2012-11-013-8/+10
* Fix SyncableFileSystem initialization orderkinuko@chromium.org2012-10-304-12/+62
* Lint fixes in webkit/fileapikinuko@chromium.org2012-10-296-8/+13
* Implement PrepareForProcessRemoteChange for local file sync servicekinuko@chromium.org2012-10-299-78/+192
* Separate out FILE_TYPE enum from file_change.hkinuko@chromium.org2012-10-269-78/+97
* Implement ApplyRemoteChange for Add/Update changeskinuko@chromium.org2012-10-264-21/+217
* Implement LocalFileSyncService::ApplyRemoteChange for deletionkinuko@chromium.org2012-10-255-30/+206
* Wire up Syncable operation runner to the local file sync contextkinuko@chromium.org2012-10-254-6/+282
* Add Quota related method to CannedSyncableFileSystem for testingkinuko@chromium.org2012-10-253-32/+44
* Implement PlatformFileErrorToSyncStatusCodekinuko@chromium.org2012-10-252-0/+44
* 2nd try: Add OnSyncEnabled/OnWriteEnabled notification handling to operation ...kinuko@chromium.org2012-10-247-43/+120
* Add RemoteFileSyncService interface for Sync FileSystem.tzik@chromium.org2012-10-241-1/+1
* Add skeleton code to wire Local- and Remote- file sync serviceskinuko@chromium.org2012-10-241-0/+6
* Add sync_callbacks.h for Sync FileSystem callbacks.tzik@google.com2012-10-241-0/+19
* Revert 163584 - Add OnSyncEnabled/OnWriteEnabled notification handling to ope...abodenha@chromium.org2012-10-237-119/+43
* Add OnSyncEnabled/OnWriteEnabled notification handling to operation runnerkinuko@chromium.org2012-10-237-43/+119
* Support filesystem files from BlobURLRequestJobhashimoto@chromium.org2012-10-222-1/+2
* Add operation runner for SyncableFileSystemkinuko@chromium.org2012-10-1812-67/+993
* Lint/Comment fixes in webkit/fileapikinuko@chromium.org2012-10-182-5/+8
* webkit: Merge blob and fileapi into one build target 'webkit_storage'hashimoto@chromium.org2012-10-186-17/+19
* Adding SyncFileSystemService which is a profile-keyed service and connects lo...kinuko@chromium.org2012-10-162-10/+2
* Implement CannedSyncableFileSystem.Write for write testingkinuko@chromium.org2012-10-164-52/+138
* Implement FileSystemURL.DebugString()kinuko@chromium.org2012-10-152-4/+4
* 2nd try: Make CannedSyncableFileSystem testable in multi-thread environmentkinuko@chromium.org2012-10-156-117/+213
* Revert 161573 - Make CannedSyncableFileSystem testable in multi-thread enviro...bruening@google.com2012-10-126-195/+117
* Make CannedSyncableFileSystem testable in multi-thread environmentkinuko@chromium.org2012-10-126-117/+195
* Uncomment LocalFileChangeTracker::initialize in LocalFileSyncContextkinuko@chromium.org2012-10-121-3/+1
* Add LocalFileSyncContext class which is a glue class between profile-owned se...kinuko@chromium.org2012-10-125-0/+476
* Restore quota manager's default quota valuekinuko@chromium.org2012-10-121-0/+5
* Implement an initialize routine for LocalFileChangeTracker. nhiroki@chromium.org2012-10-126-92/+497
* Make LocalFileSyncStatus non thread safekinuko@chromium.org2012-10-112-21/+14