summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_operation_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 82266 - Fixed file/directory url resolution for external mount point pr...kerz@chromium.org2011-04-201-0/+30
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-131-55/+66
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-121-66/+55
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-121-55/+66
* Modify tests for FileSystemOperation to test directory-in-directory.dmikurube@chromium.org2011-04-111-6/+20
* Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ...tkent@chromium.org2011-04-111-66/+55
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-091-55/+66
* Revert 80982, tests failing on Win XPdmichael@chromium.org2011-04-081-66/+55
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-081-55/+66
* Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-071-66/+55
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, whereericu@google.com2011-04-071-55/+66
* Add a unittest for FileSystemOperation::Write().dmikurube@chromium.org2011-04-071-2/+0
* Remove the path from PlatformFileInfo; it's cleaner just to pass it along as aericu@google.com2011-03-281-4/+12
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Stop returning the true root path of each filesystem from openFileSystem.ericu@google.com2011-03-241-2/+9
* Properly return TYPE_MISMATCH_ERR for DirectoryExists/FileExistsadamk@chromium.org2011-02-251-0/+14
* Cleanup SandboxedFileSystem* and merge them into FileSystem* for simplicity.kinuko@chromium.org2011-02-141-1/+8
* Added WARN_UNUSED_RESULT to ScopedTempDir methods.cbentzel@chromium.org2011-01-131-2/+1
* Make FileSystemOperation's lifetime more explicit.kinuko@chromium.org2010-11-301-167/+107
* Revert 67385 - On windows filepaths need \\?\ prefix to allow extended file p...kinuko@chromium.org2010-11-301-28/+0
* On windows filepaths need \\?\ prefix to allow extended file path names. Fix ...kkanetkar@chromium.org2010-11-251-0/+28
* Moving Entry from base::file_util_proxy namespace to within class base::FileU...kkanetkar@chromium.org2010-11-021-3/+3
* WebFileWriterBase unit testsmichaeln@chromium.org2010-10-191-5/+9
* Resubmit of http://codereview.chromium.org/3476002/show but without the crash...ericu@google.com2010-10-071-0/+2
* Reapply 61613 that was reverted for false valgrind alarm.kinuko@chromium.org2010-10-071-51/+207
* Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...kinuko@chromium.org2010-10-061-207/+51
* Second try for support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-061-51/+207
* Revert 61480 - Support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-051-203/+35
* Marks Test{Move,Copy}FailureContainsPath FAILS on Windows, also makes a fix a...kinuko@chromium.org2010-10-051-5/+17
* Support removeRecursively and new copy/move behaviors added to the spec recen...kinuko@chromium.org2010-10-051-35/+203
* Second try at submitting 61462.ericu@google.com2010-10-051-0/+61
* Revert 61462 - Add truncate and cancel for FileWriter; write and more tests w...ericu@google.com2010-10-051-58/+0
* Add truncate and cancel for FileWriter; write and more tests will come in lat...ericu@google.com2010-10-051-0/+58
* Add Worker support for FileSystem API.kinuko@chromium.org2010-09-271-1/+1
* Refactor some file_system classes to use chromium types instead ofdumi@chromium.org2010-09-221-0/+555