| Commit message (Expand) | Author | Age | Files | Lines |
* | Move file_util to base/files/ directory. | brettw@chromium.org | 2014-08-13 | 1 | -1/+1 |
* | net: FileStream cleanup | rvargas@chromium.org | 2014-06-20 | 1 | -0/+17 |
* | Require FLAG_WRITE when FLAG_CREATE_ALWAYS is specified | mdempsky@chromium.org | 2014-06-10 | 1 | -1/+1 |
* | Remove PlatforFile from fileapi/native_file_util | rvargas@chromium.org | 2014-03-26 | 1 | -0/+11 |
* | net: Update FileStream to use base::File instead of PlatformFile. | rvargas@chromium.org | 2014-03-21 | 1 | -10/+28 |
* | Implement File::WriteAtCurrentPos for Windows | rvargas@chromium.org | 2014-03-07 | 1 | -6/+27 |
* | Base: Rename File::error() to File::error_details() | rvargas@chromium.org | 2014-01-08 | 1 | -9/+9 |
* | Convert base::file_util to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-07 | 1 | -0/+25 |
* | Convert base::MemoryMappedFile to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-03 | 1 | -3/+19 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 1 | -3/+3 |
* | Base: Move platform_file.* to files/file.* | rvargas@chromium.org | 2013-12-04 | 1 | -209/+135 |
* | Base: Copy platform_file.* to files/file.* | rvargas@google.com | 2013-11-28 | 1 | -0/+434 |