1. 24efe5e Allow base::DoNothing() to handle any argument list. by Peter Kasting · 6 years ago
  2. 4522c12 Reland "Avoid using `isolated` wrt. AssociatedInterfaces." by Balazs Engedy · 7 years ago
  3. ad7be04 Revert "Avoid using `isolated` wrt. AssociatedInterfaces." by Alexander Timin · 7 years ago
  4. 5ee44b6 Avoid using `isolated` wrt. AssociatedInterfaces. by Balazs Engedy · 7 years ago
  5. fa94a99 Replace base::MakeUnique with std::make_unique in mojo/. by Jeremy Roman · 7 years ago
  6. 052687f Make mojo_public_bindings_unittests confirm correct sequence, not thread by Scott Graham · 7 years ago
  7. e3be235 Rename TaskRunner::RunsTasksOnCurrentThread() in //ipc, //mojo by peary2 · 7 years ago
  8. 7854eed Allow mojo bindings to run on SequencedTaskRunner. by Sam McNally · 7 years ago
  9. c87a0fd Mojo C++ Bindings: Eliminate CreateInterfacePtrAndBind by Ken Rockot · 7 years ago
  10. 91dd464 Make sure channel-associated interface pointers are always safe to call. by yzshen · 7 years ago
  11. e968d28 Mojo C++ bindings: remove some usage of AssociatedGroup from user code. by yzshen · 7 years ago
  12. 8dc7bd7 Mojo C++ bindings: Simplify associated interface API. by yzshen · 7 years ago
  13. 7900d34 Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtr by rockot · 7 years ago
  14. 92d4ac6 Add tests for detecting lost associated interfaces. by sammc · 7 years ago
  15. 3907bec Fix ThreadSafeAssociatedInterfacePtrProvider raciness. by jcivelli · 8 years ago
  16. 64ef147 Include-what-you-use for WrapUnique/MakeUnique. by fdoray · 8 years ago
  17. 984c9e4 mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() by blundell · 8 years ago
  18. 4e08bca Provide a Mojo equivalent of ThreadSafeSender. by jcivelli · 8 years ago
  19. 9027ad7 Generalizing ThreadSafeInterfacePtr class so that it can be by jcivelli · 8 years ago
  20. 3830edd Mojo C++ bindings: remove the lock in MultiplexRouter if it only serves a single interface. by yzshen · 8 years ago
  21. 7f47672 Mojo C++ bindings: support closing [Associated]InterfaceRequest with reason. by yzshen · 8 years ago
  22. 626de04 Mojo C++ bindings: support disconnect with a reason. by yzshen · 8 years ago
  23. 23ad5fc Privatize StrongBinding lifetime management by rockot · 8 years ago
  24. 7058890 Add FlushForTesting to InterfacePtr and Binding. by sammc · 8 years ago
  25. cffd1b2 Support custom message filtering on Mojo binding objects by rockot · 8 years ago
  26. c278316 Remove remaining calls to deprecated MessageLoop methods. by fdoray · 8 years ago
  27. 7464c2f Deletes mojo::Callback by rockot · 8 years ago
  28. c17f571 Revert of Deletes mojo::Callback (patchset #2 id:20001 of https://codereview.chromium.org/2080513002/ ) by yutak · 8 years ago
  29. 9ad9cad Deletes mojo::Callback by rockot · 8 years ago
  30. 453673f mojo::Callback -> base::Callback by rockot · 8 years ago
  31. 645103a Mojo C++ bindings: fix AssociatedInterfaceTest.MultiThreadAccess. by yzshen · 8 years ago
  32. 9bbf1b3 Disable AssociatedInterfaceTest.MultiThreadAccess by ymalik · 8 years ago
  33. a3695c5 Mojo: Expose untyped associated endpoints through public API by rockot · 8 years ago
  34. 1400a96 Fix include path for moved thread_task_runner_handle.h header in mojo/ by gab · 8 years ago
  35. cfc5ece Delete most MessagePumpMojo references by rockot · 8 years ago
  36. 6ce59ab Revert of Delete MessagePumpMojo (patchset #5 id:80001 of https://codereview.chromium.org/1916913009/ ) by dpranke · 8 years ago
  37. 8d60024 Delete MessagePumpMojo by rockot · 8 years ago
  38. 0d76097 Mojo C++ bindings: support specifying task runner for interface pointers/bindings. by yzshen · 8 years ago
  39. 551f9e5 Convert //mojo from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  40. 9ce8109 Add an alias FooAssociatedPtrInfo for AssociatedInterfacePtrInfo<Foo>. by yzshen · 9 years ago
  41. c0e79fc Fix a bunch of mojo_public_*_unittests with the new EDK. by jam · 9 years ago
  42. cb03523 Convert Pass()→std::move() in //mojo/public/ by dcheng · 9 years ago
  43. 20b0cb0 Switch to standard integer types in mojo/. by Avi Drissman · 9 years ago
  44. 09b1228 Mojo C++ bindings: Support Wait and Pause on InterfacePtr<T> and Binding<T> even if T has methods to pass associated interfaces, as long as there is currently no associated interfaces running on the pipe. by yzshen · 9 years ago
  45. f9cc80a Fix flaky AssociatedInterfaceTest.MultiThreadAccess. by yzshen · 9 years ago
  46. a2e37bb Disable MultiThreadAccess on Android by dtrainor · 9 years ago
  47. 8b050fa Mojo C++ bindings: Add an alias, BarAssociatedPtr, for AssociatedInterfacePtr<Bar>. by yzshen · 9 years ago
  48. 50269ab Mojo C++ bindings: support passing associated interface pointers/requests in method parameter lists and structs. by yzshen · 9 years ago
  49. 37b7abd Mojo C++ bindings: introduce public associated-interface-related types. by yzshen · 9 years ago