summaryrefslogtreecommitdiff
path: root/base/bind_unittest.cc
AgeCommit message (Expand)Author
2020-06-06libchrome: Uprev the library to r456626 from ChromiumJay Civelli
2020-06-06Fix non-virtual-dtor warningsChristopher Wiley
2020-06-05Chrome style plugin: enable virtual specifier checks for Gmock objects in //baseDaniel Cheng
2020-06-05Support C++17 noexcept function type in base::Bindtzik
2020-06-05Reorganize functions in base/bind*.h.Peter Kasting
2020-06-05Fix extra parameter support of BindLambdaForTestingtzik
2020-06-05Extend accepted functors on base::Bind{Once,Repeating}tzik
2020-06-05Run clang-tidy modernize-use-equals-{delete,default} on //baseChris Watkins
2020-06-05Add WrapRefCounted() to replace make_scoped_refptr.kylechar
2020-06-05Replace base::MakeUnique with std::make_unique in base/.Jeremy Roman
2020-06-05Remove base::is_*assignable as these are now in the linux sysroot.danakj
2020-06-05Fix unused lambda captures in base/.krasin
2020-06-05Move out OnceCallback and RepeatingCallback from internal namespacetzik
2020-06-05Add test cases to BindTest for OnceCallbacktzik
2020-06-05Fix base::Callback<>::IsCancelled handling on nested base::Callbacktzik
2020-06-05Disallow redundant Bind calls.dcheng
2020-06-05Introduce OnceClosure and BindOncetzik
2020-06-05Add Callback::IsCancelledtzik
2020-06-05Remove obsolete bind_unittests.cc teststzik
2020-06-05Change EXPECT/ASSERT_DCHECK_DEATH macro to not expose the |regex| parameter.gab
2020-06-05Move EXPECT_DCHECK_DEATH from base/task_scheduler and use it in relevant base...gab
2020-06-05Allow binding captureless lambdas into base::Callback by base::Bindtzik
2020-06-05Remove unused UnsafeBindtoRefCountedArg in bind_helpers.htzik
2020-06-05Update BindTest.ScopedRefptr expectation and its commenttzik
2020-06-05Support smart pointers in base::Bind as a receiver of a method invocationtzik
2020-06-05Convert //base to use std::unique_ptrdcheng
2020-06-05Support move-only type on base::Callback::Runtzik
2020-06-05Add a BindTest to test moved argument behaviortzik
2020-06-05Replace base::Tuple implementation with std::tupletzik
2020-06-05Specialize IsMoveOnlyType<T> for vectors.dcheng
2020-06-05Convert base::Callback move-only support tests to be type parameterized.dcheng
2020-06-05Switch to standard integer types in base/.avi
2020-06-05Replace typedef with using for Callback/Bind related filestzik
2020-06-05Remove unbound base::Bind overloadtzik
2020-06-05Rewrite Pass() to std::move() in base/dcheng
2020-06-05Compatibility shim to allow std::unique_ptr use with base::Callback.dcheng
2020-06-04DER VIED IST NICHT FUER DER GEFINGERPOKEN.thakis
2020-06-04Standardize usage of virtual/override/final in base/dcheng
2020-06-04replace OVERRIDE and FINAL with override and final in base/mostynb
2020-06-04Delete some dead code.thakis@chromium.org
2020-06-04Add a test for base::Bind() and scoped_refptrs copies.willchan@chromium.org
2020-06-04Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org
2020-06-04Add DCHECK to avoid binding values to null callbackshashimoto@chromium.org
2020-06-04Delete some unused code found by -Wunused-functionthakis@chromium.org
2020-06-04Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org
2020-06-04Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org
2020-06-04Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t...jeremya@chromium.org
2020-06-04Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org
2020-06-04Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org
2020-06-04Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org