summaryrefslogtreecommitdiff
path: root/mojo/public/cpp/bindings/tests/connector_unittest.cc
AgeCommit message (Expand)Author
2020-06-05Migrate MessageLoop::ScopedNestableTaskAllower to RunLoop::Type::kNestableTas...Gabriel Charette
2020-06-05Reland "Reland "Reland "Mojo C++ Bindings: Dynamic message allocation"""Ken Rockot
2020-06-05Revert "Reland "Reland "Mojo C++ Bindings: Dynamic message allocation"""Ken Rockot
2020-06-05Reland "Reland "Mojo C++ Bindings: Dynamic message allocation""Ken Rockot
2020-06-05Revert "Reland "Mojo C++ Bindings: Dynamic message allocation""Ken Rockot
2020-06-05Reland "Mojo C++ Bindings: Dynamic message allocation"Ken Rockot
2020-06-05Revert "Mojo C++ Bindings: Dynamic message allocation"nainar
2020-06-05Mojo C++ Bindings: Dynamic message allocationKen Rockot
2020-06-05Reland "Mojo C++ bindings: Serialize handles during message allocation"Ken Rockot
2020-06-05Revert "Mojo C++ bindings: Serialize handles during message allocation"Ken Rockot
2020-06-05Mojo C++ bindings: Serialize handles during message allocationKen Rockot
2020-06-05Mojo C++: Revert bindings size increase from r480303Ken Rockot
2020-06-05Reland "Mojo: Adapt C++ bindings to new message APIs"Ken Rockot
2020-06-05Revert "Mojo: Adapt C++ bindings to new message APIs"Ken Rockot
2020-06-05Mojo: Adapt C++ bindings to new message APIsKen Rockot
2020-06-05Mojo: Introduce more new message APIsKen Rockot
2020-06-05Mojo C++ Bindings: Support dispatch in nested message loopsrockot
2020-06-05Mojo: Armed Watchersrockot
2020-06-05Mojo C++ bindings: introduce an optional array to store transferred interface...yzshen
2020-06-05Mojo C++ bindings: fix Connector teardown.yzshen
2020-06-05Mojo C++ Bindings: Movable mojo::Messagerockot
2020-06-05Move more Mojo bindings helpers out of internal namespacerockot
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-05Fix include path for moved thread_task_runner_handle.h header in mojo/gab
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-05Mojo: Use new message APIs to reduce copyingrockot
2020-06-05Mojo C++ bindings: support specifying task runner for interface pointers/bind...yzshen
2020-06-05[mojo-sdk] Remove mojo_ignore_result and move C++ macros.h to bindings intern...amistry
2020-06-05Remove MOJO_ARRAYSIZE and MOJO_WARN_UNUSED_RESULT.amistry
2020-06-05Makes bindings work with nested message loopssky
2020-06-05Fixes bug in pausing connector with multiple messages queued upsky
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-05Mojo C++ bindings: introduce MultiplexRouter and related classes.yzshen
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 e0416d1cfdcc669756d29802aa8644586273f5c7aa
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: NULL -> nullptr in mojo/public/cpp/bindings and also for the bindings g...viettrungluu
2020-06-04Mojo: MOJO_OVERRIDE -> override in mojo/.Viet-Trung Luu
2020-06-04Adding WaitForIncomingMethodCall for InterfacePtrqsr@chromium.org
2020-06-04Revert of Adding WaitForIncomingMethodCall for InterfacePtr (https://coderevi...avi@chromium.org