| Commit message (Expand) | Author | Age | Files | Lines |
* | Move {Native,Device}MediaFileUtil from FILE thread to SequencedWorkerPool to ... | tzik@chromium.org | 2012-08-07 | 1 | -11/+11 |
* | Create ShareableFileReference on IO thread | kinuko@chromium.org | 2012-08-04 | 1 | -5/+8 |
* | Adding FileUtil::CreateSnapshotFile | kinuko@chromium.org | 2012-07-19 | 1 | -8/+34 |
* | Reduce the number of CrackFileSystemURL | kinuko@chromium.org | 2012-06-27 | 1 | -28/+28 |
* | Change webkit/{fileapi,quota} code to use TaskRunner. | kinuko@chromium.org | 2012-05-07 | 1 | -21/+12 |
* | Replace FileSystemFileUtil::ReadDirectory()s to single FileUtilHelper::ReadDi... | tzik@chromium.org | 2012-03-27 | 1 | -1/+1 |
* | Merge CrossFileUtilHelper to FileUtilHelper as Copy() and Move(). | tzik@chromium.org | 2012-03-08 | 1 | -12/+4 |
* | Add FileUtileHelper and split out FileSystemFileUtil::Delete | tzik@chromium.org | 2012-03-03 | 1 | -13/+12 |
* | Use RelayFileTask instead of CopyOrMoveHelper | tzik@chromium.org | 2012-03-02 | 1 | -34/+13 |
* | Cleanup: Updating FileSystemFileUtil comments | kinuko@chromium.org | 2012-03-01 | 1 | -2/+1 |
* | Reviving once-deprecated FileSystemFileUtilProxy methods just for the sake of... | kinuko@chromium.org | 2012-02-29 | 1 | -28/+122 |
* | Introduce CrossFileUtilHelper for cross-FileUtil Copy/Move | kinuko@chromium.org | 2012-02-27 | 1 | -1/+65 |
* | Wired remote file system operation with CrosMountPointProvider. | zelidrag@chromium.org | 2012-02-24 | 1 | -2/+2 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Bind: Reimplement remaining FileSystemFileUtilProxy methods using PostTaskAnd... | kinuko@chromium.org | 2011-11-09 | 1 | -142/+58 |
* | Retry: Bind: Merge FileUtilProxy and FileSystemFileUtilProxy: Delete/Touch/Tr... | kinuko@chromium.org | 2011-11-09 | 1 | -270/+0 |
* | Revert 109010 - Merge FileUtilProxy and FileSystemFileUtilProxy using PostTas... | joi@chromium.org | 2011-11-08 | 1 | -0/+270 |
* | Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Delet... | kinuko@chromium.org | 2011-11-08 | 1 | -270/+0 |
* | Retry: Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply... | kinuko@chromium.org | 2011-11-08 | 1 | -83/+0 |
* | Revert 108639 - again it seems to have broken Mac layout tests | kinuko@chromium.org | 2011-11-04 | 1 | -0/+83 |
* | Original issue with review is: | kinuko@chromium.org | 2011-11-04 | 1 | -83/+0 |
* | Revert 108258 - broke Mac LayoutTests. | kinuko@chromium.org | 2011-11-02 | 1 | -0/+83 |
* | Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Creat... | kinuko@chromium.org | 2011-11-02 | 1 | -83/+0 |
* | base::Bind: Final cleanup in file_system_file_util_proxy.cc. | jhawkins@chromium.org | 2011-10-17 | 1 | -4/+3 |
* | base::Bind: Add a missing ref. | jhawkins@chromium.org | 2011-10-17 | 1 | -1/+2 |
* | base::Bind: Convert FileUtilProxy::StatusCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -29/+30 |
* | base::Bind: Convert FileUtilProxy::ReadDirectoryCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -6/+5 |
* | base::Bind: Convert FileUtilProxy::GetFileInfoCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -6/+5 |
* | base::Bind: Convert FileUtilProxy::EnsureFileExistsCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -6/+5 |
* | base::Bind: Convert FileUtilProxy::CreateOrOpenCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -7/+6 |
* | [Refactor] to rename and re-layer the file_util stack layers. | dmikurube@google.com | 2011-09-05 | 1 | -38/+25 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 1 | -1/+1 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-06-21 | 1 | -1/+2 |
* | This integrates the obfuscated filesystem, but keeps it turned off with a flag. | ericu@chromium.org | 2011-05-19 | 1 | -1/+2 |
* | Fixed file/directory url resolution for external mount point provider. | zelidrag@chromium.org | 2011-04-20 | 1 | -2/+42 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-13 | 1 | -1/+1 |
* | Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-12 | 1 | -1/+1 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-12 | 1 | -1/+1 |
* | Remove the path from PlatformFileInfo; it's cleaner just to pass it along as a | ericu@google.com | 2011-03-28 | 1 | -2/+3 |
* | Revive FileAPI's recursive CreateDirectory. | kinuko@chromium.org | 2011-03-07 | 1 | -3/+7 |
* | Introduce FileSystemFileUtil and -Proxy to decorate base::file_util in webkit... | kinuko@chromium.org | 2011-03-04 | 1 | -0/+527 |