1. cc8e4d8 Convert //base to use std::unique_ptr by dcheng · 9 years ago
  2. 800d2ea base: Use std::move() instead of Pass() for real movable types. by danakj · 9 years ago
  3. 97aefe1 base: Remove most uses of MessageLoopProxy by skyostil · 10 years ago
  4. c5c108d Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of https://codereview.chromium.org/1100773004/) by stevenjb · 10 years ago
  5. cbedda7 base: Remove use of MessageLoopProxy by skyostil · 10 years ago
  6. c494b36 Convert scoped_ptr_malloc -> scoped_ptr, part 1. by viettrungluu@chromium.org · 11 years ago
  7. a043a86 Use a direct include of the message_loop header in base/. by avi@chromium.org · 11 years ago
  8. 64293f1 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  9. 7d4a0ec base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop variant. by tfarina@chromium.org · 12 years ago
  10. b810219 Disassociate argument type from return type in PostTaskAndReplyWithResult template. by ajwong@chromium.org · 12 years ago
  11. 56d7195 base: Update calls froms RunAllPending() to RunUntilIdle(). by tfarina@chromium.org · 12 years ago
  12. 726c924 Fix a leak following r135955 by rsleevi@chromium.org · 13 years ago
  13. bf65e90 Permit .Pass()ing scoped_ptr_malloc<>'s that have custom FreeProcs. by rsleevi@chromium.org · 13 years ago
  14. 85c5f23 When using PostTaskAndReplyWithResults, if the ResultType is a passed type (eg: scoped_ptr and friends), .Pass() the result to the reply. by rsleevi@chromium.org · 13 years ago
  15. 6d02597 Move PostTaskAndReplyWithStatus into task_runner_helpers.h by battre@chromium.org · 13 years ago