Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
31ed901aff293042b3997d93d7dec1a22a4a52c8
/
base
/
bind_helpers_unittest.cc
66d9b74
Readd base::UnwrapTraits to support rvalue-reference wrappers
by tzik
· 8 years ago
b74bab8
Move ScopedClosureRunner to callback_helpers, add Reset.
by avi@chromium.org
· 11 years ago
e4f3dc3
Remove task.h and finish base::Bind() migration.
by ajwong@chromium.org
· 13 years ago
[Renamed (80%) from base/task_unittest.cc]
8ca29a8
base::Bind: Remove CancelableTask and ScopedTaskRunner.
by jhawkins@chromium.org
· 13 years ago
22a8a0d
And now NewRunnableMethod(), you die.
by ajwong@chromium.org
· 13 years ago
c9c79af
Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types.
by ajwong@chromium.org
· 13 years ago
17c6735
Add ScopedClosureRunner.
by sergeyu@chromium.org
· 13 years ago
6d4ad68
Move media library AutoTaskRunner to base and rename ScopedTaskRunner.
by wez@chromium.org
· 13 years ago
48add30
1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ScopedTaskRunner.
by wez@chromium.org
· 13 years ago
519bd75
Move media library AutoTaskRunner to base and rename ScopedTaskRunner.
by wez@chromium.org
· 13 years ago
5c52868
Move some files from base to base/memory.
by levin@chromium.org
· 14 years ago
b825916
Clear obj_ before releasing the callee in RunnableMethod.
by cbentzel@chromium.org
· 14 years ago
6ed4f88
Pulled out Callback code into base/callback.h. This is the first step towards redoing the Callback interfaces.
by akalin@chromium.org
· 15 years ago
2750bf8
Add a CallbackWithReturnValue as a convenient method of calling callback functions with no arguments and a return value. This is useful in calling all of the getters we have in the code, instead of creating wrapper functions that take a pointer argument.
by jam@chromium.org
· 15 years ago