1. f64a25e Add missing IWYU message_loop.h includes. by gab · 8 years ago
  2. 093de9b Convert //base to use std::unique_ptr by dcheng · 9 years ago
  3. 0c8d4aa base: Use std::move() instead of Pass() for real movable types. by danakj · 10 years ago
  4. 054861d base: Remove most uses of MessageLoopProxy by skyostil · 10 years ago
  5. 7669182 Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of https://codereview.chromium.org/1100773004/) by stevenjb · 10 years ago
  6. 62aa5ca base: Remove use of MessageLoopProxy by skyostil · 10 years ago
  7. 6ae7ee76 Convert scoped_ptr_malloc -> scoped_ptr, part 1. by [email protected] · 11 years ago
  8. 495cad9 Use a direct include of the message_loop header in base/. by [email protected] · 12 years ago
  9. cadac62 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by [email protected] · 12 years ago
  10. 7ff48ca base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop variant. by [email protected] · 12 years ago
  11. 89590681 Disassociate argument type from return type in PostTaskAndReplyWithResult template. by [email protected] · 13 years ago
  12. 1f18bfe base: Update calls froms RunAllPending() to RunUntilIdle(). by [email protected] · 13 years ago
  13. 7431930 Fix a leak following r135955 by [email protected] · 13 years ago
  14. 89ae3d88 Permit .Pass()ing scoped_ptr_malloc<>'s that have custom FreeProcs. by [email protected] · 13 years ago
  15. d53e6a6 When using PostTaskAndReplyWithResults, if the ResultType is a passed type (eg: scoped_ptr and friends), .Pass() the result to the reply. by [email protected] · 13 years ago
  16. 95991b1 Move PostTaskAndReplyWithStatus into task_runner_helpers.h by [email protected] · 13 years ago