summaryrefslogtreecommitdiff
path: root/mojo/public/cpp/bindings/tests/request_response_unittest.cc
AgeCommit message (Expand)Author
2020-06-05Mojo C++ Bindings: Lazy SerializationKen Rockot
2020-06-05mojo:: Rename mojo::GetProxy() to mojo::MakeRequest()blundell
2020-06-05Mojo C++ bindings: add a new mode to generator to use native STL/WTF typesyzshen
2020-06-05Remove remaining calls to deprecated MessageLoop methods.fdoray
2020-06-05Deletes mojo::Callbackrockot
2020-06-05Revert of Deletes mojo::Callback (patchset #2 id:20001 of https://codereview....yutak
2020-06-05Deletes mojo::Callbackrockot
2020-06-05mojo::Callback -> base::Callbackrockot
2020-06-05Delete most MessagePumpMojo referencesrockot
2020-06-05Revert of Delete MessagePumpMojo (patchset #5 id:80001 of https://codereview....dpranke
2020-06-05Delete MessagePumpMojorockot
2020-06-05Change mojo enums to be scoped enums in the generated C++ bindings.sammc
2020-06-05Fix a bunch of mojo_public_*_unittests with the new EDK.jam
2020-06-05Convert Pass()→std::move() in //mojo/public/dcheng
2020-06-05Switch to standard integer types in mojo/.Avi Drissman
2020-06-05Move third_party/mojo/src/mojo/public to mojo/publicrockot
2020-06-04Move //mojo/{public, edk} underneath //third_partyblundell
2020-06-04Update mojo sdk to rev 3b54eded8dadb36548934c09c5100e9e645ec328jamesr
2020-06-04Standardize usage of virtual/override/final in mojo/dcheng
2020-06-04Mojo: clang-format mojo/public/cpp/{application,bindings}.Viet-Trung Luu
2020-06-04Mojo: MOJO_OVERRIDE -> override in mojo/.Viet-Trung Luu
2020-06-04Mojo: Use InterfaceFactory<Interface> for service registrationjamesr@chromium.org
2020-06-04Mojo: Implement support for |Foo&| mojom syntaxdarin@chromium.org
2020-06-04Mojo: more idiomatic C++ bindingsdarin@chromium.org
2020-06-04Add SetClient method implementation to InterfaceImpl.darin@chromium.org
2020-06-04Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpldarin@chromium.org
2020-06-04Mojo: Generate TypeTraits specializations for enums.sammc@chromium.org
2020-06-04Add a missing return statement to SharedData::operator=.sammc@chromium.org
2020-06-04Mojo: Move mojo/public/bindings/tests/*.mojom to mojo/public/interfaces/bindi...viettrungluu@chromium.org
2020-06-04Mojo: Move public/bindings/tests/*.cc to public/cpp/bindings/tests/.viettrungluu@chromium.org