1. 54cd33b Replace StringToLowerASCII with base::ToLowerASCII by brettw · 9 years ago
  2. bb5442f Move StringToUpperASCII to base namespace by brettw · 9 years ago
  3. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  4. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
  5. f22bfd6 Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." by brettw@chromium.org · 10 years ago
  6. e7dd06e Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace by brettw@chromium.org · 10 years ago
  7. e6d0779 Move StringToLowerASCII to base namespace by brettw@chromium.org · 10 years ago
  8. 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
  9. 94bd573 Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  10. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  11. 15bc41d base: Convert scoped_arrays to the new scoped_ptr style. by tfarina@chromium.org · 12 years ago
  12. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 12 years ago
  13. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  14. a9966b1 Don't force callers to be ASCII (when some of them already aren't). by pkasting@chromium.org · 14 years ago
  15. 8f115a8 base: rename Environment::GetEnv to Environment::GetVar. by tfarina@chromium.org · 14 years ago
  16. 5dc6673 base: rename Environment::SetEnv to Environment::SetVar. by tfarina@chromium.org · 14 years ago
  17. e7f0559 base: rename Environment::HasEnv to Environment::HasVar. by tfarina@chromium.org · 14 years ago
  18. 6b2d9cc base: rename Environment::UnSetEnv to Environment::UnSetVar. by tfarina@chromium.org · 14 years ago
  19. 6d36c5d base: Rename EnvVarGetter to Environment. by tfarina@chromium.org · 14 years ago[Renamed (93%) from base/env_var.cc]
  20. a512265 Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  21. 05467c9 Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  22. ec8a02c base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  23. 49c8f3a base: add home environment variable to env_var.h by tfarina@chromium.org · 14 years ago
  24. a5d6f66 base: Return bool instead of void in EnvVarGetter::SetEnv. by tfarina@chromium.org · 14 years ago
  25. 493f5f6 Move implementation from header to source. by erg@chromium.org · 14 years ago
  26. 08225be base: Add SetEnv() to EnvVarGetter class and get rid of the some ifdefs. by tfarina@chromium.org · 14 years ago
  27. 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