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