summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_operation.h
Commit message (Expand)AuthorAgeFilesLines
...
* base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.jhawkins@chromium.org2011-10-171-0/+2
* 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/+4
* Count-up/down the dirty count in the usage cache at FileSystemOperation, not ...dmikurube@chromium.org2011-08-311-1/+6
* Replace virtual_path fields in FileSystemOperationContext with similar variab...ericu@chromium.org2011-08-231-0/+6
* Change quota to account directories and path names in the filesystem.dmikurube@chromium.org2011-07-251-0/+13
* Add integrated tests with the actual QuotaManager and PathManager. (2nd try)dmikurube@chromium.org2011-06-161-0/+1
* Revert 88965 - Integrated test with the actual QuotaManager and PathManager.dmikurube@google.com2011-06-141-1/+0
* Integrated test with the actual QuotaManager and PathManager.dmikurube@chromium.org2011-06-141-0/+1
* Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.adamk@chromium.org2011-05-191-3/+0
* Change usage cache code in QuotaFileUtil to use QuotaUtil methodskinuko@chromium.org2011-05-191-0/+1
* This integrates the obfuscated filesystem, but keeps it turned off with a flag.ericu@chromium.org2011-05-191-6/+10
* Switch usage cache code to use FileSystemQuotaUtil in FileWriterDelegatekinuko@chromium.org2011-05-171-0/+2
* Set allowed bytes growth in FileSystemOperation from QuotaManager.dmikurube@chromium.org2011-05-101-0/+17
* Fixed file/directory url resolution for external mount point provider.zelidrag@chromium.org2011-04-201-0/+4
* Let Pepper open FileSystem files again.ericu@google.com2011-04-161-0/+14
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-131-16/+16
* Fix FileSystemOperationTest for writing operations to avoid conflicting class...dmikurube@chromium.org2011-04-131-0/+1
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-121-16/+16
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-121-16/+16
* Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ...tkent@chromium.org2011-04-111-16/+16
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-091-16/+16
* Revert 80982, tests failing on Win XPdmichael@chromium.org2011-04-081-16/+16
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-081-16/+16
* Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-071-16/+16
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, whereericu@google.com2011-04-071-16/+16
* Remove the path from PlatformFileInfo; it's cleaner just to pass it along as aericu@google.com2011-03-281-3/+6
* 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-6/+27
* Revive FileAPI's recursive CreateDirectory.kinuko@chromium.org2011-03-071-1/+1
* Introduce FileSystemFileUtil and -Proxy to decorate base::file_util in webkit...kinuko@chromium.org2011-03-041-1/+3
* Remove FileSystemQuotaManager classkinuko@chromium.org2011-03-041-5/+3
* Cleanup SandboxedFileSystem* and merge them into FileSystem* for simplicity.kinuko@chromium.org2011-02-141-65/+86
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-3/+3
* Make FileSystemOperation's lifetime more explicit.kinuko@chromium.org2010-11-301-6/+10
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-2/+5
* FileSystem code cleanup 2nd cut - introduce SandboxedFileSystemOperationkinuko@chromium.org2010-11-101-43/+46
* Moving Entry from base::file_util_proxy namespace to within class base::FileU...kkanetkar@chromium.org2010-11-021-1/+1
* Rename FileUtilProxy::Create to EnsureFileExistskinuko@chromium.org2010-10-151-6/+6
* Resubmit of http://codereview.chromium.org/3476002/show but without the crash...ericu@google.com2010-10-071-2/+17
* Revert 61833 - Add the actual writing-files part of FileWriter.ericu@google.com2010-10-071-17/+2
* Add the actual writing-files part of FileWriter.ericu@google.com2010-10-071-2/+17
* Reapply 61613 that was reverted for false valgrind alarm.kinuko@chromium.org2010-10-071-4/+1
* Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...kinuko@chromium.org2010-10-061-1/+4
* Second try for support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-061-4/+1
* Revert 61480 - Support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-051-1/+4
* Support removeRecursively and new copy/move behaviors added to the spec recen...kinuko@chromium.org2010-10-051-4/+1
* Second try at submitting 61462.ericu@google.com2010-10-051-6/+25
* Revert 61462 - Add truncate and cancel for FileWriter; write and more tests w...ericu@google.com2010-10-051-25/+6
* Add truncate and cancel for FileWriter; write and more tests will come in lat...ericu@google.com2010-10-051-6/+25