summaryrefslogtreecommitdiffstats
path: root/base/file_path.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of FilePath::AppendAndResolveRelative().mad@chromium.org2009-10-281-69/+0
* Fix for bug 10876 that resulted in some refactoring:rolandsteiner@chromium.org2009-10-281-4/+606
* Revert 30168 - Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-606/+4
* Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-4/+606
* Revert 30149 - The existing file_util::AbsolutePath() function was already do...tim@chromium.org2009-10-271-0/+69
* The existing file_util::AbsolutePath() function was already doing what we nee...mad@chromium.org2009-10-271-69/+0
* Minimize dependency of user scripts.mad@chromium.org2009-10-201-2/+69
* Set OS X cache directory to ~/Library/Caches/[app name]/[profile name] mark@chromium.org2009-09-161-0/+10
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-2/+3
* Add "bool FilePath::ReferencesParent()" which adds a clean & simple way forcevans@chromium.org2009-08-151-0/+14
* Reliability test porting: stringy stuff.estade@chromium.org2009-08-131-0/+9
* Fix few trivial Coverity issues, mainly PASS_BY_VALUE.phajdan.jr@chromium.org2009-07-061-1/+1
* make FilePath:IsParent use case-insensitive compare for drive letters on windowsrafaelw@chromium.org2009-07-011-0/+52
* Allow extension extensions to be case-insensitive.avi@chromium.org2009-06-291-0/+12
* Move PathComponents from file_util to FilePath, add FilePath::IsParent()rafaelw@chromium.org2009-06-241-0/+72
* Move a few functions commonly called with char* to StringPiece.deanm@chromium.org2009-05-291-2/+2
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Adds AppendASCII which will append an ASCII path component.erikkay@google.com2009-01-211-0/+9
* Move Contains() method to file_utils, stop relying on in extensions_protocolaa@chromium.org2009-01-091-26/+0
* Add implementations of various extension related methods (derived from file_u...erikkay@google.com2009-01-091-4/+81
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-061-1/+1
* Keep trying to undo 7564.estade@chromium.org2009-01-051-2/+2
* Unbreak unit tests. Revert r7564.estade@chromium.org2009-01-051-2/+2
* Reverting 7423.erikkay@google.com2008-12-231-9/+0
* Add a method to explicitly request a UTF8 representation of a FilePath. This...erikkay@google.com2008-12-231-0/+9
* Rather than create a TODO that will never be done, I went ahead and implement...aa@chromium.org2008-12-181-0/+27
* Move file enumeration to filepaths.avi@google.com2008-12-111-5/+12
* Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jrmark@chromium.org2008-12-081-29/+51
* Backing out r6315 due to DirectoryWatcherTest.SubDir (base_unittests) failuremark@chromium.org2008-12-031-51/+29
* Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jrmark@chromium.org2008-12-031-29/+51
* Backing out r6299 due to DirectoryWatcherTest.SubDir (base_unittests) failuremark@chromium.org2008-12-031-51/+29
* Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jrmark@chromium.org2008-12-031-29/+51
* Remove file_util::kPathSeparator from posix.estade@chromium.org2008-11-271-4/+3
* Begin the first small step towards using FilePath everywhere:evanm@google.com2008-10-301-0/+28
* Add a FilePath objectmark@chromium.org2008-10-031-0/+175