| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 144488 - For unit tests, track additions to AtExitManager and warn. | scottbyer@chromium.org | 2012-07-25 | 1 | -10/+1 |
* | For unit tests, track additions to AtExitManager and warn. | scottbyer@chromium.org | 2012-06-27 | 1 | -1/+10 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+1 |
* | Support for registering arbitrary Tasks with AtExitManager. | apatrick@chromium.org | 2011-09-06 | 1 | -6/+11 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -1/+1 |
* | Revert "Add COMPONENT_BUILD global define. " | yurys@chromium.org | 2011-07-13 | 1 | -1/+1 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -1/+1 |
* | Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() u... | kushi.p@gmail.com | 2011-04-28 | 1 | -1/+1 |
* | Base: Change the AtExitManager so that if base is built | rvargas@google.com | 2011-04-22 | 1 | -4/+10 |
* | iwyu: Cleanup in the following files: | jhawkins@chromium.org | 2011-04-04 | 1 | -1/+5 |
* | Order function definitions in base/ according to the header. | erg@google.com | 2011-01-11 | 1 | -5/+5 |
* | Add a void* parameter to the AtExitManager callbacks. | deanm@google.com | 2008-09-08 | 1 | -6/+7 |
* | Set svn:eol-style = LF on files in base from which it is missing | mmentovai@google.com | 2008-09-02 | 1 | -66/+66 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -90/+66 |
* | Avoid a global std::stack. Instead embed a next pointer in the managers. | deanm@google.com | 2008-08-13 | 1 | -20/+18 |
* | AtExitManager cleanup. | mmentovai@google.com | 2008-08-13 | 1 | -7/+7 |
* | Allow multiple AtExitManagers to be chained in a stack, this allows much easi... | deanm@google.com | 2008-08-11 | 1 | -37/+42 |
* | The addition of the AtExitManager test in the singleton dll test makes purify... | cpu@google.com | 2008-08-01 | 1 | -1/+1 |
* | Adds new class AtExitManager which manages the dtors of all singletons. | cpu@google.com | 2008-08-01 | 1 | -0/+87 |