summaryrefslogtreecommitdiffstats
path: root/base/file_path.h
Commit message (Expand)AuthorAgeFilesLines
* PrintTo for FilePath -- Pretty-print when comparing FilePaths in gtestgab@chromium.org2012-09-261-0/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add an AddExtension() method in FilePathrdevlin.cronin@chromium.org2012-04-251-1/+6
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+2
* Define FilePath::NormalizePathSeparators on all platformskinuko@chromium.org2012-02-101-5/+4
* Add FilePath::FromUTF8Unsafe() and FilePath::AsUTF8Unsafe().satorux@chromium.org2011-11-021-0/+26
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* Upstream android string implementation etc.michaelbai@google.com2011-06-271-4/+3
* FilePath: remove some functions that aren't really used.evan@chromium.org2011-05-311-6/+0
* FilePath: Add WARN_UNUSED_RESULT in more places.thakis@chromium.org2011-05-051-7/+10
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-04-041-2/+4
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-2/+3
* FilePath: remove .ToWStringHack()evan@chromium.org2011-03-101-3/+2
* FilePath: add a convertor to ASCIIevan@chromium.org2011-03-011-0/+5
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-041-0/+9
* Revert 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-121-18/+0
* Allow per-plugin content settings.bauerb@chromium.org2010-08-121-0/+18
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Rename the download to its final name only after the download is finishedkinuko@chromium.org2010-07-211-0/+2
* Remove more definitions from header files.erg@chromium.org2010-07-161-8/+5
* Convert some helper tools to use FilePaths for file names.evan@chromium.org2010-07-141-1/+4
* Add a method for normalizing path separators on Windows.tony@chromium.org2010-06-251-0/+5
* Use FilePath in ProfileInfo struct.tfarina@chromium.org2010-05-151-0/+2
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-1/+1
* Add some more comments near the *Hack() functions.evan@chromium.org2010-02-261-11/+13
* Support reordering of Browser Actions within the container. Currently does no...finnur@chromium.org2010-02-031-1/+12
* Get rid of FilePath::AppendAndResolveRelative().mad@chromium.org2009-10-281-12/+0
* Fix for bug 10876 that resulted in some refactoring:rolandsteiner@chromium.org2009-10-281-0/+35
* Revert 30168 - Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-35/+0
* Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-0/+35
* Revert 30149 - The existing file_util::AbsolutePath() function was already do...tim@chromium.org2009-10-271-0/+12
* The existing file_util::AbsolutePath() function was already doing what we nee...mad@chromium.org2009-10-271-12/+0
* Minimize dependency of user scripts.mad@chromium.org2009-10-201-0/+12
* Add a comment to file_path.h describing a couple of bits of trivia that camemark@chromium.org2009-10-141-0/+28
* Set OS X cache directory to ~/Library/Caches/[app name]/[profile name] mark@chromium.org2009-09-161-0/+10
* This CL fixes issue 10860 - RTL: Hebrew file names should have forced LTRxji@chromium.org2009-09-161-1/+7
* 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/+4
* Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linuxmark@chromium.org2009-08-131-3/+5
* Reliability test porting: stringy stuff.estade@chromium.org2009-08-131-0/+1
* make FilePath:IsParent use case-insensitive compare for drive letters on windowsrafaelw@chromium.org2009-07-011-6/+2
* Allow extension extensions to be case-insensitive.avi@chromium.org2009-06-291-0/+4
* Move PathComponents from file_util to FilePath, add FilePath::IsParent()rafaelw@chromium.org2009-06-241-0/+12
* Move a few functions commonly called with char* to StringPiece.deanm@chromium.org2009-05-291-1/+2
* Clean up icon loader/manager in preparation for porting.estade@chromium.org2009-04-141-0/+4
* Adds AppendASCII which will append an ASCII path component.erikkay@google.com2009-01-211-0/+8
* Move Contains() method to file_utils, stop relying on in extensions_protocolaa@chromium.org2009-01-091-5/+0
* Add implementations of various extension related methods (derived from file_u...erikkay@google.com2009-01-091-0/+33
* Convert download manager to FilePath.estade@chromium.org2009-01-061-0/+2
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-061-5/+10