summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-0717-25/+25
* Cleanup: use "drive" instead of "gdrive".yoshiki@chromium.org2013-02-071-1/+1
* Return a FileEntry object from onFileSynced events so both input and output t...calvinlo@chromium.org2013-02-062-0/+30
* Unsafe array length fix for GetNormalizedPath() function.calvinlo@chromium.org2013-02-063-3/+59
* Revert 180688 due to faiulres on asan botsbrianderson@chromium.org2013-02-053-59/+3
* Add unittests for Cross-FileSystem Copy/Move (for local filesystem).kinuko@chromium.org2013-02-052-1/+548
* Add Utility functions to Normalize and check for Absolute Virtual Paths.calvinlo@chromium.org2013-02-053-3/+59
* Fix possible crash in RecursiveOperationDelegate and throttle # of parallel t...kinuko@chromium.org2013-02-054-20/+59
* Add NativeFileUtil unit testsyoichio@chromium.org2013-02-042-3/+339
* Add FilePath to base namespace.brettw@chromium.org2013-02-02113-1158/+1172
* Add SetSyncEnabled method to SyncFileSystem and DriveFileSync serviceskinuko@chromium.org2013-01-302-0/+3
* Remove unused methods from ExternalMountPointProvidertbarzic@chromium.org2013-01-292-31/+8
* Introduce AsyncFileUtil and deprecate FileSystemFileUtilProxykinuko@chromium.org2013-01-2921-201/+975
* Split recursive Copy/Move into async tasks and support cross operation (in lo...kinuko@chromium.org2013-01-2815-324/+911
* 2nd try: FileAPI: Split recursive remove into multiple tasks.kinuko@chromium.org2013-01-2811-52/+424
* Move file_util_proxy to base/files.brettw@chromium.org2013-01-2613-13/+13
* Add BrowserContext specific external mount pointstbarzic@chromium.org2013-01-2515-28/+161
* New FileSystemURL crackingtbarzic@chromium.org2013-01-2430-160/+949
* Revert 178542 - causing memory leakkinuko@chromium.org2013-01-2410-382/+51
* FileAPI: Split recursive remove into multiple async taskskinuko@chromium.org2013-01-2410-51/+382
* Cleanup: Make most of FileSystemOperationContext setters privatekinuko@chromium.org2013-01-235-33/+43
* Cleanup: Move more recursive operation logic from FileUtilHelper to FileUtilkinuko@chromium.org2013-01-2317-226/+195
* Cleanup: Remove FileUtil overriding hack for testing in LocalFileSystemOperationkinuko@chromium.org2013-01-2312-70/+53
* Make FileSystemOperationContext non-copyablekinuko@chromium.org2013-01-222-4/+15
* Cleanup: remove unnecessary setter LocalFileSystemOperation::set_write_callbackkinuko@chromium.org2013-01-212-4/+1
* ReadDirectory should return NOT_A_DIRECTORY error if the target is a filekinuko@chromium.org2013-01-213-6/+10
* Fix leak in NativeMediaFileUtilTest.thestig@chromium.org2013-01-181-9/+22
* Document the behavior of FileSystemFileUtil::AbstractFileEnumerator methods.thestig@chromium.org2013-01-181-0/+4
* Extract external file systems handling from isolated context.tbarzic@chromium.org2013-01-1818-287/+1078
* [Media Gallery] Added code to support mtp device media file system on Windows.kmadhusu@chromium.org2013-01-172-3/+6
* FileUtilHelper cleanup: reduce the number of GetFileInfo callskinuko@chromium.org2013-01-176-48/+61
* Cleanup: Remove unused variables from sandbox_mount_point_provider.cc.thestig@chromium.org2013-01-161-2/+0
* Cleanup: Deprecate FileUtilProxy::RelayFileTaskkinuko@chromium.org2013-01-161-7/+8
* 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