1. 6c622935 [clang-tidy] Apply modernize-loop-convert in /base by jdoerrie · 7 years ago
  2. 1c4b8ff [clang-tidy] Apply modernize-use-auto in /base by jdoerrie · 7 years ago
  3. 306871de Fuchsia: Prepare for OS_POSIX removal in base/ by Fabrice de Gans-Riberi · 7 years ago
  4. bb7211c Run clang-tidy modernize-use-equals-{delete,default} on //base by Chris Watkins · 8 years ago
  5. 9532f25 Replace base::MakeUnique with std::make_unique in base/. by Jeremy Roman · 8 years ago
  6. 4b80ef1 Remove redundant c_str() calls. by iceman · 8 years ago
  7. 0c412e85 Make base::Environment::Create() return unique_ptrs. by thestig · 9 years ago
  8. 2396034 Implement IsAsciiUpper and IsAsciiLower in base/strings/string_util.h and remove duplicate code in the code base. by zhongyi · 9 years ago
  9. 093de9b Convert //base to use std::unique_ptr by dcheng · 9 years ago
  10. 9b6f4293 Switch to standard integer types in base/. by avi · 10 years ago
  11. 0c8d4aa base: Use std::move() instead of Pass() for real movable types. by danakj · 10 years ago
  12. c15100c Replace StringToLowerASCII with base::ToLowerASCII by brettw · 10 years ago
  13. 7622fbed Move StringToUpperASCII to base namespace by brettw · 10 years ago
  14. 5648818 Standardize usage of virtual/override/final in base/ by dcheng · 11 years ago
  15. 9e096de replace OVERRIDE and FINAL with override and final in base/ by mostynb · 11 years ago
  16. df80704 Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." by [email protected] · 11 years ago
  17. eee3522 Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace by [email protected] · 11 years ago
  18. cb1f4ac Move StringToLowerASCII to base namespace by [email protected] · 11 years ago
  19. b345c48 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 [email protected] · 12 years ago
  20. 251cd6e5 Use a direct include of strings headers in base/. by [email protected] · 12 years ago
  21. a4ea1f1 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by [email protected] · 12 years ago
  22. 604eb05 base: Convert scoped_arrays to the new scoped_ptr style. by [email protected] · 13 years ago
  23. 4410618 Add virtual and OVERRIDE to base/ implementation files by [email protected] · 13 years ago
  24. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  25. c1068862 Don't force callers to be ASCII (when some of them already aren't). by [email protected] · 15 years ago
  26. 3ba7e08 base: rename Environment::GetEnv to Environment::GetVar. by [email protected] · 15 years ago
  27. c87bcf00 base: rename Environment::SetEnv to Environment::SetVar. by [email protected] · 15 years ago
  28. 9432ade base: rename Environment::HasEnv to Environment::HasVar. by [email protected] · 15 years ago
  29. 4fae316 base: rename Environment::UnSetEnv to Environment::UnSetVar. by [email protected] · 15 years ago
  30. 76b90d31 base: Rename EnvVarGetter to Environment. by [email protected] · 15 years ago[Renamed (93%) from base/env_var.cc]
  31. fc586c7 Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API. by [email protected] · 15 years ago
  32. a324a45f Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API. by [email protected] · 15 years ago
  33. ed45537 base: Add UnSetEnv function to EnvVarGetter API. by [email protected] · 15 years ago
  34. 574f6f0c base: add home environment variable to env_var.h by [email protected] · 15 years ago
  35. e9032c6 base: Return bool instead of void in EnvVarGetter::SetEnv. by [email protected] · 15 years ago
  36. 3a3d4747 Move implementation from header to source. by [email protected] · 15 years ago
  37. ac7264c base: Add SetEnv() to EnvVarGetter class and get rid of the some ifdefs. by [email protected] · 15 years ago
  38. 9bc8cff 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 [email protected] · 15 years ago