summaryrefslogtreecommitdiffstats
path: root/base/path_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-8/+8
* ifdef OS_NAME -> if defined(OS_NAME)dbeam@chromium.org2013-03-231-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Make base compile with no "using base::FilePath".brettw@chromium.org2013-02-161-0/+2
* Revert 182032brettw@chromium.org2013-02-121-2/+0
* Make base compile with no "using base::FilePath".brettw@chromium.org2013-02-121-0/+2
* Disable cache in PathService.vitalybuka@chromium.org2013-01-291-3/+18
* Remove ".." from PathService take #2.maruel@chromium.org2013-01-261-0/+6
* Add PathService::RemoveOverride to clear path overrides.pastarmovj@chromium.org2012-09-261-43/+59
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-4/+6
* Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...wjia@chromium.org2012-09-201-6/+4
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-4/+6
* Add new method OverrideAndCreateIfNeeded to PathService.pastarmovj@chromium.org2012-05-091-7/+18
* Revert 135321 - Make sure only the main browser process and service proceses ...pastarmovj@chromium.org2012-05-041-18/+7
* Make sure only the main browser process and service proceses are allowed to c...pastarmovj@chromium.org2012-05-041-7/+18
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-5/+5
* Options2: Pull the trigger.jhawkins@chromium.org2011-12-141-3/+3
* Revert "Options2: Pull the trigger."jhawkins@chromium.org2011-12-131-3/+3
* Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-3/+3
* Revert 114236 - Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-3/+3
* Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-3/+3
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Upstream android file related code.michaelbai@google.com2011-06-211-1/+17
* Use DCHECK_GE() where possible in base/. Patch by Kushal Pisavadia (see http...pkasting@chromium.org2011-03-311-2/+2
* Continuing with DCHECK() replacement. Switching to DCHECK_GT for better debug...kushi.p@gmail.com2011-03-131-2/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-9/+9
* 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