summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
...
* WebFileWriterBase unit testsmichaeln@chromium.org2010-10-192-5/+428
* Hide the FileSystem directory under 'unpredictable' location (part 2)kinuko@chromium.org2010-10-154-141/+495
* Rename FileUtilProxy::Create to EnsureFileExistskinuko@chromium.org2010-10-152-26/+19
* FBTF: More ctor/dtor cleanup.erg@google.com2010-10-142-1/+7
* SimpleFileWriter for test_shell and DRT.michaeln@chromium.org2010-10-144-0/+218
* Switch FileSystemOperation::Write back to using FileUtilProxy::CreateOrOpen, ...ericu@google.com2010-10-131-1/+1
* Refactor out path-related methods from file_system_host_context into a separa...kinuko@chromium.org2010-10-124-0/+494
* FileWriter: Defend against being deleted in the FileWriterDelegate completion...michaeln@chromium.org2010-10-121-4/+5
* Make sure we close the file_handle when we create (but not open) a new filekinuko@chromium.org2010-10-111-2/+2
* Replace DCHECK in the FileSystemQuota test code with ASSERT_TRUE.kinuko@chromium.org2010-10-081-3/+3
* Allow unlimited quota for apps for FileSystem accesskinuko@chromium.org2010-10-084-0/+225
* Resubmit of http://codereview.chromium.org/3476002/show but without the crash...ericu@google.com2010-10-076-11/+307
* Revert 61833 - Add the actual writing-files part of FileWriter.ericu@google.com2010-10-075-305/+11
* Add the actual writing-files part of FileWriter.ericu@google.com2010-10-075-11/+305
* Reapply 61613 that was reverted for false valgrind alarm.kinuko@chromium.org2010-10-073-58/+212
* Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...kinuko@chromium.org2010-10-063-212/+58
* Second try for support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-063-58/+212
* Revert 61480 - Support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-053-208/+42
* 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-053-42/+208
* Second try at submitting 61462.ericu@google.com2010-10-054-52/+144
* Revert 61462 - Add truncate and cancel for FileWriter; write and more tests w...ericu@google.com2010-10-054-141/+52
* Add truncate and cancel for FileWriter; write and more tests will come in lat...ericu@google.com2010-10-054-52/+141
* Adding a TouchFile() operation.dumi@chromium.org2010-09-272-1/+31
* Add Worker support for FileSystem API.kinuko@chromium.org2010-09-274-3/+20
* This is the IPC and bits of the browser backend for FileWriter. The rest ofericu@google.com2010-09-242-0/+64
* Refactor some file_system classes to use chromium types instead ofdumi@chromium.org2010-09-226-101/+673
* Unittest renamed to chrome_file_system_operation_unittest.cc. Deleting origin...kkanetkar@chromium.org2010-09-161-3/+3
* Test shell impl for WebKit's File System API:BUG=52799TEST=nonekkanetkar@chromium.org2010-09-164-0/+361