| Commit message (Expand) | Author | Age | Files | Lines |
* | Order function definitions in base/ according to the header. | erg@google.com | 2011-01-11 | 1 | -14/+14 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 1 | -16/+17 |
* | Moving Entry from base::file_util_proxy namespace to within class base::FileU... | kkanetkar@chromium.org | 2010-11-02 | 1 | -34/+28 |
* | Rename FileUtilProxy::Create to EnsureFileExists | kinuko@chromium.org | 2010-10-15 | 1 | -7/+19 |
* | Make sure we close the file_handle when we create (but not open) a new file | kinuko@chromium.org | 2010-10-11 | 1 | -0/+7 |
* | Reapply 61613 that was reverted for false valgrind alarm. | kinuko@chromium.org | 2010-10-07 | 1 | -1/+4 |
* | Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel... | kinuko@chromium.org | 2010-10-06 | 1 | -4/+1 |
* | Second try for support removeRecursively and new copy/move behaviors added to... | kinuko@chromium.org | 2010-10-06 | 1 | -1/+4 |
* | Revert 61480 - Support removeRecursively and new copy/move behaviors added to... | kinuko@chromium.org | 2010-10-05 | 1 | -4/+1 |
* | Support removeRecursively and new copy/move behaviors added to the spec recen... | kinuko@chromium.org | 2010-10-05 | 1 | -1/+4 |
* | Second try at submitting 61462. | ericu@google.com | 2010-10-05 | 1 | -2/+11 |
* | Revert 61462 - Add truncate and cancel for FileWriter; write and more tests w... | ericu@google.com | 2010-10-05 | 1 | -11/+2 |
* | Add truncate and cancel for FileWriter; write and more tests will come in lat... | ericu@google.com | 2010-10-05 | 1 | -2/+11 |
* | Adding a FileUtilProxy::TouchFile() method that takes a FilePath as an | dumi@chromium.org | 2010-09-24 | 1 | -0/+8 |
* | Adding some functions that operate on file handles. | dumi@chromium.org | 2010-09-10 | 1 | -0/+51 |
* | Revert 59007 - Adding some utility functions that work on file handles, and a... | dumi@chromium.org | 2010-09-09 | 1 | -51/+0 |
* | Adding some utility functions that work on file handles, and adding | dumi@chromium.org | 2010-09-09 | 1 | -0/+51 |
* | Add recursive flag to file_util_proxy::CreateDirectory. | kinuko@chromium.org | 2010-09-08 | 1 | -0/+1 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 1 | -5/+2 |
* | Change file_util_proxy::Entry::isDirectory to is_directory. | kinuko@chromium.org | 2010-09-02 | 1 | -2/+4 |
* | Changes for browser-side implementation for file api. | kkanetkar@chromium.org | 2010-09-02 | 1 | -14/+61 |
* | Add an optional parameter to CreatePlatformFile() to report the type | dumi@chromium.org | 2010-08-31 | 1 | -4/+7 |
* | Support handling blob URL and resolve blob references in upload data. | jianli@chromium.org | 2010-08-31 | 1 | -0/+14 |
* | Change the FileUtilProxy callbacks to report error codes instead of booleans. | dumi@chromium.org | 2010-08-24 | 1 | -11/+11 |
* | Moving file_system_proxy to base/ and changing it to work with MessageLoopPro... | dumi@chromium.org | 2010-08-20 | 1 | -0/+64 |