summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/local_file_system_operation_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix possible crash in RecursiveOperationDelegate and throttle # of parallel t...kinuko@chromium.org2013-02-051-3/+11
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-137/+137
* Split recursive Copy/Move into async tasks and support cross operation (in lo...kinuko@chromium.org2013-01-281-1/+3
* 2nd try: FileAPI: Split recursive remove into multiple tasks.kinuko@chromium.org2013-01-281-3/+0
* Revert 178542 - causing memory leakkinuko@chromium.org2013-01-241-0/+3
* FileAPI: Split recursive remove into multiple async taskskinuko@chromium.org2013-01-241-3/+0
* Cleanup: Remove FileUtil overriding hack for testing in LocalFileSystemOperationkinuko@chromium.org2013-01-231-2/+1
* ReadDirectory should return NOT_A_DIRECTORY error if the target is a filekinuko@chromium.org2013-01-211-2/+1
* FileUtilHelper cleanup: reduce the number of GetFileInfo callskinuko@chromium.org2013-01-171-6/+6
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-161-62/+62
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-3/+3
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-4/+0
* Merge MockQuotaManager in multiple placeskinuko@chromium.org2012-09-211-140/+36
* Exposed CopyInForeignFile to LocalFileSystemOperation. Also added positive an...calvinlo@chromium.org2012-09-141-1/+59
* Add FileChangeObserver to track changes in local file systemkinuko@chromium.org2012-09-091-1/+105
* Rename FileSystemOperationInterface to FileSystemOperationkinuko@chromium.org2012-08-241-5/+4
* Remove FileSystemFileUtil::{Directory,Path}Existstzik@chromium.org2012-08-131-3/+4
* Renamed FileSystemOperation to LocalFileSystemOperation.nhiroki@google.com2012-07-241-0/+1155