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