summaryrefslogtreecommitdiffstats
path: root/base/file_path_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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