Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
bb963de1b4500317228e3c356388ab6414e3c76b
/
base
/
task_runner_util_unittest.cc
cc8e4d8
Convert //base to use std::unique_ptr
by dcheng
· 9 years ago
800d2ea
base: Use std::move() instead of Pass() for real movable types.
by danakj
· 9 years ago
97aefe1
base: Remove most uses of MessageLoopProxy
by skyostil
· 10 years ago
c5c108d
Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of https://codereview.chromium.org/1100773004/)
by stevenjb
· 10 years ago
cbedda7
base: Remove use of MessageLoopProxy
by skyostil
· 10 years ago
c494b36
Convert scoped_ptr_malloc -> scoped_ptr, part 1.
by viettrungluu@chromium.org
· 11 years ago
a043a86
Use a direct include of the message_loop header in base/.
by avi@chromium.org
· 11 years ago
64293f1
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
by rsleevi@chromium.org
· 11 years ago
7d4a0ec
base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop variant.
by tfarina@chromium.org
· 12 years ago
b810219
Disassociate argument type from return type in PostTaskAndReplyWithResult template.
by ajwong@chromium.org
· 12 years ago
56d7195
base: Update calls froms RunAllPending() to RunUntilIdle().
by tfarina@chromium.org
· 12 years ago
726c924
Fix a leak following r135955
by rsleevi@chromium.org
· 13 years ago
bf65e90
Permit .Pass()ing scoped_ptr_malloc<>'s that have custom FreeProcs.
by rsleevi@chromium.org
· 13 years ago
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
6d02597
Move PostTaskAndReplyWithStatus into task_runner_helpers.h
by battre@chromium.org
· 13 years ago