summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_operation.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 86400 - Notify read access to the QuotaManager in FileSystemOperationkinuko@chromium.org2011-05-241-13/+4
* Notify read access to the QuotaManager in FileSystemOperationkinuko@chromium.org2011-05-241-4/+13
* Fix PP_FileOpenFlags_Dev handling:yzshen@chromium.org2011-05-231-2/+2
* Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.adamk@chromium.org2011-05-191-36/+0
* This integrates the obfuscated filesystem, but keeps it turned off with a flag.ericu@chromium.org2011-05-191-25/+118
* Switch usage cache code to use FileSystemQuotaUtil in FileWriterDelegatekinuko@chromium.org2011-05-171-2/+1
* 1) Declare three new proxayable QuotaManager methods:michaeln@google.com2011-05-121-2/+2
* ChromiumOS build fix attempt for 84776kinuko@chromium.org2011-05-101-1/+2
* Set allowed bytes growth in FileSystemOperation from QuotaManager.dmikurube@chromium.org2011-05-101-9/+103
* Update .usage in QuotaFileUtil and FileWriterDelegate.dmikurube@google.com2011-04-261-2/+2
* Add "allowed growth" for writing operations, such as copy, move, write and tr...dmikurube@chromium.org2011-04-211-1/+6
* Fixed file/directory url resolution for external mount point provider.zelidrag@chromium.org2011-04-201-3/+34
* File API changes needed for safely passing user selected file entities from t...zelidrag@chromium.org2011-04-161-4/+4
* Let Pepper open FileSystem files again.ericu@google.com2011-04-161-0/+57
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-131-26/+61
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-121-61/+26
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-121-26/+61
* Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ...tkent@chromium.org2011-04-111-59/+26
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-091-26/+59
* Revert 80982, tests failing on Win XPdmichael@chromium.org2011-04-081-56/+26
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-081-26/+56
* Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-071-50/+26
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, whereericu@google.com2011-04-071-26/+50
* Remove the path from PlatformFileInfo; it's cleaner just to pass it along as aericu@google.com2011-03-281-4/+7
* Wired local file system support for File API. The local file system provider ...zelidrag@chromium.org2011-03-251-1/+4
* Stop returning the true root path of each filesystem from openFileSystem.ericu@google.com2011-03-241-55/+180
* Revive FileAPI's recursive CreateDirectory.kinuko@chromium.org2011-03-071-3/+2
* Introduce FileSystemFileUtil and -Proxy to decorate base::file_util in webkit...kinuko@chromium.org2011-03-041-26/+47
* Remove FileSystemQuotaManager classkinuko@chromium.org2011-03-041-17/+11
* Properly return TYPE_MISMATCH_ERR for DirectoryExists/FileExistsadamk@chromium.org2011-02-251-2/+2
* Make more methods of FileSystemPathManager static and portable.kinuko@chromium.org2011-02-161-1/+1
* Cleanup SandboxedFileSystem* and merge them into FileSystem* for simplicity.kinuko@chromium.org2011-02-141-15/+145
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-2/+2
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-1/+2
* Make FileSystemOperation's lifetime more explicit.kinuko@chromium.org2010-11-301-12/+22
* Moving Entry from base::file_util_proxy namespace to within class base::FileU...kkanetkar@chromium.org2010-11-021-3/+5
* Rename FileUtilProxy::Create to EnsureFileExistskinuko@chromium.org2010-10-151-20/+13
* Switch FileSystemOperation::Write back to using FileUtilProxy::CreateOrOpen, ...ericu@google.com2010-10-131-1/+1
* Make sure we close the file_handle when we create (but not open) a new filekinuko@chromium.org2010-10-111-2/+2
* Resubmit of http://codereview.chromium.org/3476002/show but without the crash...ericu@google.com2010-10-071-9/+51
* Revert 61833 - Add the actual writing-files part of FileWriter.ericu@google.com2010-10-071-51/+9
* Add the actual writing-files part of FileWriter.ericu@google.com2010-10-071-9/+51
* Reapply 61613 that was reverted for false valgrind alarm.kinuko@chromium.org2010-10-071-3/+4
* Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...kinuko@chromium.org2010-10-061-4/+3
* Second try for support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-061-3/+4
* Revert 61480 - Support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-051-4/+3
* Support removeRecursively and new copy/move behaviors added to the spec recen...kinuko@chromium.org2010-10-051-3/+4
* Second try at submitting 61462.ericu@google.com2010-10-051-46/+55
* Revert 61462 - Add truncate and cancel for FileWriter; write and more tests w...ericu@google.com2010-10-051-55/+46
* Add truncate and cancel for FileWriter; write and more tests will come in lat...ericu@google.com2010-10-051-46/+55