summaryrefslogtreecommitdiffstats
path: root/base/at_exit.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 144488 - For unit tests, track additions to AtExitManager and warn.scottbyer@chromium.org2012-07-251-10/+1
* For unit tests, track additions to AtExitManager and warn.scottbyer@chromium.org2012-06-271-1/+10
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+1
* Support for registering arbitrary Tasks with AtExitManager.apatrick@chromium.org2011-09-061-6/+11
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-1/+1
* Revert "Add COMPONENT_BUILD global define. "yurys@chromium.org2011-07-131-1/+1
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-1/+1
* Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() u...kushi.p@gmail.com2011-04-281-1/+1
* Base: Change the AtExitManager so that if base is builtrvargas@google.com2011-04-221-4/+10
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-04-041-1/+5
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-5/+5
* Add a void* parameter to the AtExitManager callbacks.deanm@google.com2008-09-081-6/+7
* Set svn:eol-style = LF on files in base from which it is missingmmentovai@google.com2008-09-021-66/+66
* Use a more compact license header in source files.license.bot2008-08-241-90/+66
* Avoid a global std::stack. Instead embed a next pointer in the managers.deanm@google.com2008-08-131-20/+18
* AtExitManager cleanup.mmentovai@google.com2008-08-131-7/+7
* Allow multiple AtExitManagers to be chained in a stack, this allows much easi...deanm@google.com2008-08-111-37/+42
* The addition of the AtExitManager test in the singleton dll test makes purify...cpu@google.com2008-08-011-1/+1
* Adds new class AtExitManager which manages the dtors of all singletons.cpu@google.com2008-08-011-0/+87