1. 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
  2. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  3. 05b4f77 Add the reverse test to EnvironmentTest. by tfarina@chromium.org · 14 years ago
  4. 36190ea Don't use const char kFoo[] in the stack place. by tfarina@chromium.org · 14 years ago
  5. 8f115a8 base: rename Environment::GetEnv to Environment::GetVar. by tfarina@chromium.org · 14 years ago
  6. 5dc6673 base: rename Environment::SetEnv to Environment::SetVar. by tfarina@chromium.org · 14 years ago
  7. e7f0559 base: rename Environment::HasEnv to Environment::HasVar. by tfarina@chromium.org · 14 years ago
  8. 6b2d9cc base: rename Environment::UnSetEnv to Environment::UnSetVar. by tfarina@chromium.org · 14 years ago
  9. 6d36c5d base: Rename EnvVarGetter to Environment. by tfarina@chromium.org · 14 years ago[Renamed (72%) from base/env_var_unittest.cc]
  10. a512265 Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  11. 05467c9 Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  12. ec8a02c base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  13. a5d6f66 base: Return bool instead of void in EnvVarGetter::SetEnv. by tfarina@chromium.org · 14 years ago
  14. 9731c9c base: Add SetEnvVar test to env_var_unittest.cc by tfarina@chromium.org · 14 years ago
  15. ad52d0d base: Add unittests for the EnvVarGetter class. by tfarina@chromium.org · 14 years ago