1. 24efe5e Allow base::DoNothing() to handle any argument list. by Peter Kasting · 6 years ago
  2. cc8e4d8 Convert //base to use std::unique_ptr by dcheng · 8 years ago
  3. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  4. 961ff4a Rewrite Pass() to std::move() in base/ by dcheng · 9 years ago
  5. 4f5f043 Only signal the removal callback once in CallbackList::Compact. by davidben · 9 years ago
  6. 0b4414d C++ Readability Review for caitkp by caitkp@chromium.org · 11 years ago
  7. 4964732 Rename CallbackRegistry to CallbackList by caitkp@chromium.org · 11 years ago[Renamed (70%) from base/callback_registry_unittest.cc]
  8. 2b10b74 Function-type templated CallbackRegistry by caitkp@google.com · 11 years ago
  9. 1268af1 This is needed in order to reduce the boilerplate involved in converting Notifications into callbacks. It is intended to be the callback version of ObserverList. by caitkp@chromium.org · 11 years ago