| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoids the use of ToWStringHack in a few places. | evan@chromium.org | 2009-08-26 | 1 | -15/+15 |
* | Remove uses of deprecated version of FileUtil::ResolveShortcut. | evan@chromium.org | 2009-08-25 | 1 | -6/+5 |
* | Renames the function CreateTemporaryFilename to CreateTemporaryFile and track... | erikkay@chromium.org | 2009-08-18 | 1 | -4/+4 |
* | Use platform-appropriate newlines in JSON output. | mark@chromium.org | 2009-06-26 | 1 | -0/+50 |
* | Move PathComponents from file_util to FilePath, add FilePath::IsParent() | rafaelw@chromium.org | 2009-06-24 | 1 | -51/+0 |
* | Pass through non-character codepoints in UTF-8,16,32 and Wide conversion func... | jshin@chromium.org | 2009-06-24 | 1 | -2/+3 |
* | Order posix file listings by type as well as name. | estade@chromium.org | 2009-06-24 | 1 | -2/+19 |
* | Include a parent directory link in the file list for file:///somepath | yuzo@chromium.org | 2009-06-09 | 1 | -10/+65 |
* | Submitting http://codereview.chromium.org/87039 on behalf of hamaji. | erikkay@google.com | 2009-04-23 | 1 | -2/+3 |
* | 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 | -10/+7 |
* | Reverting 13748. | erikkay@google.com | 2009-04-15 | 1 | -7/+10 |
* | Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaj... | erikkay@google.com | 2009-04-15 | 1 | -10/+7 |
* | Reduce usage of {To,From}WStringHack in file_util_unittest.cc | phajdan.jr@chromium.org | 2009-04-03 | 1 | -58/+60 |
* | file_util::Move fails on Windows if moving a directory | huanr@chromium.org | 2009-03-11 | 1 | -0/+30 |
* | Move FilePathTest under test_dir_ so it gets cleaned up on TearDown. | thestig@chromium.org | 2009-03-10 | 1 | -3/+1 |
* | Properly honor base::SharedMemory semantics for name="" to mean | jrg@chromium.org | 2009-02-04 | 1 | -5/+41 |
* | Make sure that Clipboard operations that require dispatching | rvargas@google.com | 2009-01-31 | 1 | -1/+3 |
* | Move Contains() method to file_utils, stop relying on in extensions_protocol | aa@chromium.org | 2009-01-09 | 1 | -0/+46 |
* | Move file enumeration to filepaths. | avi@google.com | 2008-12-11 | 1 | -16/+17 |
* | Get rid of kPathSeparator on windows. Port some wstring function to take File... | estade@chromium.org | 2008-12-04 | 1 | -63/+57 |
* | * Cleanup: move base/platform_test.h -> testing/ | jeremy@chromium.org | 2008-12-02 | 1 | -1/+1 |
* | Remove file_util::kPathSeparator from posix. | estade@chromium.org | 2008-11-27 | 1 | -0/+58 |
* | Added CreateTemporaryFileName that takes a FilePath argument. | estade@chromium.org | 2008-11-11 | 1 | -2/+2 |
* | Begin the first small step towards using FilePath everywhere: | evanm@google.com | 2008-10-30 | 1 | -172/+162 |
* | Fix FileEnumerator (win) for non-recursive, directory-only enumerations. | tim@chromium.org | 2008-10-16 | 1 | -0/+8 |
* | Fixes bug in file_util::ReplaceExtension that could chop off path | sky@google.com | 2008-09-19 | 1 | -0/+12 |
* | Implement CopyDirectory() for the POSIX branch of file_util. | evanm@google.com | 2008-09-18 | 1 | -3/+0 |
* | CreateDirectory() should check if an existing path is actually a directory be... | mmoss@google.com | 2008-09-11 | 1 | -12/+43 |
* | Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed out | mark@chromium.org | 2008-09-10 | 1 | -2/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Create a gtest test fixture subclass that allows for platform specific setup ... | erikkay@google.com | 2008-08-20 | 1 | -3/+10 |
* | Cleanup some comment typos. | ericroman@google.com | 2008-08-18 | 1 | -1/+1 |
* | sigh | erikkay@google.com | 2008-08-15 | 1 | -1/+3 |
* | one more try before revert | erikkay@google.com | 2008-08-15 | 1 | -14/+14 |
* | Part two of file_util porting. Almost all of the functionality has been port... | erikkay@google.com | 2008-08-15 | 1 | -59/+188 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+777 |