| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace FileSystemFileUtil::ReadDirectory()s to single FileUtilHelper::ReadDi... | tzik@chromium.org | 2012-03-27 | 1 | -12/+0 |
* | Add 'recursive' flag to FileSystemFileUtil::CreateFileEnumerator. | tzik@chromium.org | 2012-03-07 | 1 | -2/+4 |
* | Add FileUtileHelper and split out FileSystemFileUtil::Delete | tzik@chromium.org | 2012-03-03 | 1 | -47/+0 |
* | Introduce CrossFileUtilHelper for cross-FileUtil Copy/Move | kinuko@chromium.org | 2012-02-27 | 1 | -198/+0 |
* | Move src/dest info out of FileSystemOperationContext | kinuko@chromium.org | 2012-02-26 | 1 | -146/+131 |
* | [Refactor] to rename and re-layer the file_util stack layers. | dmikurube@google.com | 2011-09-05 | 1 | -270/+208 |
* | Adding Size() to AbstractFileEnumerator | tzik@chromium.org | 2011-08-30 | 1 | -6/+13 |
* | Simplify directory path accounting. | ericu@chromium.org | 2011-08-19 | 1 | -42/+35 |
* | base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. | tfarina@chromium.org | 2011-08-15 | 1 | -3/+3 |
* | Refactoring: Change all -FileUtils non-Singleton and to own underlying FileUt... | dmikurube@chromium.org | 2011-07-27 | 1 | -6/+0 |
* | Change quota to account directories and path names in the filesystem. | dmikurube@chromium.org | 2011-07-25 | 1 | -41/+48 |
* | Adding FileUtilProxy::Entry::{size,last_modified_time}, | tzik@chromium.org | 2011-07-19 | 1 | -0/+3 |
* | Coverity: Handle negative returns. | jhawkins@chromium.org | 2011-06-21 | 1 | -0/+1 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2) | thestig@chromium.org | 2011-06-15 | 1 | -3/+5 |
* | Disallow links from being seen by the extensions via the fileapi. | rkc@chromium.org | 2011-05-31 | 1 | -1/+11 |
* | Enable cross-filesystem moves and copies. | ericu@chromium.org | 2011-05-26 | 1 | -22/+108 |
* | ObfuscatedFileSystemFileUtil class | ericu@google.com | 2011-05-13 | 1 | -1/+2 |
* | Make FileSystemFileUtil::Copy/Move non-virtual. | dmikurube@chromium.org | 2011-04-28 | 1 | -6/+9 |
* | Update .usage in QuotaFileUtil and FileWriterDelegate. | dmikurube@google.com | 2011-04-26 | 1 | -11/+72 |
* | Modify error code of move/copy preparation. | tzik@google.com | 2011-04-21 | 1 | -2/+2 |
* | Add "allowed growth" for writing operations, such as copy, move, write and tr... | dmikurube@chromium.org | 2011-04-21 | 1 | -12/+19 |
* | Fixed file/directory url resolution for external mount point provider. | zelidrag@chromium.org | 2011-04-20 | 1 | -0/+8 |
* | Extract a recursive copy function as a shared and non-virtual function. | dmikurube@chromium.org | 2011-04-13 | 1 | -7/+110 |
* | Remove the path from PlatformFileInfo; it's cleaner just to pass it along as a | ericu@google.com | 2011-03-28 | 1 | -2/+3 |
* | Stop returning the true root path of each filesystem from openFileSystem. | ericu@google.com | 2011-03-24 | 1 | -0/+1 |
* | Virtualize file_util calls from FileSystemFileUtil::PerformCommonCheckAndPrep... | dmikurube@google.com | 2011-03-08 | 1 | -63/+75 |
* | Revive FileAPI's recursive CreateDirectory. | kinuko@chromium.org | 2011-03-07 | 1 | -4/+8 |
* | Introduce FileSystemFileUtil and -Proxy to decorate base::file_util in webkit... | kinuko@chromium.org | 2011-03-04 | 1 | -0/+253 |