1. d7ee410 Add a size parameter to SharedMemoryHandle. by erikchen · 7 years ago
  2. dfaedb2 Mojo EDK: Fix nullptr deref in data pipe allocation failure by Ken Rockot · 7 years ago
  3. f639062 Mojo C++ Bindings: Remove redundant InterfaceRequest APIs by Ken Rockot · 7 years ago
  4. c36d006 Mojo EDK: Require explicit TransportProtocol in ConnectionParams ctor by Ken Rockot · 8 years ago
  5. dffa136 Mojo EDK: Kill SetParentPipe* and CreateChildMessagePipe by Ken Rockot · 8 years ago
  6. 891e845 Update EDK IPC API by Ken Rockot · 8 years ago
  7. cacdd59 Use ScopedTaskEnvironment instead of MessageLoop in tests that use v8. by fdoray · 8 years ago
  8. 2f499bb Add a GUID to base::SharedMemoryHandle. by erikchen · 8 years ago
  9. 35bf21c Moving mojo/validation test into LayoutTests by alokp · 8 years ago
  10. 17868cb Clean up Mojo embedder APIs by Ken Rockot · 8 years ago
  11. 6cdf6e9 Get rid of all pid references from base::SharedMemoryHandle. by erikchen · 8 years ago
  12. a03572b Mojo: Allow data pipe creation to fail gracefully by Ken Rockot · 8 years ago
  13. 4e92571 Replace base::SharedMemory read-only methods with GetReadOnlyHandle. by erikchen · 8 years ago
  14. 358a2be Get rid of base::SharedMemory::NULLHandle(); by erikchen · 8 years ago
  15. b95a12a Mojo C++ bindings: reject messages version 2 with null payload pointer. by yzshen · 8 years ago
  16. df30248 Make base::SharedMemoryHandle a class on POSIX. by erikchen · 8 years ago
  17. fa7f5e7 Mojo docs cleanup and add C++ struct/enum/union by Ken Rockot · 8 years ago
  18. 845e9e0 Mojo: Fix Mach port relay by Ken Rockot · 8 years ago
  19. 73228dc Remove all remaining uses of v8::Handle. by jbroman · 8 years ago
  20. 7bf99fa Prevent gin from recreating wrappers after GC by Ken Rockot · 8 years ago
  21. 6fbe3b4 Add debugging CHECKs for data pipe serialization crash by Ken Rockot · 8 years ago
  22. 13ed7db node_channel.cc: Remove dead code. by hans · 8 years ago
  23. fc09b5e Minor Mojo docs cleanup by Ken Rockot · 8 years ago
  24. be8f7cb Use ScopedTaskEnvironment instead of MessageLoop in mojo unit tests. by fdoray · 8 years ago
  25. c242a95 Adds lots of Mojo documentation by rockot · 8 years ago
  26. 700682f Introduce InterfaceEndpointClient(IEC), InterfaceEndpointHandle and by wangjimmy · 8 years ago
  27. fc94d89 Mojo EDK: Avoid redundant queueing when sending to unknown peers by rockot · 8 years ago
  28. 571e197 Fix leaks in mojo::edk::NodeController by rockot · 8 years ago
  29. 616bb0a Fix DCHECK in ipc_perftests by rockot · 8 years ago
  30. 8e07f69 Move mojo tests into LayoutTests to use testharness by damargulis · 8 years ago
  31. 3bc1251 Revert of Making the Mojo Channel Messages legacy mode dynamic. (patchset #4 id:120001 of https://codereview.chromium.org/2749853003/ ) by jcivelli · 8 years ago
  32. 8005f92 Mojo: Move waiting APIs to public library by rockot · 8 years ago
  33. 75e4c81 Mojo EDK: Circulate MojoArmWatcher outputs to avoid starvation by rockot · 8 years ago
  34. a0d73f4 Making the Mojo Channel Messages legacy mode dynamic. by jcivelli · 8 years ago
  35. 2a1a100 Mojo EDK: Introduce MojoQueryHandleSignalsState API by rockot · 8 years ago
  36. 31e234f Revert of Mojo EDK: Introduce MojoQueryHandleSignalsState API (patchset #9 id:160001 of https://codereview.chromium.org/2741033003/ ) by tzik · 8 years ago
  37. ab5879a Mojo EDK: Introduce MojoQueryHandleSignalsState API by rockot · 8 years ago
  38. a07beef Mojo: Armed Watchers by rockot · 8 years ago
  39. 753d006 Changing multiprocess test SpawnChild to return a struct instead of a by jcivelli · 8 years ago
  40. c16909f Mojo: Add signal for new data pipe consumer data by rockot · 8 years ago
  41. 14e17db [mojo-js] Converts binding unittest into layout test. by alokp · 8 years ago
  42. fcb592e Changing connections to take a ConnectionParams instead of a pipe handle. by jcivelli · 8 years ago
  43. ecb7a1a Use std::move for pass-by-value'd scoped_refptr in the start-up hot path by tzik · 8 years ago
  44. b7a731c Adding a new message type to the Mojo channel. by jcivelli · 8 years ago
  45. b7d9549 Mojo EDK: Minor doc cleanup by rockot · 8 years ago
  46. 2990e27 Improve Mojo EDK documentation by rockot · 8 years ago
  47. 8a6028e Revert of Use TaskScheduler instead of WorkerPool in v8_platform.cc. (patchset #18 id:340001 of https://codereview.chromium.org/2610473002/ ) by jam · 8 years ago
  48. 9a8a228 Mojo EDK: Reduce unused read buffer capacity by rockot · 8 years ago
  49. 5fb0a91 Use the location where FileDescriptorWatcher is created to track the libevent handlers by ssid · 8 years ago
  50. 4b19180 Use TaskScheduler instead of WorkerPool in v8_platform.cc. by fdoray · 8 years ago
  51. eb08b0d Mojo EDK: Add safe process connection API by rockot · 8 years ago
  52. 1fb0108 Avoid logging very small values for Mojo.System.MessagesAcceptedPerEvent by rockot · 8 years ago
  53. 05d22c1 Tag some of Mojo heap allocations for the heap profiler. by jcivelli · 8 years ago
  54. e6cee36 [mojo] Delete RemoteMessagePipeBootstrap by lhchavez · 8 years ago
  55. be04283 Cleanup mojo-js tests. by alokp · 8 years ago
  56. 917ab23 Remove mojo::edk::test::ScopedIPCSupport by rockot · 8 years ago
  57. 63c2bf8 Reland of new multiprocess test client process launcher. by jcivelli · 8 years ago
  58. 423ebb0 Add some perf tests to compare Mojo overhead. by jam · 8 years ago
  59. 52df9c2 Revert of Multiprocess test client: Android child process launcher rework. (patchset #21 id:400001 of https://codereview.chromium.org/2549363004/ ) by jcivelli · 8 years ago
  60. 8fe4e98 Multiprocess test client: Android child process launcher rework. by jcivelli · 8 years ago
  61. 403e7ed Remove ScopedVector from mojo/ by leon.han · 8 years ago
  62. 56bc310 Use timer task runner for V8PerIsolate tasks by altimin · 8 years ago
  63. 6444b79 [mojo] Fix some lint errors by lhchavez · 8 years ago
  64. 984c9e4 mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() by blundell · 8 years ago
  65. 9abe709 Mojo JS bindings: BindingSet support. by yzshen · 8 years ago
  66. bf60f8f Mojo JS bindings: code generator maps interface ptr and request to InterfacePtr and InterfaceRequest. by yzshen · 8 years ago
  67. 26545b5 Mojo JS bindings: add more methods for InterfacePtrController and Binding. by yzshen · 8 years ago
  68. 53fa515 Cleanup remaining class/struct fwd declarations by jbriance · 8 years ago
  69. 253f4e4 Mojo JS bindings: introduce concepts that are more similar to C++ bindings: by yzshen · 8 years ago
  70. 856e8a2 Remove unnecessary gendered language in //mojo. by sammc · 8 years ago
  71. a65b327 Remove ipc/unix_domain_socket_util.* by sammc · 8 years ago
  72. a92fad1 Mojo EDK: Correctly handle EMSGSIZE on Mac. by sammc · 8 years ago
  73. cb6d9ef Mojo EDK: Clean shutdown for ScopedIPCSupport in tests by rockot · 8 years ago
  74. c8b4bcf Move const PortName data out of header file by brucedawson · 8 years ago
  75. 794b2c6 Mojo EDK: Fix race in named pipe creation for tests by rockot · 8 years ago
  76. e6d46f5 Mojo EDK: Work around Nexus 9 hardware bug by rockot · 8 years ago
  77. 148e688 Revert of Mojo EDK: Speculatively disable peer connection tests on Android (patchset #1 id:1 of https://codereview.chromium.org/2505393003/ ) by rockot · 8 years ago
  78. f5e9805 Mojo EDK: Instrument and cap NodeController::AcceptIncomingMessages workload by rockot · 8 years ago
  79. 466a143 Mojo EDK: Speculatively disable peer connection tests on Android by rockot · 8 years ago
  80. 35427ad Mojo EDK: Never notify own watchers within public API calls by rockot · 8 years ago
  81. 31ed901 Revert of Disable two tests in mojo_system_unittests that are suspected to be timing out (patchset #2 id:20001 of https://codereview.chromium.org/2497203002/ ) by hiroshige · 8 years ago
  82. 66d2ca3 Disable two tests in mojo_system_unittests that are suspected to be timing out by hiroshige · 8 years ago
  83. c5e4d10 Removing the Mojo buffers 16MB size limit. by jcivelli · 8 years ago
  84. f75a4c2 Mojo EDK: Fall back to named pipes if NodeChannel handle duplication fails by rockot · 8 years ago
  85. 5469301 Add mojo::edk::ClosePeerConnection. by sammc · 8 years ago
  86. d69f510 Remove use of std::function from Mojo internals by rockot · 8 years ago
  87. 365211f Mojo: Suppress validation error logging in some tests by rockot · 8 years ago
  88. 7c0e0d6 Allow custom security descriptors when creating named pipes on Windows. by sammc · 8 years ago
  89. 6f06231 Remove usage of FOR_EACH_OBSERVER macro in mojo by ericwilligers · 8 years ago
  90. 9b20d40 Make //mojo/edk/js a component. by sammc · 8 years ago
  91. 928f9a0 Purge references of "Mojo Application" from comments & var names. by ben · 8 years ago
  92. 88b0173 [mojo] Initialize MojoCreateSharedBufferOptions struct size. by alexander.shalamov · 8 years ago
  93. af04b83 Mojo: Fix data pipe ALL_OR_NONE write capacity check. by miu · 8 years ago
  94. c92aa46 misc files A-P: Change ScopedTempDir::path() to GetPath() by vabr · 8 years ago
  95. da1ce10 Adds sync brokering to Windows EDK by rockot · 8 years ago
  96. 7d5fadf Reduce the log level of frequently occuring DVLOGs by hta · 8 years ago
  97. 9a7ead8 Use ChannelMojo between app shims and the browser process. by sammc · 8 years ago
  98. 41930ea Support creating mojo peer connections from named pipes. by sammc · 8 years ago
  99. 65bd5dc Earlier cleanup of some EDK platform handles by rockot · 8 years ago
  100. 0fb41ea Update the lower bound for UMA_HISTOGRAM_CUSTOM_COUNTS by drbasic · 8 years ago