| Commit message (Expand) | Author | Age | Files | Lines |
* | Header cleanup in base. | brettw@chromium.org | 2010-08-17 | 1 | -3/+3 |
* | Treat multiple extensions like .tar.gz as a single extension. | estade@chromium.org | 2010-07-27 | 1 | -4/+43 |
* | Add a method for normalizing path separators on Windows. | tony@chromium.org | 2010-06-25 | 1 | -1/+45 |
* | Get rid of FilePath::AppendAndResolveRelative(). | mad@chromium.org | 2009-10-28 | 1 | -92/+0 |
* | Fix for bug 10876 that resulted in some refactoring: | rolandsteiner@chromium.org | 2009-10-28 | 1 | -14/+110 |
* | Revert 30168 - Commit patch set from http://codereview.chromium.org/149796 | rolandsteiner@chromium.org | 2009-10-27 | 1 | -111/+14 |
* | Commit patch set from http://codereview.chromium.org/149796 | rolandsteiner@chromium.org | 2009-10-27 | 1 | -14/+111 |
* | Revert 30149 - The existing file_util::AbsolutePath() function was already do... | tim@chromium.org | 2009-10-27 | 1 | -0/+92 |
* | The existing file_util::AbsolutePath() function was already doing what we nee... | mad@chromium.org | 2009-10-27 | 1 | -92/+0 |
* | Minimize dependency of user scripts. | mad@chromium.org | 2009-10-20 | 1 | -2/+94 |
* | Add FilePathTest.StripTrailingSeparators to base_unittests to test | mark@chromium.org | 2009-10-13 | 1 | -1/+64 |
* | Fix and reenable AppendRelativePathTest which was broken on Windows. | mark@chromium.org | 2009-09-23 | 1 | -3/+13 |
* | Disable FilePathTest.AppendRelativeTest from r26387. | mark@chromium.org | 2009-09-16 | 1 | -1/+1 |
* | Set OS X cache directory to ~/Library/Caches/[app name]/[profile name] | mark@chromium.org | 2009-09-16 | 1 | -0/+70 |
* | Add "bool FilePath::ReferencesParent()" which adds a clean & simple way for | cevans@chromium.org | 2009-08-15 | 1 | -1/+32 |
* | make FilePath:IsParent use case-insensitive compare for drive letters on windows | rafaelw@chromium.org | 2009-07-01 | 1 | -1/+70 |
* | Allow extension extensions to be case-insensitive. | avi@chromium.org | 2009-06-29 | 1 | -26/+57 |
* | Move PathComponents from file_util to FilePath, add FilePath::IsParent() | rafaelw@chromium.org | 2009-06-24 | 1 | -0/+102 |
* | Adds AppendASCII which will append an ASCII path component. | erikkay@google.com | 2009-01-21 | 1 | -1/+12 |
* | Move Contains() method to file_utils, stop relying on in extensions_protocol | aa@chromium.org | 2009-01-09 | 1 | -44/+0 |
* | Add implementations of various extension related methods (derived from file_u... | erikkay@google.com | 2009-01-09 | 1 | -0/+159 |
* | Keep trying to undo 7564. | estade@chromium.org | 2009-01-05 | 1 | -2/+2 |
* | Unbreak unit tests. Revert r7564. | estade@chromium.org | 2009-01-05 | 1 | -2/+2 |
* | fix merge failure | aa@chromium.org | 2008-12-18 | 1 | -1/+0 |
* | Rather than create a TODO that will never be done, I went ahead and implement... | aa@chromium.org | 2008-12-18 | 1 | -6/+64 |
* | Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr | mark@chromium.org | 2008-12-08 | 1 | -2/+5 |
* | Backing out r6315 due to DirectoryWatcherTest.SubDir (base_unittests) failure | mark@chromium.org | 2008-12-03 | 1 | -5/+2 |
* | Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr | mark@chromium.org | 2008-12-03 | 1 | -2/+5 |
* | Backing out r6299 due to DirectoryWatcherTest.SubDir (base_unittests) failure | mark@chromium.org | 2008-12-03 | 1 | -5/+2 |
* | Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr | mark@chromium.org | 2008-12-03 | 1 | -2/+5 |
* | Use the full src-relative path to gtest.h | mark@chromium.org | 2008-10-03 | 1 | -1/+1 |
* | Add a FilePath object | mark@chromium.org | 2008-10-03 | 1 | -0/+348 |