cef/tests
Marshall Greenblatt 3545e20b01 ceftests: Don't use base::Bind in object constructor (see issue #3140)
Fixes the following error:
[FATAL:cef_bind_internal.h(868)] Check failed: receiver->HasAtLeastOneRef().
base::Bind{Once,Repeating}() refuses to create the first reference to ref-counted
objects. That typically happens around PostTask() in their constructor, and such
objects can be destroyed before `new` returns if the task resolves fast enough.
2021-06-18 13:42:32 -04:00
..
cefclient Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
cefsimple Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
ceftests ceftests: Don't use base::Bind in object constructor (see issue #3140) 2021-06-18 13:42:32 -04:00
gtest Fix gtest path (issue #2188) 2017-06-13 17:09:59 +03:00
shared Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00