summaryrefslogtreecommitdiffstats
path: root/base/file_path_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of FilePath::AppendAndResolveRelative().mad@chromium.org2009-10-281-92/+0
* Fix for bug 10876 that resulted in some refactoring:rolandsteiner@chromium.org2009-10-281-14/+110
* Revert 30168 - Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-111/+14
* Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-14/+111
* Revert 30149 - The existing file_util::AbsolutePath() function was already do...tim@chromium.org2009-10-271-0/+92
* The existing file_util::AbsolutePath() function was already doing what we nee...mad@chromium.org2009-10-271-92/+0
* Minimize dependency of user scripts.mad@chromium.org2009-10-201-2/+94
* Add FilePathTest.StripTrailingSeparators to base_unittests to testmark@chromium.org2009-10-131-1/+64
* Fix and reenable AppendRelativePathTest which was broken on Windows.mark@chromium.org2009-09-231-3/+13
* Disable FilePathTest.AppendRelativeTest from r26387.mark@chromium.org2009-09-161-1/+1
* Set OS X cache directory to ~/Library/Caches/[app name]/[profile name] mark@chromium.org2009-09-161-0/+70
* Add "bool FilePath::ReferencesParent()" which adds a clean & simple way forcevans@chromium.org2009-08-151-1/+32
* make FilePath:IsParent use case-insensitive compare for drive letters on windowsrafaelw@chromium.org2009-07-011-1/+70
* Allow extension extensions to be case-insensitive.avi@chromium.org2009-06-291-26/+57
* Move PathComponents from file_util to FilePath, add FilePath::IsParent()rafaelw@chromium.org2009-06-241-0/+102
* Adds AppendASCII which will append an ASCII path component.erikkay@google.com2009-01-211-1/+12
* Move Contains() method to file_utils, stop relying on in extensions_protocolaa@chromium.org2009-01-091-44/+0
* Add implementations of various extension related methods (derived from file_u...erikkay@google.com2009-01-091-0/+159
* Keep trying to undo 7564.estade@chromium.org2009-01-051-2/+2
* Unbreak unit tests. Revert r7564.estade@chromium.org2009-01-051-2/+2
* fix merge failureaa@chromium.org2008-12-181-1/+0
* Rather than create a TODO that will never be done, I went ahead and implement...aa@chromium.org2008-12-181-6/+64
* Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jrmark@chromium.org2008-12-081-2/+5
* Backing out r6315 due to DirectoryWatcherTest.SubDir (base_unittests) failuremark@chromium.org2008-12-031-5/+2
* Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jrmark@chromium.org2008-12-031-2/+5
* Backing out r6299 due to DirectoryWatcherTest.SubDir (base_unittests) failuremark@chromium.org2008-12-031-5/+2
* Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jrmark@chromium.org2008-12-031-2/+5
* Use the full src-relative path to gtest.hmark@chromium.org2008-10-031-1/+1
* Add a FilePath objectmark@chromium.org2008-10-031-0/+348