| Commit message (Expand) | Author | Age | Files | Lines |
* | Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,... | ajwong@chromium.org | 2011-11-21 | 1 | -1/+2 |
* | Retry: Bind: Merge FileUtilProxy and FileSystemFileUtilProxy: Delete/Touch/Tr... | kinuko@chromium.org | 2011-11-09 | 1 | -19/+32 |
* | Revert 109010 - Merge FileUtilProxy and FileSystemFileUtilProxy using PostTas... | joi@chromium.org | 2011-11-08 | 1 | -32/+19 |
* | Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Delet... | kinuko@chromium.org | 2011-11-08 | 1 | -19/+32 |
* | Retry: Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply... | kinuko@chromium.org | 2011-11-08 | 1 | -26/+83 |
* | Revert 108639 - again it seems to have broken Mac layout tests | kinuko@chromium.org | 2011-11-04 | 1 | -83/+26 |
* | Original issue with review is: | kinuko@chromium.org | 2011-11-04 | 1 | -26/+83 |
* | Revert 108258 - broke Mac LayoutTests. | kinuko@chromium.org | 2011-11-02 | 1 | -83/+26 |
* | Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Creat... | kinuko@chromium.org | 2011-11-02 | 1 | -26/+83 |
* | Reimplementing FileUtilProxy using PostTaskAndReply | kinuko@chromium.org | 2011-10-25 | 1 | -409/+225 |
* | Remaining cleanup (base::Bind): Replacing FileUtilProxy calls with new callback | kinuko@chromium.org | 2011-10-19 | 1 | -410/+116 |
* | base::Bind: Final cleanup in file_util_proxy.cc. | jhawkins@chromium.org | 2011-10-17 | 1 | -4/+3 |
* | base::Bind: Convert FileUtilProxy::StatusCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -29/+29 |
* | base::Bind: Convert FileUtilProxy::WriteCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -10/+7 |
* | base::Bind: Convert FileUtilProxy::ReadCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -10/+7 |
* | base::Bind: Convert FileUtilProxy::ReadDirectoryCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -8/+9 |
* | base::Bind: Convert FileUtilProxy::GetFileInfoCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -12/+10 |
* | base::Bind: Convert FileUtilProxy::EnsureFileExistsCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -6/+5 |
* | base::Bind: Convert FileUtilProxy::CreateTemporaryCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -7/+6 |
* | base::Bind: Convert FileUtilProxy::CreateOrOpenCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -7/+6 |
* | Fix a small leak in FileUtilProxy | kinuko@chromium.org | 2011-08-19 | 1 | -2/+6 |
* | Adding checks to guard against buffer overruns in QuotaFileIO::Write and base... | sanga@chromium.org | 2011-08-17 | 1 | -0/+2 |
* | Adding guards against heap overflow in PPB_FileIO::Read | sanga@chromium.org | 2011-08-17 | 1 | -0/+2 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 1 | -1/+1 |
* | base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. | tfarina@chromium.org | 2011-08-15 | 1 | -1/+1 |
* | Adding FileUtilProxy::Entry::{size,last_modified_time}, | tzik@chromium.org | 2011-07-19 | 1 | -0/+3 |
* | Support creating temporary files for sync file operations. | noelutz@google.com | 2011-06-13 | 1 | -6/+11 |
* | Initialize RelayWrite member. | finnur@chromium.org | 2011-03-15 | 1 | -2/+3 |
* | Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. | darin@chromium.org | 2011-02-04 | 1 | -16/+15 |
* | Order function definitions in base/ according to the header. | erg@google.com | 2011-01-11 | 1 | -41/+41 |
* | Moving Entry from base::file_util_proxy namespace to within class base::FileU... | kkanetkar@chromium.org | 2010-11-02 | 1 | -3/+3 |
* | Rename FileUtilProxy::Create to EnsureFileExists | kinuko@chromium.org | 2010-10-15 | 1 | -23/+61 |
* | Return NOT_FOUND error for an attempt to create a file under nonexistent dire... | kinuko@chromium.org | 2010-10-12 | 1 | -0/+5 |
* | Make sure we close the file_handle when we create (but not open) a new file | kinuko@chromium.org | 2010-10-11 | 1 | -1/+22 |
* | Reapply 61613 that was reverted for false valgrind alarm. | kinuko@chromium.org | 2010-10-07 | 1 | -57/+68 |
* | Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel... | kinuko@chromium.org | 2010-10-06 | 1 | -68/+57 |
* | Second try for support removeRecursively and new copy/move behaviors added to... | kinuko@chromium.org | 2010-10-06 | 1 | -57/+68 |
* | Revert 61480 - Support removeRecursively and new copy/move behaviors added to... | kinuko@chromium.org | 2010-10-05 | 1 | -68/+57 |
* | Marks Test{Move,Copy}FailureContainsPath FAILS on Windows, also makes a fix a... | kinuko@chromium.org | 2010-10-05 | 1 | -1/+1 |
* | Support removeRecursively and new copy/move behaviors added to the spec recen... | kinuko@chromium.org | 2010-10-05 | 1 | -57/+68 |
* | Second try at submitting 61462. | ericu@google.com | 2010-10-05 | 1 | -7/+50 |
* | Revert 61462 - Add truncate and cancel for FileWriter; write and more tests w... | ericu@google.com | 2010-10-05 | 1 | -50/+7 |
* | Add truncate and cancel for FileWriter; write and more tests will come in lat... | ericu@google.com | 2010-10-05 | 1 | -7/+50 |
* | file_util_proxy: fix a typo that caused us to ignore a path. | evan@chromium.org | 2010-09-24 | 1 | -1/+1 |
* | Adding a FileUtilProxy::TouchFile() method that takes a FilePath as an | dumi@chromium.org | 2010-09-24 | 1 | -0/+37 |
* | Adding some functions that operate on file handles. | dumi@chromium.org | 2010-09-10 | 1 | -0/+230 |
* | Revert 59007 - Adding some utility functions that work on file handles, and a... | dumi@chromium.org | 2010-09-09 | 1 | -230/+0 |
* | Adding some utility functions that work on file handles, and adding | dumi@chromium.org | 2010-09-09 | 1 | -0/+230 |
* | Add recursive flag to file_util_proxy::CreateDirectory. | kinuko@chromium.org | 2010-09-08 | 1 | -3/+7 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 1 | -1/+1 |