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. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  3. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  4. 3e20889 linux: components build by evan@chromium.org · 13 years ago
  5. ecc031a Revert 83631 - linux: successfully build net_unittests in components build by maf@chromium.org · 13 years ago
  6. 2ac7368 linux: successfully build net_unittests in components build by evan@chromium.org · 13 years ago
  7. 8e73d06 iwyu: Cleanup in the following files: by jhawkins@chromium.org · 13 years ago
  8. 73eb5d0 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 13 years ago
  9. 8f115a8 base: rename Environment::GetEnv to Environment::GetVar. by tfarina@chromium.org · 14 years ago
  10. 5dc6673 base: rename Environment::SetEnv to Environment::SetVar. by tfarina@chromium.org · 14 years ago
  11. e7f0559 base: rename Environment::HasEnv to Environment::HasVar. by tfarina@chromium.org · 14 years ago
  12. 6b2d9cc base: rename Environment::UnSetEnv to Environment::UnSetVar. by tfarina@chromium.org · 14 years ago
  13. 6d36c5d base: Rename EnvVarGetter to Environment. by tfarina@chromium.org · 14 years ago[Renamed (86%) from base/env_var.h]
  14. a512265 Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  15. 05467c9 Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  16. ec8a02c base: Add UnSetEnv function to EnvVarGetter API. by tfarina@chromium.org · 14 years ago
  17. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  18. 49c8f3a base: add home environment variable to env_var.h by tfarina@chromium.org · 14 years ago
  19. a5d6f66 base: Return bool instead of void in EnvVarGetter::SetEnv. by tfarina@chromium.org · 14 years ago
  20. 493f5f6 Move implementation from header to source. by erg@chromium.org · 14 years ago
  21. 08225be base: Add SetEnv() to EnvVarGetter class and get rid of the some ifdefs. by tfarina@chromium.org · 14 years ago
  22. 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