summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
* Removing unused IsRootDirectory method in obfuscated_file_utilkinuko@chromium.org2012-08-231-5/+0
* Remove unused member variable.kmadhusu@chromium.org2012-08-211-1/+0
* Integrate external mount points to IsolatedContextkinuko@chromium.org2012-08-2110-116/+316
* Handle invalid usage cache file pathtzik@chromium.org2012-08-151-5/+5
* Clean up FileSystemQuotaClient.nhiroki@chromium.org2012-08-151-13/+16
* Add RevokeFileSystem back to IsolatedContextkinuko@chromium.org2012-08-133-13/+57
* Invalid FileSystemURL should not be given to FileUtilskinuko@chromium.org2012-08-132-7/+10
* Remove FileSystemFileUtil::{Directory,Path}Existstzik@chromium.org2012-08-1317-241/+123
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-126-28/+18
* Clean-up inline members of nested classes (webkit/)hans@chromium.org2012-08-093-4/+30
* Refactors FileSystemQuotaClient using base::Callback.nhiroki@chromium.org2012-08-072-230/+93
* Move {Native,Device}MediaFileUtil from FILE thread to SequencedWorkerPool to ...tzik@chromium.org2012-08-0723-95/+217
* Add path filtering to DeviceMediaFileUtiltzik@chromium.org2012-08-075-53/+123
* Create ShareableFileReference on IO threadkinuko@chromium.org2012-08-0412-85/+120
* Fix two unchecked return valuestbreisacher@chromium.org2012-08-031-3/+9
* Remove ScopedAllowIO from MediaPathFiltertzik@chromium.org2012-08-032-14/+28
* Isolated FS for Media devices.kmadhusu@chromium.org2012-08-0314-7/+788
* Temporary allow IO for GetMimeTypeFromExtensions in MediaPathFilter.tzik@chromium.org2012-08-031-0/+5
* Adding RevokeFileSystemByPathkinuko@chromium.org2012-08-024-42/+140
* Wire up the deleteFileSystem operation.nhiroki@google.com2012-08-0210-55/+134
* Implement media path filtertzik@chromium.org2012-08-0214-22/+619
* Outsource FileSystemOperationContext from LocalFileSystemOperationtzik@chromium.org2012-07-266-29/+38
* Enables internal filesystem types via Isolated filesystems.kinuko@chromium.org2012-07-2523-393/+159
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-1/+2
* Add more FS types and introduce type field into IsolatedContextkinuko@chromium.org2012-07-2510-113/+210
* Factor out common error-code conversion code for PlatformFileErrorToNetError.nhiroki@google.com2012-07-252-8/+2
* Renamed FileSystemOperation to LocalFileSystemOperation.nhiroki@google.com2012-07-2420-288/+308
* Adding FileUtil::CreateSnapshotFilekinuko@chromium.org2012-07-1912-47/+170
* Restore modified timestamps of moved directories.nhiroki@google.com2012-07-181-9/+40
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-119-9/+0
* Don't keep file system directories around if they contain unrelated files.bauerb@chromium.org2012-07-113-56/+79
* Make isolated file system works for a device root (e.g. X:\\)kinuko@chromium.org2012-07-106-160/+278
* Notify CloseFile from Pepper to FileSystem.kinaba@chromium.org2012-07-103-0/+15
* Fix ObfuscatedOriginEnumerator::Next not to try to callericu@chromium.org2012-07-091-6/+8
* Remove ugly writable flags from IsolatedContextkinuko@chromium.org2012-06-307-100/+6
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-293-3/+5
* Remove unused fields found by clang's new Wunused-private-fields.thakis@chromium.org2012-06-272-2/+0
* Reduce the number of CrackFileSystemURLkinuko@chromium.org2012-06-2752-1301/+1239
* Relanding r144115: Manage Isolated Context with reference counts w/o DCHECKkinuko@chromium.org2012-06-262-8/+57
* Revert 144115 - Manage IsolatedContext with reference countskinuko@chromium.org2012-06-262-51/+7
* Revert 144126 - Comment fix for r144115 (Manage IsolatedContext with referenc...kinuko@chromium.org2012-06-261-2/+3
* Comment fix for r144115 (Manage IsolatedContext with reference counts)kinuko@chromium.org2012-06-261-3/+2
* Manage IsolatedContext with reference countskinuko@chromium.org2012-06-262-7/+51
* Adding truncate and touch for isolated filesystemkinuko@chromium.org2012-06-253-2/+108
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-224-7/+20
* Fix some errors when building in gcc 4.6dcheng@chromium.org2012-06-191-6/+1
* Fix symbolic link handling in fileapikinuko@chromium.org2012-06-196-34/+18
* Allow extension fileSystem API to work with drag and drop entries.benwells@chromium.org2012-06-182-1/+9
* Move MountPointProvider:GetRootDirectories() out of MPP and into ExternalMoun...kinuko@chromium.org2012-06-177-26/+4
* Write() operation for GData file system.kinaba@chromium.org2012-06-131-0/+2