| Commit message (Expand) | Author | Age | Files | Lines |
* | ImportantFileWriter | phajdan.jr@chromium.org | 2009-04-28 | 1 | -0/+3 |
* | POSIX: Make --user-data-dir work when it doesn't exist. | agl@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv... | thestig@chromium.org | 2009-04-24 | 1 | -3/+0 |
* | Protect RandUint64 against EINTR. | phajdan.jr@chromium.org | 2009-04-23 | 1 | -0/+7 |
* | Reverting 14152. | thestig@chromium.org | 2009-04-21 | 1 | -0/+5 |
* | Stop using and remove deprecated file_util::TrimTrailingSeparator(). | thestig@chromium.org | 2009-04-21 | 1 | -5/+0 |
* | Stop using and remove deprecated file_util::TrimFilename(). | thestig@chromium.org | 2009-04-21 | 1 | -5/+0 |
* | Implement file_util::CountFilesCreatedAfter() for posix environments. | evan@chromium.org | 2009-04-21 | 1 | -3/+6 |
* | Retrial of the first step to port file_util::CountFilesCreatedAfter() | erikkay@google.com | 2009-04-18 | 1 | -4/+7 |
* | Reverting 13748. | erikkay@google.com | 2009-04-15 | 1 | -7/+4 |
* | Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaj... | erikkay@google.com | 2009-04-15 | 1 | -4/+7 |
* | First pass of refactoring dialogs. | avi@chromium.org | 2009-04-06 | 1 | -0/+2 |
* | Implement DownloadFile::Rename() for posix. Downloads work on linux! | estade@chromium.org | 2009-03-13 | 1 | -1/+3 |
* | file_util::Move fails on Windows if moving a directory | huanr@chromium.org | 2009-03-11 | 1 | -0/+6 |
* | Properly honor base::SharedMemory semantics for name="" to mean | jrg@chromium.org | 2009-02-04 | 1 | -0/+12 |
* | Safe browsing cleanup: | estade@chromium.org | 2009-01-28 | 1 | -0/+4 |
* | Add FilePath version of ReadFileToString. | erikkay@google.com | 2009-01-28 | 1 | -0/+2 |
* | Roll forward 8722,8721 | jeremy@chromium.org | 2009-01-27 | 1 | -0/+17 |
* | Reverting 8722,8721. | maruel@chromium.org | 2009-01-27 | 1 | -17/+0 |
* | First step of porting VisitedLinkMaster to POSIX: | jeremy@chromium.org | 2009-01-27 | 1 | -0/+17 |
* | Move Contains() method to file_utils, stop relying on in extensions_protocol | aa@chromium.org | 2009-01-09 | 1 | -4/+3 |
* | Add implementations of various extension related methods (derived from file_u... | erikkay@google.com | 2009-01-09 | 1 | -13/+9 |
* | Convert download manager to FilePath. | estade@chromium.org | 2009-01-06 | 1 | -2/+4 |
* | Unbreak unit tests. Revert r7564. | estade@chromium.org | 2009-01-05 | 1 | -2/+0 |
* | * switch download manager to using FilePath | estade@chromium.org | 2009-01-05 | 1 | -0/+2 |
* | file_util minor cleanup: | erikkay@google.com | 2008-12-23 | 1 | -0/+7 |
* | revert r6938 | estade@chromium.org | 2008-12-12 | 1 | -6/+8 |
* | Reverting 6935. | ojan@google.com | 2008-12-12 | 1 | -8/+6 |
* | Implement the memory mapped file class for posix. | estade@chromium.org | 2008-12-12 | 1 | -6/+8 |
* | Add a MemoryMappedFile class to file_util. | estade@chromium.org | 2008-12-12 | 1 | -1/+38 |
* | Move file enumeration to filepaths. | avi@google.com | 2008-12-11 | 1 | -7/+9 |
* | Get rid of kPathSeparator on windows. Port some wstring function to take File... | estade@chromium.org | 2008-12-04 | 1 | -14/+8 |
* | Remove file_util::kPathSeparator from posix. | estade@chromium.org | 2008-11-27 | 1 | -10/+25 |
* | Append a trailing slash on file directory URLs. Thus a link to /directory wil... | estade@chromium.org | 2008-11-25 | 1 | -3/+8 |
* | Port directory lister to allow the linux and mac test shells to display file ... | estade@chromium.org | 2008-11-20 | 1 | -0/+14 |
* | revert 5730 | estade@chromium.org | 2008-11-19 | 1 | -14/+0 |
* | Port directory lister to posix. | estade@chromium.org | 2008-11-19 | 1 | -0/+14 |
* | revert 5725 | estade@chromium.org | 2008-11-19 | 1 | -14/+0 |
* | Port directory lister so test shell can view file directories. | estade@chromium.org | 2008-11-19 | 1 | -0/+14 |
* | Implement some missing file util functions. | estade@chromium.org | 2008-11-17 | 1 | -0/+2 |
* | * Revert "Por rt flush_cache tool." | agl@chromium.org | 2008-11-11 | 1 | -4/+0 |
* | Port flush_cache tool. | agl@chromium.org | 2008-11-11 | 1 | -0/+4 |
* | Added CreateTemporaryFileName that takes a FilePath argument. | estade@chromium.org | 2008-11-11 | 1 | -2/+3 |
* | Port more of url_request_unittest.cc. | dkegel@google.com | 2008-11-04 | 1 | -0/+5 |
* | Always show file extensions in the shelf. | glen@chromium.org | 2008-11-03 | 1 | -0/+3 |
* | Begin the first small step towards using FilePath everywhere: | evanm@google.com | 2008-10-30 | 1 | -0/+28 |
* | Make sure it's possible to download to a network share. | nsylvain@chromium.org | 2008-10-27 | 1 | -2/+2 |
* | This CL adds prompting for dangerous types of files (executable) when they ar... | jcampan@chromium.org | 2008-10-10 | 1 | -0/+4 |
* | Fix some problems with machine level install. | kuchhal@chromium.org | 2008-10-08 | 1 | -0/+4 |
* | Cross-platform wrappers for fopen, _wfopen_s, etc. | mark@chromium.org | 2008-10-01 | 1 | -0/+9 |