summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
* Revert 165934 - 2nd try: Plumbing for LocalChangeObserverphoglund@chromium.org2012-11-0510-195/+24
* 2nd try: Plumbing for LocalChangeObserverkinuko@chromium.org2012-11-0510-24/+195
* Add extra checks to see if given origin URL has no path partkinuko@chromium.org2012-11-051-3/+8
* Add common video formats to the media galleries extension filter.vandebo@chromium.org2012-11-031-0/+17
* Revert 165658 - Plumbing for LocalChangeObserverkinuko@chromium.org2012-11-026-137/+7
* Plumbing for LocalChangeObserverkinuko@chromium.org2012-11-026-7/+137
* Implement LocalFileChangeTracker::GetNextChangedURLs for local synckinuko@chromium.org2012-11-0211-153/+296
* [MediaGallery] Cleanup: Rename MtpDeviceDelegate* to MTPDeviceDelegate*.kmadhusu@chromium.org2012-11-025-42/+43
* On Windows, current implementation fails touching directories because it cann...nhiroki@chromium.org2012-11-012-3/+54
* Add tests for LocalFileSyncService::ApplyRemoteChangekinuko@chromium.org2012-11-014-25/+62
* Renaming fileapi::StatusCallback to fileapi::SyncStatusCallbackkinuko@chromium.org2012-11-013-8/+10
* Call the filesystem-path BaseName, not the FilePath BaseName, or you'll have ...ericu@chromium.org2012-10-301-1/+2
* Fix SyncableFileSystem initialization orderkinuko@chromium.org2012-10-305-13/+62
* Lint fixes in webkit/fileapikinuko@chromium.org2012-10-2922-45/+47
* 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-2610-80/+100
* Implement ApplyRemoteChange for Add/Update changeskinuko@chromium.org2012-10-264-21/+217
* Implement LocalFileSyncService::ApplyRemoteChange for deletionkinuko@chromium.org2012-10-257-30/+223
* 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-242-0/+20
* 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-223-2/+4
* Add operation runner for SyncableFileSystemkinuko@chromium.org2012-10-1815-70/+1007
* Lint/Comment fixes in webkit/fileapikinuko@chromium.org2012-10-183-7/+8
* webkit: Merge blob and fileapi into one build target 'webkit_storage'hashimoto@chromium.org2012-10-1846-292/+240
* 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-165-165/+161
* Implement FileSystemURL.DebugString()kinuko@chromium.org2012-10-157-43/+76
* fileapi: Add modification time check for FileSystemFileStreamReaderhashimoto@chromium.org2012-10-1513-13/+332
* 2nd try: Make CannedSyncableFileSystem testable in multi-thread environmentkinuko@chromium.org2012-10-156-117/+213
* FileSystemContext::partition_path should not be held as a const refkinuko@chromium.org2012-10-151-1/+1
* Media Galleries: Port the CrOS MTP D-Bus client to Linux.thestig@chromium.org2012-10-132-1/+5
* 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-128-0/+489
* 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 LocalFileSystemOperation::Write queueablekinuko@chromium.org2012-10-122-58/+88
* Make LocalFileSyncStatus non thread safekinuko@chromium.org2012-10-112-21/+14
* Add Copy and Move operations to CannedSyncableFileSystemnhiroki@chromium.org2012-10-112-0/+26
* Refactor unit tests for syncable filesystem using ScopedExternalFileSystemnhiroki@chromium.org2012-10-112-19/+17
* Add SYNC_STATUS_UNKNOWN and rename SYNC_DATABASE_ERROR_{UNKNOWN,FAILED}tzik@chromium.org2012-10-103-3/+4
* Adding FileSystemURL::IsParentkinuko@chromium.org2012-10-104-16/+64