1. 189aa71 Revert 144488 - For unit tests, track additions to AtExitManager and warn. by scottbyer@chromium.org · 12 years ago
  2. 6f8b420 For unit tests, track additions to AtExitManager and warn. by scottbyer@chromium.org · 12 years ago
  3. e4f3dc3 Remove task.h and finish base::Bind() migration. by ajwong@chromium.org · 13 years ago
  4. 035f4af Support for registering arbitrary Tasks with AtExitManager. by apatrick@chromium.org · 13 years ago
  5. 86d9f94 Add COMPONENT_BUILD global define. by darin@chromium.org · 13 years ago
  6. 47dae80 Revert "Add COMPONENT_BUILD global define. " by yurys@chromium.org · 13 years ago
  7. 77a7b9b Add COMPONENT_BUILD global define. by darin@chromium.org · 13 years ago
  8. 90594e3 Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() usages for DCHECK_EQ/LE/GE() equivalents. by kushi.p@gmail.com · 13 years ago
  9. 3e37cca Base: Change the AtExitManager so that if base is built by rvargas@google.com · 13 years ago
  10. 8e73d06 iwyu: Cleanup in the following files: by jhawkins@chromium.org · 13 years ago
  11. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 14 years ago
  12. f6299e7 Add a void* parameter to the AtExitManager callbacks. by deanm@google.com · 16 years ago
  13. aa13be6 Set svn:eol-style = LF on files in base from which it is missing by mmentovai@google.com · 16 years ago
  14. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  15. 45462f5 Avoid a global std::stack. Instead embed a next pointer in the managers. by deanm@google.com · 16 years ago
  16. cd26a15 AtExitManager cleanup. by mmentovai@google.com · 16 years ago
  17. 4c68cc6 Allow multiple AtExitManagers to be chained in a stack, this allows much easier testing for code that is expecting to be run via an AtExitManager. This actually cleaned up a lot of the at exit code. by deanm@google.com · 16 years ago
  18. 60a0ca6 The addition of the AtExitManager test in the singleton dll test makes purify-sub angry. by cpu@google.com · 16 years ago
  19. b90f1cd Adds new class AtExitManager which manages the dtors of all singletons. by cpu@google.com · 16 years ago