| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove file_util debugging cruft from crbug.com/108724 | robertshield@chromium.org | 2013-10-10 | 1 | -2/+0 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -8/+7 |
* | Fix some typo in base::file_util.h comments. | etienneb@chromium.org | 2013-08-04 | 1 | -4/+4 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -2/+2 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -12/+12 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -4/+4 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 1 | -29/+36 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -17/+12 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -5/+7 |
* | Move ComputeDirectorySize to the base namespace. | brettw@chromium.org | 2013-06-22 | 1 | -10/+11 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Make CreateDirectory return an error code instead of just a bool. | dgrogan@chromium.org | 2013-06-11 | 1 | -0/+6 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -111/+3 |
* | Make base:ReplaceFile return an informative error. | dgrogan@chromium.org | 2013-05-08 | 1 | -1/+7 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -3/+111 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -111/+3 |
* | Remove file_util::IsDot and ::IsDotDot. | brettw@chromium.org | 2013-04-13 | 1 | -6/+0 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 1 | -20/+7 |
* | Document file_util::Delete() a bit better. | gavinp@chromium.org | 2013-04-11 | 1 | -1/+2 |
* | When creating app shortcuts on the mac, suffix them with (1) if the shortcut ... | jeremya@chromium.org | 2013-04-04 | 1 | -0/+7 |
* | Minor file_util cleanup. | brettw@chromium.org | 2013-04-03 | 1 | -25/+0 |
* | base: Move MemoryMappedFile out of file_util.h and into its own header file. | tfarina@chromium.org | 2013-02-24 | 1 | -53/+0 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Truncate the download file name if it exceeds the filesystem limit. | kinaba@chromium.org | 2013-02-21 | 1 | -0/+4 |
* | Add path traversal protection to Move and CopyFile too. | cevans@chromium.org | 2013-02-06 | 1 | -0/+12 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -87/+98 |
* | Remove GetFileCreationLocalTime. It is unused. | brettw@chromium.org | 2013-01-24 | 1 | -12/+0 |
* | Don't allow path traversal paths on the base file helpers | cpu@chromium.org | 2013-01-09 | 1 | -0/+1 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h... | gab@chromium.org | 2012-09-12 | 1 | -51/+0 |
* | Remove FileEnumerator::IsLink | tzik@chromium.org | 2012-09-12 | 1 | -1/+0 |
* | installer_util_unittests has failed on XP Tests (dbg)(1) since this landed | dgrogan@chromium.org | 2012-09-11 | 1 | -0/+51 |
* | Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho... | gab@chromium.org | 2012-09-10 | 1 | -51/+0 |
* | Fix indent nit in file_util.h | gab@chromium.org | 2012-08-18 | 1 | -8/+8 |
* | Change the type of file_type parameter to int, as the parameter actually take... | haruki@chromium.org | 2012-08-12 | 1 | -5/+5 |
* | Remove packaged app Windows shortcuts when app is uninstalled. | benwells@chromium.org | 2012-08-10 | 1 | -4/+10 |
* | Fix #endif comments for iOS exclusions in base/file_util* | stuartmorgan@chromium.org | 2012-07-24 | 1 | -1/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Add the methods to change and get a posix file permission to file_util. | yoshiki@chromium.org | 2012-07-11 | 1 | -1/+29 |
* | Do not use grp.h on iOS. | qsr@chromium.org | 2012-07-09 | 1 | -1/+1 |
* | Refactor CreateOrUpdateChromeShortcuts() for a better public API. | gab@chromium.org | 2012-07-06 | 1 | -2/+4 |
* | Fix a bug in file_util::Delete() where symlinks are not handled right | yoshiki@chromium.org | 2012-06-30 | 1 | -0/+3 |
* | AppendToFile implementation. | loislo@chromium.org | 2012-04-29 | 1 | -0/+4 |
* | Win 8 Start Menu shortcut changes | gab@chromium.org | 2012-04-06 | 1 | -26/+21 |
* | Cleanup: Remove remaining deprecated file_util functions. | thestig@chromium.org | 2012-03-14 | 1 | -6/+0 |
* | Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator. | tzik@chromium.org | 2012-03-10 | 1 | -0/+1 |
* | Only include base/file_util_deprecated.h on Windows. | thestig@chromium.org | 2012-02-28 | 1 | -0/+2 |
* | Remove PreReadImage from base/file_util. | rogerm@chromium.org | 2012-02-07 | 1 | -10/+0 |
* | Add some more desperate logging attempting to understand crasher. | aa@chromium.org | 2012-02-05 | 1 | -0/+2 |
* | Move common file path related methods between chrome & content to file_util. ... | jam@chromium.org | 2012-01-31 | 1 | -0/+7 |