summaryrefslogtreecommitdiffstats
path: root/base/task_runner_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert scoped_ptr_malloc -> scoped_ptr, part 1.viettrungluu@chromium.org2014-02-161-5/+5
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-181-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-4/+4
* base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop vari...tfarina@chromium.org2013-02-061-28/+23
* Disassociate argument type from return type in PostTaskAndReplyWithResult tem...ajwong@chromium.org2012-11-281-0/+19
* base: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-10-301-3/+3
* Fix a leak following r135955rsleevi@chromium.org2012-05-101-0/+8
* Permit .Pass()ing scoped_ptr_malloc<>'s that have custom FreeProcs.rsleevi@chromium.org2012-05-091-0/+31
* When using PostTaskAndReplyWithResults, if the ResultType is a passed type (e...rsleevi@chromium.org2012-05-031-1/+36
* Move PostTaskAndReplyWithStatus into task_runner_helpers.hbattre@chromium.org2012-04-171-0/+40