| Commit message (Expand) | Author | Age | Files | Lines |
* | Move file_util to base/files/ directory. | brettw@chromium.org | 2014-08-13 | 1 | -1/+1 |
* | Add support for GetHomeDir for Mac and Windows. | brettw@chromium.org | 2014-02-19 | 1 | -3/+0 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 1 | -1/+1 |
* | Move Posix file utils to the base namespace. | brettw@chromium.org | 2013-11-27 | 1 | -1/+1 |
* | Update include paths in base for base/process changes. | rsesek@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -2/+2 |
* | Add new PathService paths for Windows' All Users Desktop and Quick Launch fol... | gab@chromium.org | 2012-09-20 | 1 | -4/+9 |
* | Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ... | wjia@chromium.org | 2012-09-20 | 1 | -9/+4 |
* | Add new PathService paths for Windows' All Users Desktop and Quick Launch fol... | gab@chromium.org | 2012-09-20 | 1 | -4/+9 |
* | Cleanup: Add a const variable for /proc/self/exe. | thestig@chromium.org | 2012-09-15 | 1 | -7/+4 |
* | Revert r144460 "Remove the linux-only CR_SOURCE_ROOT environment variable ove... | maruel@chromium.org | 2012-07-26 | 1 | -0/+14 |
* | Prettify output from chrome.fileSystem.getDisplayPath for POSIX profile direc... | thorogood@chromium.org | 2012-07-23 | 1 | -1/+6 |
* | Remove the linux-only CR_SOURCE_ROOT environment variable override of base::D... | maruel@chromium.org | 2012-06-27 | 1 | -14/+0 |
* | Make GetWebKitRootDirFilePath smarter about where the WebKit root is relative... | jochen@chromium.org | 2012-02-03 | 1 | -28/+5 |
* | rename some _linux files to _posix and introduce os_bsd | mark@chromium.org | 2011-11-14 | 1 | -0/+135 |
* | Move xdg_util into base/nix. I originally wanted to use base/linux, but you | brettw@chromium.org | 2010-10-16 | 1 | -116/+0 |
* | base: rename Environment::GetEnv to Environment::GetVar. | tfarina@chromium.org | 2010-08-07 | 1 | -1/+1 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 1 | -3/+3 |
* | Support for DIR_SOURCE_ROOT in a case of WebKit-only checkout. | tkent@chromium.org | 2010-06-15 | 1 | -0/+10 |
* | use sysctl instead of /proc on FreeBSD | pvalchev@google.com | 2010-05-10 | 1 | -2/+18 |
* | bsd: refactor XDG bits of linux_util into a shared file. | evan@chromium.org | 2010-04-22 | 1 | -1/+1 |
* | Add support for user-defined source root directory. | mmoss@google.com | 2010-04-21 | 1 | -1/+16 |
* | Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r... | thestig@chromium.org | 2010-04-03 | 1 | -3/+3 |
* | solaris: minor ifdefs | evan@chromium.org | 2010-02-17 | 1 | -0/+2 |
* | Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th... | thestig@chromium.org | 2009-12-02 | 1 | -1/+11 |
* | posix: refactor duplicated path-handling code | evan@chromium.org | 2009-11-21 | 1 | -0/+63 |