1. 495cad9 Use a direct include of the message_loop header in base/. by [email protected] · 12 years ago
  2. cadac62 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by [email protected] · 12 years ago
  3. 7ff48ca base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop variant. by [email protected] · 12 years ago
  4. 89590681 Disassociate argument type from return type in PostTaskAndReplyWithResult template. by [email protected] · 13 years ago
  5. 1f18bfe base: Update calls froms RunAllPending() to RunUntilIdle(). by [email protected] · 13 years ago
  6. 7431930 Fix a leak following r135955 by [email protected] · 13 years ago
  7. 89ae3d88 Permit .Pass()ing scoped_ptr_malloc<>'s that have custom FreeProcs. by [email protected] · 13 years ago
  8. 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
  9. 95991b1 Move PostTaskAndReplyWithStatus into task_runner_helpers.h by [email protected] · 13 years ago