| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed FileSystemOperation to LocalFileSystemOperation. | nhiroki@google.com | 2012-07-24 | 1 | -731/+0 |
* | Adding FileUtil::CreateSnapshotFile | kinuko@chromium.org | 2012-07-19 | 1 | -15/+22 |
* | Notify CloseFile from Pepper to FileSystem. | kinaba@chromium.org | 2012-07-10 | 1 | -0/+6 |
* | Reduce the number of CrackFileSystemURL | kinuko@chromium.org | 2012-06-27 | 1 | -124/+105 |
* | Added URLRequestContext to constructor for URLRequest. | erikwright@chromium.org | 2012-06-22 | 1 | -2/+3 |
* | Retry: Make Isolated file system writable only if it is configured so | kinuko@chromium.org | 2012-06-12 | 1 | -4/+16 |
* | Revert 141395 - Make Isolated file system writable only if it is configured so | kinuko@chromium.org | 2012-06-11 | 1 | -16/+4 |
* | Make Isolated file system writable only if it is configured so | kinuko@chromium.org | 2012-06-11 | 1 | -4/+16 |
* | Rename fileapi::FileWriter to FileStreamWriter. | kinaba@chromium.org | 2012-05-31 | 1 | -3/+5 |
* | Disable cross-filesystem move for sandbox filesystem for now | kinuko@chromium.org | 2012-05-29 | 1 | -2/+13 |
* | Implement SandboxFileWriter and rewrite FileWriterDelegate to use it | kinuko@chromium.org | 2012-05-22 | 1 | -49/+5 |
* | Crash fix in fileapi::FileSystemOperation::DidGetUsageAndQuotaAndRunTask | kinuko@chromium.org | 2012-05-17 | 1 | -1/+1 |
* | FileWriterDelegate should not call URLRequest::Start() after Cancel(). | kinuko@chromium.org | 2012-05-11 | 1 | -16/+26 |
* | Change webkit/{fileapi,quota} code to use TaskRunner. | kinuko@chromium.org | 2012-05-07 | 1 | -18/+19 |
* | Coverity: Fix an uninitialized member variable. | jhawkins@chromium.org | 2012-03-06 | 1 | -1/+4 |
* | Fixed bug: we can now handle "a:b" as a file name. | ericu@chromium.org | 2012-03-05 | 1 | -1/+1 |
* | Modify DeletableFileReference to not necessarily delete after all. Renamed th... | michaeln@google.com | 2012-02-29 | 1 | -2/+2 |
* | Reviving once-deprecated FileSystemFileUtilProxy methods just for the sake of... | kinuko@chromium.org | 2012-02-29 | 1 | -72/+23 |
* | Cleanup: add DidQueryQuotaAndUsage method to do the common after-query-quota ... | kinuko@chromium.org | 2012-02-28 | 1 | -92/+76 |
* | (2nd try) Adding CreateSnapshotFile interface to FileSystemOperationInterface | kinuko@chromium.org | 2012-02-28 | 1 | -0/+21 |
* | Revert 123864 - Adding CreateSnapshotFile interface to FileSystemOperationInt... | kinuko@chromium.org | 2012-02-28 | 1 | -21/+0 |
* | Adding CreateSnapshotFile interface to FileSystemOperationInterface | kinuko@chromium.org | 2012-02-28 | 1 | -0/+21 |
* | Match methods order in file_system_operation.cc with .h | kinuko@chromium.org | 2012-02-28 | 1 | -157/+158 |
* | Introduce CrossFileUtilHelper for cross-FileUtil Copy/Move | kinuko@chromium.org | 2012-02-27 | 1 | -52/+50 |
* | Move src/dest info out of FileSystemOperationContext | kinuko@chromium.org | 2012-02-26 | 1 | -195/+167 |
* | Wired remote file system operation with CrosMountPointProvider. | zelidrag@chromium.org | 2012-02-24 | 1 | -2/+3 |
* | Cleanup: add FileSystemOperation::SetPendingOperation() and remove ifdef NDEB... | kinuko@chromium.org | 2012-02-16 | 1 | -69/+41 |
* | Refactor FileSystemOperation to take callback for each method. | kinaba@chromium.org | 2012-02-14 | 1 | -163/+191 |
* | Revert 121620 - Refactor FileSystemOperation to take callback for each method. | kinaba@chromium.org | 2012-02-11 | 1 | -182/+166 |
* | Refactor FileSystemOperation to take callback for each method. | kinaba@chromium.org | 2012-02-11 | 1 | -166/+182 |
* | Initialized file_util variable to NULL. | asharif@chromium.org | 2012-01-31 | 1 | -2/+2 |
* | Add CreateFileSystemOperation() method to FileSystemContext | kinuko@chromium.org | 2012-01-16 | 1 | -13/+17 |
* | Cleanup FileSystemOperation for preparing for adding FSO-factory method | kinuko@chromium.org | 2012-01-11 | 1 | -79/+27 |
* | Replace OpenComplete with DidOpenFileSystem and DidFail for FileSystem. | tzik@chromium.org | 2012-01-06 | 1 | -1/+4 |
* | Cleanup: Removing FileSystemPathManager | kinuko@chromium.org | 2012-01-05 | 1 | -7/+15 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 1 | -3/+6 |
* | Introduce FileSystemOperationInterface. | satorux@chromium.org | 2011-12-16 | 1 | -1/+1 |
* | Tiny cleanup in FileSystemOperation | kinuko@chromium.org | 2011-11-10 | 1 | -65/+21 |
* | Bind: Reimplement remaining FileSystemFileUtilProxy methods using PostTaskAnd... | kinuko@chromium.org | 2011-11-09 | 1 | -17/+29 |
* | Retry: Bind: Merge FileUtilProxy and FileSystemFileUtilProxy: Delete/Touch/Tr... | kinuko@chromium.org | 2011-11-09 | 1 | -99/+84 |
* | Revert 109010 - Merge FileUtilProxy and FileSystemFileUtilProxy using PostTas... | joi@chromium.org | 2011-11-08 | 1 | -84/+99 |
* | Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Delet... | kinuko@chromium.org | 2011-11-08 | 1 | -99/+84 |
* | Retry: Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply... | kinuko@chromium.org | 2011-11-08 | 1 | -33/+77 |
* | Revert 108639 - again it seems to have broken Mac layout tests | kinuko@chromium.org | 2011-11-04 | 1 | -31/+10 |
* | Original issue with review is: | kinuko@chromium.org | 2011-11-04 | 1 | -10/+31 |
* | Revert 108258 - broke Mac LayoutTests. | kinuko@chromium.org | 2011-11-02 | 1 | -31/+10 |
* | Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Creat... | kinuko@chromium.org | 2011-11-02 | 1 | -10/+31 |
* | Add a debug check to verify that FileSystemCallbackDispatcher is not NULL in ... | oleg@chromium.org | 2011-10-27 | 1 | -0/+14 |
* | Refactor FileSystemOperation: | oleg@chromium.org | 2011-10-26 | 1 | -211/+137 |
* | base::Bind: Convert FileSystemPathManager::GetRootPathCallback. | jhawkins@chromium.org | 2011-10-18 | 1 | -2/+2 |