summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_file_util.cc
Commit message (Expand)AuthorAgeFilesLines
* [Refactor] to rename and re-layer the file_util stack layers.dmikurube@google.com2011-09-051-270/+208
* Adding Size() to AbstractFileEnumeratortzik@chromium.org2011-08-301-6/+13
* Simplify directory path accounting.ericu@chromium.org2011-08-191-42/+35
* base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.tfarina@chromium.org2011-08-151-3/+3
* Refactoring: Change all -FileUtils non-Singleton and to own underlying FileUt...dmikurube@chromium.org2011-07-271-6/+0
* Change quota to account directories and path names in the filesystem.dmikurube@chromium.org2011-07-251-41/+48
* Adding FileUtilProxy::Entry::{size,last_modified_time},tzik@chromium.org2011-07-191-0/+3
* Coverity: Handle negative returns.jhawkins@chromium.org2011-06-211-0/+1
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-151-3/+5
* Disallow links from being seen by the extensions via the fileapi.rkc@chromium.org2011-05-311-1/+11
* Enable cross-filesystem moves and copies.ericu@chromium.org2011-05-261-22/+108
* ObfuscatedFileSystemFileUtil classericu@google.com2011-05-131-1/+2
* Make FileSystemFileUtil::Copy/Move non-virtual.dmikurube@chromium.org2011-04-281-6/+9
* Update .usage in QuotaFileUtil and FileWriterDelegate.dmikurube@google.com2011-04-261-11/+72
* Modify error code of move/copy preparation.tzik@google.com2011-04-211-2/+2
* Add "allowed growth" for writing operations, such as copy, move, write and tr...dmikurube@chromium.org2011-04-211-12/+19
* Fixed file/directory url resolution for external mount point provider.zelidrag@chromium.org2011-04-201-0/+8
* Extract a recursive copy function as a shared and non-virtual function.dmikurube@chromium.org2011-04-131-7/+110
* Remove the path from PlatformFileInfo; it's cleaner just to pass it along as aericu@google.com2011-03-281-2/+3
* Stop returning the true root path of each filesystem from openFileSystem.ericu@google.com2011-03-241-0/+1
* Virtualize file_util calls from FileSystemFileUtil::PerformCommonCheckAndPrep...dmikurube@google.com2011-03-081-63/+75
* Revive FileAPI's recursive CreateDirectory.kinuko@chromium.org2011-03-071-4/+8
* Introduce FileSystemFileUtil and -Proxy to decorate base::file_util in webkit...kinuko@chromium.org2011-03-041-0/+253