1. f22bfd6 Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." by brettw@chromium.org · 10 years ago
  2. e7dd06e Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace by brettw@chromium.org · 10 years ago
  3. e6d0779 Move StringToLowerASCII to base namespace by brettw@chromium.org · 10 years ago
  4. 50484af Move AlterEnvironment to base/environment.h, implement on Windows. This re-implements the Posix version to be more like the Windows version and to share some parsing code. The new version will be somewhat slower due to some extra mallocs, but is shorter and more clear. I didn't want to implement a super optimized version on Windows, and the alternative would be to keep the new Windows version and the old Posix version in parallel which seemed less desirable. by brettw@chromium.org · 11 years ago
  5. 94bd573 Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  6. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  7. 15bc41d base: Convert scoped_arrays to the new scoped_ptr style. by tfarina@chromium.org · 12 years ago
  8. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 12 years ago
  9. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  10. a9966b1 Don't force callers to be ASCII (when some of them already aren't). by pkasting@chromium.org · 14 years ago
  11. 8f115a8 base: rename Environment::GetEnv to Environment::GetVar. by tfarina@chromium.org · 14 years ago
  12. 5dc6673 base: rename Environment::SetEnv to Environment::SetVar. by tfarina@chromium.org · 14 years ago
  13. e7f0559 base: rename Environment::HasEnv to Environment::HasVar. by tfarina@chromium.org · 14 years ago
  14. 6b2d9cc base: rename Environment::UnSetEnv to Environment::UnSetVar. by tfarina@chromium.org · 14 years ago
  15. 6d36c5d base: Rename EnvVarGetter to Environment. by tfarina@chromium.org · 14 years ago[Renamed (93%) from base/env_var.cc]
  16. a512265 Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  17. 05467c9 Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  18. ec8a02c base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  19. 49c8f3a base: add home environment variable to env_var.h by tfarina@chromium.org · 14 years ago
  20. a5d6f66 base: Return bool instead of void in EnvVarGetter::SetEnv. by tfarina@chromium.org · 14 years ago
  21. 493f5f6 Move implementation from header to source. by erg@chromium.org · 14 years ago
  22. 08225be base: Add SetEnv() to EnvVarGetter class and get rid of the some ifdefs. by tfarina@chromium.org · 14 years ago
  23. 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