summaryrefslogtreecommitdiffstats
path: root/base/base_paths_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+1
* Clean up header files.avi2015-12-261-0/+2
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Add support for GetHomeDir for Mac and Windows.brettw@chromium.org2014-02-191-3/+0
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-1/+1
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-271-1/+1
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-2/+2
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-4/+9
* Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...wjia@chromium.org2012-09-201-9/+4
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-4/+9
* Cleanup: Add a const variable for /proc/self/exe.thestig@chromium.org2012-09-151-7/+4
* Revert r144460 "Remove the linux-only CR_SOURCE_ROOT environment variable ove...maruel@chromium.org2012-07-261-0/+14
* Prettify output from chrome.fileSystem.getDisplayPath for POSIX profile direc...thorogood@chromium.org2012-07-231-1/+6
* Remove the linux-only CR_SOURCE_ROOT environment variable override of base::D...maruel@chromium.org2012-06-271-14/+0
* Make GetWebKitRootDirFilePath smarter about where the WebKit root is relative...jochen@chromium.org2012-02-031-28/+5
* rename some _linux files to _posix and introduce os_bsdmark@chromium.org2011-11-141-0/+135
* Move xdg_util into base/nix. I originally wanted to use base/linux, but youbrettw@chromium.org2010-10-161-116/+0
* base: rename Environment::GetEnv to Environment::GetVar.tfarina@chromium.org2010-08-071-1/+1
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-3/+3
* Support for DIR_SOURCE_ROOT in a case of WebKit-only checkout.tkent@chromium.org2010-06-151-0/+10
* use sysctl instead of /proc on FreeBSDpvalchev@google.com2010-05-101-2/+18
* bsd: refactor XDG bits of linux_util into a shared file.evan@chromium.org2010-04-221-1/+1
* Add support for user-defined source root directory.mmoss@google.com2010-04-211-1/+16
* Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...thestig@chromium.org2010-04-031-3/+3
* solaris: minor ifdefsevan@chromium.org2010-02-171-0/+2
* Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...thestig@chromium.org2009-12-021-1/+11
* posix: refactor duplicated path-handling codeevan@chromium.org2009-11-211-0/+63