1. 19fd2bb Add base::stack, convert std::stack uses use it. by Brett Wilson · 7 years ago
  2. df522bd Remove RenderThreadImpl::Shutdown by haraken · 8 years ago
  3. 11fd640 Fix AtExitManager recursive lock acquisition. by amistry · 9 years ago
  4. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  5. 189aa71 Revert 144488 - For unit tests, track additions to AtExitManager and warn. by scottbyer@chromium.org · 12 years ago
  6. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  7. 6f8b420 For unit tests, track additions to AtExitManager and warn. by scottbyer@chromium.org · 12 years ago
  8. 035f4af Support for registering arbitrary Tasks with AtExitManager. by apatrick@chromium.org · 13 years ago
  9. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  10. 7a976cf Base: First pass at having base.dll: definition of by rvargas@google.com · 13 years ago
  11. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  12. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  13. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  14. bf6ce9f Style cleanup in preparation for auto-linting base/. by erg@google.com · 15 years ago
  15. e7f133a Isolate tests by running AtExit callbacks between them. by phajdan.jr@chromium.org · 15 years ago
  16. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 16 years ago
  17. f6299e7 Add a void* parameter to the AtExitManager callbacks. by deanm@google.com · 16 years ago
  18. aa13be6 Set svn:eol-style = LF on files in base from which it is missing by mmentovai@google.com · 16 years ago
  19. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  20. 45462f5 Avoid a global std::stack. Instead embed a next pointer in the managers. by deanm@google.com · 16 years ago
  21. cd26a15 AtExitManager cleanup. by mmentovai@google.com · 16 years ago
  22. 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
  23. b90f1cd Adds new class AtExitManager which manages the dtors of all singletons. by cpu@google.com · 16 years ago