1. d155d9f Run clang-tidy modernize-use-equals-{delete,default} on //base by Chris Watkins · 7 years ago
  2. cd0c467 Replace base::MakeUnique with std::make_unique in base/. by Jeremy Roman · 7 years ago
  3. e9bb39d Remove redundant c_str() calls. by iceman · 8 years ago
  4. aed1725 Make base::Environment::Create() return unique_ptrs. by thestig · 8 years ago
  5. 729ef58 Implement IsAsciiUpper and IsAsciiLower in base/strings/string_util.h and remove duplicate code in the code base. by zhongyi · 9 years ago
  6. cc8e4d8 Convert //base to use std::unique_ptr by dcheng · 9 years ago
  7. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  8. 800d2ea base: Use std::move() instead of Pass() for real movable types. by danakj · 9 years ago
  9. 54cd33b Replace StringToLowerASCII with base::ToLowerASCII by brettw · 9 years ago
  10. bb5442f Move StringToUpperASCII to base namespace by brettw · 9 years ago
  11. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  12. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
  13. f22bfd6 Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." by brettw@chromium.org · 10 years ago
  14. e7dd06e Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace by brettw@chromium.org · 10 years ago
  15. e6d0779 Move StringToLowerASCII to base namespace by brettw@chromium.org · 10 years ago
  16. 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
  17. 94bd573 Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  18. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  19. 15bc41d base: Convert scoped_arrays to the new scoped_ptr style. by tfarina@chromium.org · 12 years ago
  20. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 13 years ago
  21. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
  22. a9966b1 Don't force callers to be ASCII (when some of them already aren't). by pkasting@chromium.org · 14 years ago
  23. 8f115a8 base: rename Environment::GetEnv to Environment::GetVar. by tfarina@chromium.org · 14 years ago
  24. 5dc6673 base: rename Environment::SetEnv to Environment::SetVar. by tfarina@chromium.org · 14 years ago
  25. e7f0559 base: rename Environment::HasEnv to Environment::HasVar. by tfarina@chromium.org · 14 years ago
  26. 6b2d9cc base: rename Environment::UnSetEnv to Environment::UnSetVar. by tfarina@chromium.org · 14 years ago
  27. 6d36c5d base: Rename EnvVarGetter to Environment. by tfarina@chromium.org · 14 years ago[Renamed (93%) from base/env_var.cc]
  28. a512265 Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  29. 05467c9 Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  30. ec8a02c base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  31. 49c8f3a base: add home environment variable to env_var.h by tfarina@chromium.org · 14 years ago
  32. a5d6f66 base: Return bool instead of void in EnvVarGetter::SetEnv. by tfarina@chromium.org · 14 years ago
  33. 493f5f6 Move implementation from header to source. by erg@chromium.org · 14 years ago
  34. 08225be base: Add SetEnv() to EnvVarGetter class and get rid of the some ifdefs. by tfarina@chromium.org · 14 years ago
  35. 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 · 15 years ago