summaryrefslogtreecommitdiffstats
path: root/base/file_path.cc
Commit message (Expand)AuthorAgeFilesLines
* FilePath: remove some functions that aren't really used.evan@chromium.org2011-05-311-26/+9
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-04-041-7/+9
* Reduce pass by value for FilePath.finnur@chromium.org2011-03-281-3/+3
* FilePath: remove .ToWStringHack()evan@chromium.org2011-03-101-6/+0
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-3/+2
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* FilePath: add a convertor to ASCIIevan@chromium.org2011-03-011-0/+12
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-041-3/+11
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-281-0/+2
* Make the order of methods in the cc files match the headers in base/.erg@google.com2011-01-071-96/+98
* Remove an unneeded Mac include.thomasvl@chromium.org2010-11-151-1/+1
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-4/+4
* Revert 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-121-16/+0
* Allow per-plugin content settings.bauerb@chromium.org2010-08-121-0/+16
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-4/+3
* Fix file_path build.brettw@chromium.org2010-07-311-2/+2
* Fix Windows build by qualifying the namespace.brettw@chromium.org2010-07-311-2/+3
* Treat multiple extensions like .tar.gz as a single extension.estade@chromium.org2010-07-271-56/+96
* Remove more definitions from header files.erg@chromium.org2010-07-161-0/+17
* Add a method for normalizing path separators on Windows.tony@chromium.org2010-06-251-0/+9
* Support reordering of Browser Actions within the container. Currently does no...finnur@chromium.org2010-02-031-1/+39
* 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