summaryrefslogtreecommitdiffstats
path: root/base/path_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+1
* Make PathData's LazyInstance LeakyScott Graham2015-12-031-11/+1
* Move PathService to the base namespace.brettw2015-09-251-41/+40
* base: Add/Fix namespace closing comments.danakj2015-03-071-1/+1
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Enable Enterprise enrollment on desktop builds.joaodasilva@chromium.org2014-05-021-5/+10
* Revert of Enable Enterprise enrollment on desktop builds. (https://codereview...falken@chromium.org2014-05-021-10/+5
* Enable Enterprise enrollment on desktop builds.joaodasilva@chromium.org2014-05-011-5/+10
* Move AppendFile and *CurrentDirectory to the base namespace.brettw@chromium.org2014-03-111-1/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* 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