1. 99debb1 Remove base::underlying_type, replace uses with std::underlying_type by danakj · 7 years ago
  2. 8f0ce10 Migrate base::TaskRunner from Closure to OnceClosure by tzik · 7 years ago
  3. e8d596e [aura-mus] Add ui::CursorData, with mojo serialization. by erg · 7 years ago
  4. 7754ace Moving LatencyInfo into a separate component. by mfomitchev · 7 years ago
  5. a967a35 Mojo JS bindings: support auto-loading mojom.js deps. by yzshen · 7 years ago
  6. d3b98d1 Mojo JS bindings: change module loading solution. by yzshen · 7 years ago
  7. c242a95 Adds lots of Mojo documentation by rockot · 7 years ago
  8. a535b3c mojo: Support sync calls through ThreadSafeInterfacePtr by watk · 7 years ago
  9. 700682f Introduce InterfaceEndpointClient(IEC), InterfaceEndpointHandle and by wangjimmy · 7 years ago
  10. e4f02fd Make mojo::internal::MultiplexRouter::InterfaceEndPoint RefCountedThreadSafe by tzik · 7 years ago
  11. 622d59e Pass Callback to TaskRunner by value and consume it on invocation by tzik · 7 years ago
  12. 4204849 Pref service: enable for user prefs in chrome behind a flag. by sammc · 7 years ago
  13. fc94d89 Mojo EDK: Avoid redundant queueing when sending to unknown peers by rockot · 7 years ago
  14. 571e197 Fix leaks in mojo::edk::NodeController by rockot · 7 years ago
  15. af33673 Revert of Mojo JS bindings: change module loading solution. (patchset #7 id:120001 of https://codereview.chromium.org/2759563004/ ) by hayato · 7 years ago
  16. bc7698e Revert of Mojo JS bindings: support auto-loading mojom.js deps. (patchset #3 id:40001 of https://codereview.chromium.org/2779493002/ ) by hayato · 7 years ago
  17. de974da Mojo JS bindings: support auto-loading mojom.js deps. by yzshen · 7 years ago
  18. ae118fc Mojo JS bindings: change module loading solution. by yzshen · 7 years ago
  19. 91dd464 Make sure channel-associated interface pointers are always safe to call. by yzshen · 7 years ago
  20. 8470993 Relaxes constraint in Binding::WaitForIncomingMethodCall() by sky · 7 years ago
  21. 39af274 Use WaitableEvents to wake up sync IPC waiting by rockot · 7 years ago
  22. c4b5f17 mojo: MessageReceiver*::AcceptWithResponder() now take a unique_ptr to the responder by watk · 7 years ago
  23. 497c118 Mojo C++ Bindings: Support dispatch in nested message loops by rockot · 7 years ago
  24. 616bb0a Fix DCHECK in ipc_perftests by rockot · 7 years ago
  25. 0ff1238 Migrate WTF::HashMap::remove() to ::erase() by pilgrim · 7 years ago
  26. 8e07f69 Move mojo tests into LayoutTests to use testharness by damargulis · 7 years ago
  27. 3bc1251 Revert of Making the Mojo Channel Messages legacy mode dynamic. (patchset #4 id:120001 of https://codereview.chromium.org/2749853003/ ) by jcivelli · 7 years ago
  28. 559ec4e Mojo C++ bindings: rename GetIsolatedProxy to MakeIsolatedRequest to better match other functions. by yzshen · 7 years ago
  29. 8005f92 Mojo: Move waiting APIs to public library by rockot · 7 years ago
  30. 6de854a Mojo C++ Bindings: fix mojom::Foo::Deserialize() for component build. by yzshen · 7 years ago
  31. 75e4c81 Mojo EDK: Circulate MojoArmWatcher outputs to avoid starvation by rockot · 7 years ago
  32. a0d73f4 Making the Mojo Channel Messages legacy mode dynamic. by jcivelli · 7 years ago
  33. cd160b8 Mojo: Don't hold a watch context ref in SimpleWatcher posted task by rockot · 7 years ago
  34. 2a1a100 Mojo EDK: Introduce MojoQueryHandleSignalsState API by rockot · 7 years ago
  35. f507c53 Convert utility process extension Unpacker IPC to mojo by noel · 7 years ago
  36. 31e234f Revert of Mojo EDK: Introduce MojoQueryHandleSignalsState API (patchset #9 id:160001 of https://codereview.chromium.org/2741033003/ ) by tzik · 7 years ago
  37. ab5879a Mojo EDK: Introduce MojoQueryHandleSignalsState API by rockot · 7 years ago
  38. a07beef Mojo: Armed Watchers by rockot · 7 years ago
  39. 753d006 Changing multiprocess test SpawnChild to return a struct instead of a by jcivelli · 7 years ago
  40. 95bbfa9 mojo bindings: Support enums with no values by watk · 7 years ago
  41. e04401b Use depfiles for mojom generation. by sammc · 7 years ago
  42. c16909f Mojo: Add signal for new data pipe consumer data by rockot · 7 years ago
  43. 14e17db [mojo-js] Converts binding unittest into layout test. by alokp · 7 years ago
  44. fcb592e Changing connections to take a ConnectionParams instead of a pipe handle. by jcivelli · 7 years ago
  45. c6e678b Mojo JS bindings: duplicate the bindings files into src/mojo/public/js/new_bindings. by yzshen · 7 years ago
  46. 7a1ef76 Require explicit selection of traits for LazyInstance by scottmg · 7 years ago
  47. ecb7a1a Use std::move for pass-by-value'd scoped_refptr in the start-up hot path by tzik · 7 years ago
  48. 7ba5c4c Convert TrackedPreferenceValidationDelegate into a mojo interface. by sammc · 7 years ago
  49. 0d1295b Remove base::StringValue by jdoerrie · 7 years ago
  50. dc59c69 Mojo: Support enums as map keys in WTF by tibell · 7 years ago
  51. 9a8d64f Mojo C++ bindings: keep connection error handler on the stack while running it. by yzshen · 7 years ago
  52. bfe825e Remove base::FundamentalValue by jdoerrie · 7 years ago
  53. 427d431 Mojo C++ bindings: handle the case where a message is recevied for an interface after it has encountered error. by yzshen · 7 years ago
  54. 8a73530 Remove auto raw pointer deduction from non-linux specific code. by vmpstr · 7 years ago
  55. 701b203 Makes mojo generator generate export for constants by sky · 7 years ago
  56. b7a731c Adding a new message type to the Mojo channel. by jcivelli · 7 years ago
  57. fcb8e5c AssociatedGroupController impls: reduce message pipes created for sync message signalling. by yzshen · 7 years ago
  58. 8b0297b Add field-initializing constructors to generated mojo structs. by sammc · 7 years ago
  59. 839b6bf [Mojo Video Capture] Split OnIncomingCapturedVideoFrame() to OnNewBuffer() and OnFrameReadyInBuffer() by chfremer · 7 years ago
  60. f370a15 Mojo C++ Bindings: Introduce build-time option to disable typemapping by rockot · 7 years ago
  61. b7d9549 Mojo EDK: Minor doc cleanup by rockot · 7 years ago
  62. 2990e27 Improve Mojo EDK documentation by rockot · 7 years ago
  63. 7d9f723 Fix auto raw pointer deduction on linux by vmpstr · 7 years ago
  64. 8a6028e Revert of Use TaskScheduler instead of WorkerPool in v8_platform.cc. (patchset #18 id:340001 of https://codereview.chromium.org/2610473002/ ) by jam · 7 years ago
  65. cefbe20 Mojo C++ bindings: change some std::unique_ptr<base::Lock> to base::Optional<base::Lock>. by yzshen · 7 years ago
  66. 9a8a228 Mojo EDK: Reduce unused read buffer capacity by rockot · 7 years ago
  67. 9b4c290 Mojo C++ bindings: remove unnecessary getters/params of AssociatedGroup. by yzshen · 7 years ago
  68. 5fb0a91 Use the location where FileDescriptorWatcher is created to track the libevent handlers by ssid · 7 years ago
  69. e968d28 Mojo C++ bindings: remove some usage of AssociatedGroup from user code. by yzshen · 7 years ago
  70. ebd0e58 Implements mojo::StrongBindingSet. by alokp · 7 years ago
  71. 8dc7bd7 Mojo C++ bindings: Simplify associated interface API. by yzshen · 7 years ago
  72. 9814cea Add interface versioning for javascript. by wangjimmy · 7 years ago
  73. 773f884 Renamed /services/memory_infrastructure to /services/resource_coordinator by oysteine · 7 years ago
  74. f514625 Mojo Bindings: Put typemap files in the build dependency tree by rockot · 7 years ago
  75. 4b19180 Use TaskScheduler instead of WorkerPool in v8_platform.cc. by fdoray · 7 years ago
  76. e7cb83f Migrate WTF::HashMap::add() to ::insert() [final] by pilgrim · 7 years ago
  77. 59fa240 Protect RefCount manipulation of InterfaceEndpoint with MultiplexRouter lock by tzik · 7 years ago
  78. eb08b0d Mojo EDK: Add safe process connection API by rockot · 7 years ago
  79. ebe7738 Reduce size of mojo AssociatedBinding template expansions by scottmg · 7 years ago
  80. 7900d34 Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtr by rockot · 7 years ago
  81. feb2fcb Enable mojo localstorage to actually store on disk. by mek · 7 years ago
  82. 721e382 Mojo C++ Bindings: Improve BindingSet context API by rockot · 7 years ago
  83. fab838a Remove JNI onload callback vector construction in favour of direct calls. by tobiasjs · 7 years ago
  84. f4511e9 Remove unused typemap includes from generated C++ mojo bindings. by sammc · 7 years ago
  85. d69b421 Fix null heap profiler tag for allocations by ssid · 7 years ago
  86. 92d4ac6 Add tests for detecting lost associated interfaces. by sammc · 7 years ago
  87. 5a64a5a Replace type converters for presentation.mojom with typemaps. by mfoltz · 7 years ago
  88. f779666 Migrate WTF::HashMap::add() to ::insert() by pilgrim · 7 years ago
  89. 264e153 Mojo C++ bindings: fix MultiplexRouter and ChannelAssociatedGroupController. by yzshen · 7 years ago
  90. e111957 memory-infra: Service implementation by chiniforooshan · 7 years ago
  91. be51c4f Mojo C++ bindings: introduce an optional array to store transferred interface IDs in messages. by yzshen · 7 years ago
  92. d156b95 Mojo bindings: remove some unused files. by yzshen · 7 years ago
  93. 959d1d9 Remove the MessageLoop::DestructionObserver from mojo bindings. by sammc · 7 years ago
  94. 1ef02db Run LevelDBMojoProxy tasks on file thread rather than db thread. by mek · 7 years ago
  95. 1fb0108 Avoid logging very small values for Mojo.System.MessagesAcceptedPerEvent by rockot · 8 years ago
  96. 05d22c1 Tag some of Mojo heap allocations for the heap profiler. by jcivelli · 8 years ago
  97. 09cbae7 Move display::Display mojom. by kylechar · 8 years ago
  98. 364995e Mojo C++ Bindings: Make SyncHandleRegistry Leaky by rockot · 8 years ago
  99. e6cee36 [mojo] Delete RemoteMessagePipeBootstrap by lhchavez · 8 years ago
  100. d5e7abc Change encodeHandle to not store a null handle in message.handles. by wangjimmy · 8 years ago