1. e88f346 Convert NULL and 0 to nullptr in base using clang-tidy. by Ivan Kotenkov · 7 years ago
  2. 19fd2bb Add base::stack, convert std::stack uses use it. by Brett Wilson · 7 years ago
  3. 8a08348 Assert sequence validity on non-thread-safe RefCount manipulations by tzik · 8 years ago
  4. 6198cf9 Revert of Assert sequence validity on non-thread-safe RefCount manipulations (2) (patchset #35 id:700001 of https://codereview.chromium.org/2666423002/ ) by wjmaclean · 8 years ago
  5. 84bbc55 Assert sequence validity on non-thread-safe RefCount manipulations by tzik · 8 years ago
  6. df522bd Remove RenderThreadImpl::Shutdown by haraken · 8 years ago
  7. 7dc9137 AtExitManager: use std::move() when registering callbacks. by dcheng · 8 years ago
  8. 11fd640 Fix AtExitManager recursive lock acquisition. by amistry · 9 years ago
  9. 189aa71 Revert 144488 - For unit tests, track additions to AtExitManager and warn. by scottbyer@chromium.org · 12 years ago
  10. 6f8b420 For unit tests, track additions to AtExitManager and warn. by scottbyer@chromium.org · 12 years ago
  11. e4f3dc3 Remove task.h and finish base::Bind() migration. by ajwong@chromium.org · 13 years ago
  12. 035f4af Support for registering arbitrary Tasks with AtExitManager. by apatrick@chromium.org · 13 years ago
  13. 86d9f94 Add COMPONENT_BUILD global define. by darin@chromium.org · 13 years ago
  14. 47dae80 Revert "Add COMPONENT_BUILD global define. " by yurys@chromium.org · 13 years ago
  15. 77a7b9b Add COMPONENT_BUILD global define. by darin@chromium.org · 13 years ago
  16. 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
  17. 3e37cca Base: Change the AtExitManager so that if base is built by rvargas@google.com · 13 years ago
  18. 8e73d06 iwyu: Cleanup in the following files: by jhawkins@chromium.org · 14 years ago
  19. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 14 years ago
  20. f6299e7 Add a void* parameter to the AtExitManager callbacks. by deanm@google.com · 16 years ago
  21. aa13be6 Set svn:eol-style = LF on files in base from which it is missing by mmentovai@google.com · 16 years ago
  22. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  23. 45462f5 Avoid a global std::stack. Instead embed a next pointer in the managers. by deanm@google.com · 16 years ago
  24. cd26a15 AtExitManager cleanup. by mmentovai@google.com · 16 years ago
  25. 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
  26. 60a0ca6 The addition of the AtExitManager test in the singleton dll test makes purify-sub angry. by cpu@google.com · 16 years ago
  27. b90f1cd Adds new class AtExitManager which manages the dtors of all singletons. by cpu@google.com · 16 years ago