summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
* Update some #includes in webkit/ for new headers in Platform directorypilgrim@chromium.org2013-01-154-5/+5
* Implement write support in NativeMediaFileUtil.thestig@chromium.org2013-01-123-25/+507
* [Media Gallery] Use a proper check instead of a DCHECK and return NULL from M...kmadhusu@chromium.org2013-01-111-2/+1
* webkit: Add UploadFileSystemFileElementReaderhashimoto@chromium.org2013-01-114-0/+463
* Cleanup: Add fileapi::GetIsolatedFileSystemRootURIStringkinuko@chromium.org2013-01-102-0/+24
* Cleanup file permission check code in FileAPIMessageFilterkinuko@chromium.org2013-01-1010-22/+104
* Cleanup: Remove using statements from webkit/fileapi header files.thestig@chromium.org2013-01-0821-123/+85
* Accumulate FileSystemUsageCache updates to improve write performance.tzik@chromium.org2013-01-084-6/+61
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-1/+1
* Remove GetMediaTaskRunner() from MTPDeviceDelegate.kmadhusu@chromium.org2012-12-201-3/+0
* Set |snapshot_policy_| in DeviceMediaFileUtil::CreateSnapShotPolicy before do...kmadhusu@chromium.org2012-12-171-3/+3
* Do not update FileSystemUsageCache if the delta is zerotzik@chromium.org2012-12-171-2/+3
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-1615-114/+114
* Change FileSystemMountPointProvider::GetFileSystemRootPathOnFileThread to tak...tbarzic@chromium.org2012-12-1410-29/+18
* Media Galleries: Simplify the MTP delegates so they mostly live on one thread.thestig@chromium.org2012-12-138-73/+68
* Re-enables DeleteFileSystem JavaScript API test. Also excludes the root path ...calvinlo@chromium.org2012-12-111-4/+0
* Remove the old-sandbox-to-new-sandbox migration code. The only users of the ...ericu@chromium.org2012-12-107-646/+6
* SyncFileSystem: Prevent repeated conflict on DriveFileSyncService::ResolveCon...tzik@chromium.org2012-12-081-1/+2
* Dirty files should be notified to the sync service as available changeskinuko@chromium.org2012-12-062-14/+39
* Add conflict event notification typekinuko@chromium.org2012-12-063-10/+13
* Implement LocalFileSyncService::RecordFakeLocalChange for resolve-to-local re...kinuko@chromium.org2012-12-053-0/+35
* Clear syncing flag after a remote or local synckinuko@chromium.org2012-12-042-10/+23
* Implement SyncFileSystemService::GetFileSyncStatus methodkinuko@chromium.org2012-12-045-0/+70
* Quota calculation is wrong in cross-filesystem operationkinuko@chromium.org2012-11-303-15/+27
* Do not give blanket permission to the Sandboxed FileSystem directory and veri...kinuko@chromium.org2012-11-293-5/+38
* Add a utility function to return error message string for SyncStatusCodenhiroki@chromium.org2012-11-292-1/+84
* Redesigned and refactored MTPDeviceMapService and MTPDeviceDelegate.kmadhusu@chromium.org2012-11-286-52/+67
* Opening a Syncable file in a new browser tab/window should not crashkinuko@chromium.org2012-11-272-10/+85
* Add FILE_BUSY handling in DidProcessRemoteChangekinuko@chromium.org2012-11-271-3/+4
* 2nd try: Wiring up sync methods in SyncFileSystemServicekinuko@chromium.org2012-11-261-3/+11
* Add metadata paramter to ApplyLocalChangekinuko@chromium.org2012-11-224-0/+50
* Add SyncOperationType to ProcessRemoteChange's callbackkinuko@chromium.org2012-11-223-0/+33
* [MediaGallery] Filter hidden media files and folders.kmadhusu@chromium.org2012-11-211-0/+61
* Add MockLocalChangeProcessor class and default implementationkinuko@chromium.org2012-11-212-0/+43
* Disable directory operations in SyncFileSystem for nowkinuko@chromium.org2012-11-208-3/+125
* 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-1623-55/+55
* 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
* Reland 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-132-4/+4
* Revert 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-132-4/+4
* Move url_request_test_util into net namespacejochen@chromium.org2012-11-132-4/+4
* 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-084-2/+77
* Implement LocalFileSyncService::ProcessLocalChangekinuko@chromium.org2012-11-0811-59/+289
* Clean up: Modified FileSystemFileUtil::CreateFileEnumerator function signatur...kmadhusu@chromium.org2012-11-0715-71/+85