summaryrefslogtreecommitdiffstats
path: root/base/path_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-2/+4
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-4/+2
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-2/+4
* windows: remove PathService::Get() that uses wstringsevan@chromium.org2010-11-301-12/+0
* Revert 67201 - Revert 67191 - chrome_paths: refactor and sanitize cache direc...viettrungluu@chromium.org2010-11-241-8/+0
* Revert 67191 - chrome_paths: refactor and sanitize cache directory handlingviettrungluu@chromium.org2010-11-241-0/+8
* chrome_paths: refactor and sanitize cache directory handlingevan@chromium.org2010-11-241-8/+0
* Revert "chrome_paths: refactor and sanitize cache directory handling"evan@chromium.org2010-11-231-0/+8
* chrome_paths: refactor and sanitize cache directory handlingevan@chromium.org2010-11-231-8/+0
* linux: fix cache corruption when using multiple --user-data-direvan@chromium.org2010-11-131-0/+8
* Fix CheckFalseTest.CheckFails on Linux after my change to ui_test.phajdan.jr@chromium.org2010-09-091-12/+26
* Revert 56738 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_t...rvargas@google.com2010-08-191-32/+13
* Fix CheckFalseTest.CheckFails on Linux after my change to ui_test.phajdan.jr@chromium.org2010-08-191-13/+32
* Header cleanup in base.brettw@chromium.org2010-08-171-1/+0
* Revert 55450 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_t...glen@chromium.org2010-08-091-26/+12
* Fix CheckFalseTest.CheckFails on Linux after my change to ui_test.phajdan.jr@chromium.org2010-08-091-12/+26
* posix: refactor duplicated path-handling codeevan@chromium.org2009-11-211-11/+11
* Make all paths passed to --user-data-dir absolute.erg@google.com2009-10-271-8/+9
* Deprecate PathService::Get(..., wstring*) and use FilePath instead.evan@chromium.org2009-10-191-0/+2
* Quick fix to use file_util::SetCurrentDirectory method instead of the PathSer...erikkay@chromium.org2009-09-161-4/+0
* Landing the patch of Thiago Farina.jcampan@chromium.org2009-09-021-4/+0
* On Linux, the path to the exe is used to fork renderer processes.jcampan@chromium.org2009-06-251-6/+9
* POSIX: Make --user-data-dir work when it doesn't exist.agl@chromium.org2009-04-271-0/+5
* Reverting 14152.thestig@chromium.org2009-04-211-3/+2
* Stop using and remove deprecated file_util::TrimTrailingSeparator().thestig@chromium.org2009-04-211-2/+3
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-2/+2
* Instead of appending "Downloads" to the user document directory, let each pla...estade@chromium.org2009-02-281-4/+4
* Move more code to using FilePath.evanm@google.com2008-11-191-9/+8
* Begin the first small step towards using FilePath everywhere:evanm@google.com2008-10-301-11/+23
* CreateDirectory() should check if an existing path is actually a directory be...mmoss@google.com2008-09-111-4/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* For some reason, when I changed PathData to be a singleton (r722) Purify star...erikkay@google.com2008-08-201-7/+23
* To pass string_util_unittest, we need the ICU data file. To get the ICU data...evanm@google.com2008-08-151-4/+17
* I accidentally committed file_version_info. Since comments were relatively m...erikkay@google.com2008-08-121-21/+16
* recursive_mutexerikkay@google.com2008-08-111-15/+27
* * add base_paths_mac.mm to mac porterikkay@google.com2008-08-081-17/+20
* Improve PathServiceTest test by verifying that the returned path exists.maruel@google.com2008-08-071-4/+2
* Refactoring file_util into file_util and file_util_win. Also fix windows dep...erikkay@google.com2008-08-061-10/+2
* Mac changes to the path service.avi@google.com2008-08-061-9/+35
* refactor base_paths so that windows-specific paths are pulled out into their ...erikkay@google.com2008-08-051-1/+22
* Add base to the repository.initial.commit2008-07-261-0/+202