summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/syncable
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-101-14/+4
* 2nd try: Cleanup includes/headers in webkit/fileapikinuko@chromium.org2012-10-101-0/+1
* Replace legacy SyncableFileSystem code to use new utility functions now avail...calvinlo@chromium.org2012-10-103-48/+10
* Revert 161054 - Cleanup includes/headers in webkit/fileapiviettrungluu@chromium.org2012-10-101-1/+0
* Cleanup includes/headers in webkit/fileapikinuko@chromium.org2012-10-101-0/+1
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Register LocalFileChangeTracker as observers when it's set in FileSystemContextkinuko@chromium.org2012-10-091-0/+116
* 2nd try: Add common helper code for SyncableFileSystem testingkinuko@chromium.org2012-10-093-101/+281
* Revert 160809 - Add common helper code for SyncableFileSystem testingkinuko@chromium.org2012-10-093-282/+101
* Add common helper code for SyncableFileSystem testingkinuko@chromium.org2012-10-093-101/+282
* Export LevelDBStatusToSyncStatusCode symbol.tzik@chromium.org2012-10-092-2/+5
* Change marking functions of LocalFileChangeTracker to return SyncStatusCodenhiroki@chromium.org2012-10-063-55/+77
* Add conversion function from leveldb::Status to fileapi::SyncStatusCodenhiroki@chromium.org2012-10-062-0/+31
* Fix up relationship of LocalFileChangeTracker and LocalFileSyncStatuskinuko@chromium.org2012-10-054-38/+12
* Change SyncFileErrors to SyncStatusCodenhiroki@chromium.org2012-10-041-8/+9
* Implement utility functions for the Syncable Filesystemnhiroki@chromium.org2012-10-033-0/+238
* Fix leak on LocalFileChangeTrackerTesttzik@chromium.org2012-10-031-0/+6
* Adding error code for SyncFileSystem featurekinuko@chromium.org2012-10-031-0/+37
* Rename profile_path member of TrackerDB to base_pathnhiroki@chromium.org2012-09-272-8/+8
* Record add/update changes as ADD_OR_UPDATEkinuko@chromium.org2012-09-275-88/+68
* Add LocalFileChangeTracker database to record non-synced dirty filesnhiroki@chromium.org2012-09-263-8/+227
* Add tzik to webkit/fileapi/syncable/OWNERStzik@chromium.org2012-09-211-0/+1
* Add syncable filesystem/storage typekinuko@chromium.org2012-09-131-0/+201
* Add LocalFileChangeTracker and basic classes for synckinuko@chromium.org2012-09-129-0/+918