1. cc8e4d8 Convert //base to use std::unique_ptr by dcheng · 8 years ago
  2. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  3. 2f68ea0 Clean up header files. by avi · 9 years ago
  4. 01f3da4 Move file_util to base/files/ directory. by brettw@chromium.org · 10 years ago
  5. 49de1af Add support for GetHomeDir for Mac and Windows. by brettw@chromium.org · 10 years ago
  6. 83c44c8 Move some more file utils to the base namespace. by brettw@chromium.org · 11 years ago
  7. 2873d9b Move Posix file utils to the base namespace. by brettw@chromium.org · 11 years ago
  8. 687756f Update include paths in base for base/process changes. by rsesek@chromium.org · 11 years ago
  9. 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 11 years ago
  10. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 11 years ago
  11. 97fc1e6 Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. by gab@chromium.org · 12 years ago
  12. 9d594d1 Revert 157667 - Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. by wjia@chromium.org · 12 years ago
  13. 4011fea Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. by gab@chromium.org · 12 years ago
  14. 0c1da82 Cleanup: Add a const variable for /proc/self/exe. by thestig@chromium.org · 12 years ago
  15. 89f74e2 Revert r144460 "Remove the linux-only CR_SOURCE_ROOT environment variable override of base::DIR_SOURCE_ROOT." by maruel@chromium.org · 12 years ago
  16. e77009d Prettify output from chrome.fileSystem.getDisplayPath for POSIX profile directories by thorogood@chromium.org · 12 years ago
  17. 92150ef Remove the linux-only CR_SOURCE_ROOT environment variable override of base::DIR_SOURCE_ROOT. by maruel@chromium.org · 12 years ago
  18. 4899503 Make GetWebKitRootDirFilePath smarter about where the WebKit root is relative to the chromium root by jochen@chromium.org · 12 years ago
  19. a8f9a69 rename some _linux files to _posix and introduce os_bsd by mark@chromium.org · 13 years ago[Renamed (98%) from base/base_paths_linux.cc]
  20. 5faed3c Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  21. dd706e9 implement GetProcessExecutablePath() on OpenBSD and start using it by robert.nagy@gmail.com · 13 years ago
  22. b3b798c Tweak PathProviderPosix's FILE_EXE and FILE_MODULE handling on FreeBSD. by grt@chromium.org · 13 years ago
  23. 8167d20 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  24. 951e6ff Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  25. 2e9e81c OpenBSD and FreeBSD fixes for base. by mark@chromium.org · 13 years ago
  26. 8f85a6a Patch for Solaris support, mostly ifdefs and header files, plus adds libevent configuration. by chromium@hybridsource.org · 13 years ago
  27. 8e73d06 iwyu: Cleanup in the following files: by jhawkins@chromium.org · 13 years ago
  28. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  29. 8fba15c Fix DIR_SOURCE_ROOT for WebKit checkouts on linux by jamesr@chromium.org · 13 years ago
  30. 3c6690c Start using file_util symlink code, now that it's available. by gspencer@chromium.org · 14 years ago
  31. b33d254 scons: excise more scons references from the code base by evan@chromium.org · 14 years ago
  32. 366266c Revert 67201 - Revert 67191 - chrome_paths: refactor and sanitize cache directory handling by viettrungluu@chromium.org · 14 years ago
  33. 2b8e30b Revert 67191 - chrome_paths: refactor and sanitize cache directory handling by viettrungluu@chromium.org · 14 years ago
  34. 2980298 chrome_paths: refactor and sanitize cache directory handling by evan@chromium.org · 14 years ago
  35. 9e3973b Revert "chrome_paths: refactor and sanitize cache directory handling" by evan@chromium.org · 14 years ago
  36. 9ec2773 chrome_paths: refactor and sanitize cache directory handling by evan@chromium.org · 14 years ago
  37. e47345a Move xdg_util into base/nix. I originally wanted to use base/linux, but you by brettw@chromium.org · 14 years ago[Renamed (84%) from base/base_paths_posix.cc]
  38. 8f115a8 base: rename Environment::GetEnv to Environment::GetVar. by tfarina@chromium.org · 14 years ago
  39. 6d36c5d base: Rename EnvVarGetter to Environment. by tfarina@chromium.org · 14 years ago
  40. 57f1121 Support for DIR_SOURCE_ROOT in a case of WebKit-only checkout. by tkent@chromium.org · 14 years ago
  41. cba6a20 use sysctl instead of /proc on FreeBSD by pvalchev@google.com · 14 years ago
  42. 73aec0e bsd: refactor XDG bits of linux_util into a shared file. by evan@chromium.org · 14 years ago
  43. 9d28875 Add support for user-defined source root directory. by mmoss@google.com · 14 years ago
  44. b6ba943 Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and rename it EnvVarGetter. Label base::SysInfo::{Get,Has}EnvVar as deprecated. by thestig@chromium.org · 14 years ago
  45. b152b0c solaris: minor ifdefs by evan@chromium.org · 14 years ago
  46. eea8306 Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather than Chromium specific, and clean up a few headers. by thestig@chromium.org · 15 years ago
  47. c136509 posix: refactor duplicated path-handling code by evan@chromium.org · 15 years ago[Renamed (84%) from base/base_paths_linux.cc]
  48. 1ed95d5 Hack to make tests work if out is a symlink: see if the current dir is the source root. by mattm@chromium.org · 15 years ago
  49. 9b07a8f Port some of the base module to FreeBSD. Extracted from by wtc@chromium.org · 15 years ago
  50. 43060c9 Remove the 'Hammer' name in favor of the Debug|Release names by sgk@google.com · 15 years ago
  51. fae0f61 Revert r12849 (conversion of "Hammer" names to "Debug"). by sgk@google.com · 15 years ago
  52. 0cf0e12 Replace "Hammer" references with "Debug" as appropriate. by sgk@google.com · 15 years ago
  53. ad8855a NO CODE CHANGE by deanm@chromium.org · 15 years ago
  54. 3e9d5d7 Move more code to using FilePath. by evanm@google.com · 16 years ago
  55. 874d167 Begin the first small step towards using FilePath everywhere: by evanm@google.com · 16 years ago
  56. aa13be6 Set svn:eol-style = LF on files in base from which it is missing by mmentovai@google.com · 16 years ago
  57. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  58. a65ec9f Move the system string conversion functions from std::string to StringPiece. We often work with char* in the system layer, so this should save extra copying. by deanm@google.com · 16 years ago
  59. 5953c20 Make some net unittests compile and pass on linux. by tc@google.com · 16 years ago
  60. e41d3b3 To pass string_util_unittest, we need the ICU data file. To get the ICU data file, we need some of PathService, which brings along with it a bunch of other needed functions. So here are a bunch of stubs, along with another file's worth of passing tests. (Based on a patch from Dean.) by evanm@google.com · 16 years ago