summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_operation_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug: we can now handle "a:b" as a file name.ericu@chromium.org2012-03-051-10/+10
* Modify DeletableFileReference to not necessarily delete after all. Renamed th...michaeln@google.com2012-02-291-10/+10
* (2nd try) Adding CreateSnapshotFile interface to FileSystemOperationInterfacekinuko@chromium.org2012-02-281-0/+50
* Revert 123864 - Adding CreateSnapshotFile interface to FileSystemOperationInt...kinuko@chromium.org2012-02-281-50/+0
* Adding CreateSnapshotFile interface to FileSystemOperationInterfacekinuko@chromium.org2012-02-281-0/+50
* Move src/dest info out of FileSystemOperationContextkinuko@chromium.org2012-02-261-2/+1
* Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-141-108/+139
* Revert 121620 - Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-111-139/+108
* Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-111-108/+139
* Cleanup: Removing FileSystemPathManagerkinuko@chromium.org2012-01-051-2/+1
* Use base::Callback in Quota related code.tzik@chromium.org2011-10-181-4/+3
* Obsoleting --unlimited-quota-for-fileskinuko@chromium.org2011-09-201-1/+1
* [Refactor] to rename and re-layer the file_util stack layers.dmikurube@google.com2011-09-051-4/+3
* Fix OFSFU's Touch to match the other FSFU subclasses.ericu@chromium.org2011-08-251-0/+31
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-3/+3
* Refactoring: Change all -FileUtils non-Singleton and to own underlying FileUt...dmikurube@chromium.org2011-07-271-1/+1
* Change {Obfuscated|Local}FileSystemFileUtil non-Singleton to take an underlyi...dmikurube@chromium.org2011-07-061-2/+5
* Retain support for 'UnlimitedStorage' in the QuotaManager.michaeln@google.com2011-05-291-1/+2
* Leak fix in FileSystemOperationUnitTest.kinuko@chromium.org2011-05-261-2/+24
* 2nd try: Notify read access to the QuotaManager in FileSystemOperationkinuko@chromium.org2011-05-251-45/+135
* Revert 86400 - Notify read access to the QuotaManager in FileSystemOperationkinuko@chromium.org2011-05-241-135/+45
* Notify read access to the QuotaManager in FileSystemOperationkinuko@chromium.org2011-05-241-45/+135
* Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.adamk@chromium.org2011-05-191-19/+0
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* Change usage cache code in QuotaFileUtil to use QuotaUtil methodskinuko@chromium.org2011-05-191-104/+65
* Set allowed bytes growth in FileSystemOperation from QuotaManager.dmikurube@chromium.org2011-05-101-316/+399
* Modify error code of move/copy preparation.tzik@google.com2011-04-211-4/+4
* Fixed file/directory url resolution for external mount point provider.zelidrag@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