1. feeb2d2 Migrate MessageLoop::current() to MessageLoopCurrent in /mojo by Gabriel Charette · 6 years ago
  2. 8a098d8 Convert json_parser.mojom to use mojo/public/mojom/base/values.mojom by Oksana Zhuravlova · 6 years ago
  3. d2128d8 Mojo C++ Bindings: unordered_map => flat_map by Ken Rockot · 6 years ago
  4. fd52a39 Ensure libmojo_core.so is built for Chrome OS builds by Ken Rockot · 6 years ago
  5. feaedf3 Blink: do not generate blink variant for public_typemaps by Dmitry Gozman · 6 years ago
  6. 30b42cd Move Mojo internals to new base shared memory API by Ken Rockot · 6 years ago
  7. 867b51f Base [android]: Introduce ScopedHardwareBufferHandle by Ken Rockot · 6 years ago
  8. 2323d24 [LayoutTests] Enable OOPIF pixel dumps behind a flag. by Vladimir Levin · 6 years ago
  9. 0473e34 Add a DCHECK in mojo/public/cpp/system/handle.h by Helen Li · 6 years ago
  10. 0b5d57c Mojo JS Bindings: Prevent issues with method parameter names. by Oliver Chang · 6 years ago
  11. 78c2dec Android: Optimize Java mojom classes for binary size by Andrew Grieve · 6 years ago
  12. 7b9cdcc Use BigBuffer for MessagePort message contents by Ken Rockot · 6 years ago
  13. e7f6efd [mojo] Emit kMinValue for generated C++ enums by Daniel Cheng · 6 years ago
  14. 1f6ea5e Clean up android related include path. by Hidehiko Abe · 6 years ago
  15. 891a84d Mass rename MessageLoopForIO types to MessagePumpForIO by Gabriel Charette · 6 years ago
  16. 8f730ac Fix missing MessageLoop includes (and once again!) by Gabriel Charette · 6 years ago
  17. 01aaa1f media::AudioSystem: disconnect from Audio service when not in use. by Olga Sharonova · 6 years ago
  18. 7bf59d9 Replace third_party/WebKit with third_party/blink in *.md by Kent Tamura · 6 years ago
  19. 375bd75 The Great Blink mv for source files, part 1. by Blink Reformat · 6 years ago
  20. 4467c0a Mojoify AXNodeData. by Dominic Mazzoni · 6 years ago
  21. 9cd83c6 media: Add DeferredDestroyStrongBindingSet by Xiaohan Wang · 6 years ago
  22. cbdd627 [CrOS MultiDevice] Add StructTraits conversions for DeviceSync service. by Kyle Horimoto · 6 years ago
  23. 4c27bef Mojo: Reduce default message allocation size by Ken Rockot · 6 years ago
  24. c465774 Mojo: More shared buffer API prep work by Ken Rockot · 6 years ago
  25. db304f7 [LevelDBWrapper] Allow Observers to be managed externally. by Daniel Murphy · 6 years ago
  26. 42756dd Remove confusing self-link from mojo/README by Jeremy Apthorp · 6 years ago
  27. 8e648b2 Move data_pipe* from //mojo/common to //mojo/public/cpp/system by Oksana Zhuravlova · 6 years ago
  28. 3de63ff Improve mojo enum quality-of-life for UMAs and legacy IPC. by Daniel Cheng · 6 years ago
  29. 6c73cf8 Add mojo base types for new shared memory APIs by Ken Rockot · 6 years ago
  30. 8c53700 Move memory_allocator....mojom and process_id.mojom from common to base by Oksana Zhuravlova · 6 years ago
  31. 1939b58 Add MemoryDumpProvider for Mojo message objects by Ken Rockot · 6 years ago
  32. 7511e9d Mojo Bindings: SequenceLocalSyncEventWatcher by Ken Rockot · 6 years ago
  33. e912e49 Enable dynamic mojo_core loading on Linux and Chrome OS by Ken Rockot · 6 years ago
  34. 2f75e1e Move read_only_buffer.mojom from common to base by Oksana Zhuravlova · 6 years ago
  35. de0103b Reduce the number of actions related to mojom generator using response file by Takuto Ikuta · 6 years ago
  36. 4a0ffa8 Initial support for mojo_core shared library by Ken Rockot · 6 years ago
  37. 7d8c9b7 Add a data length method to mojo::ScopedSharedBufferHandle. by Lei Zhang · 6 years ago
  38. c2c9cfb Rename buildflag_headers for consistency by Scott Violet · 6 years ago
  39. e044205 Move thread_priority.mojom from common to base by Oksana Zhuravlova · 6 years ago
  40. c8c3860 More EDK cleanup by Ken Rockot · 6 years ago
  41. a007d22 [LPM] Add version of mojo fuzzer that sends multiple messages at once. by Jonathan Metzman · 6 years ago
  42. 39d4dbd Move unguessable_token.mojom from common to base by Oksana Zhuravlova · 6 years ago
  43. 9d962c7 Move logfont_win.mojom and text_direction.mojom from common to base by Oksana Zhuravlova · 6 years ago
  44. c66c0a1 Make CredentialManager use mojo_base.mojom.String16 instead of string by Evan Stade · 6 years ago
  45. 5f4d213 Add a new typemap for base::Value using value semantics by Daniel Cheng · 6 years ago
  46. fd422f7 Remove version.mojom and all related files since the type is not used by Oksana Zhuravlova · 6 years ago
  47. 8ac107e Move time.mojom from common to base by Oksana Zhuravlova · 6 years ago
  48. 1d1a155 mojo: Pass task runners explicitly to SimpleWatcher's constructor by Hajime Hoshi · 6 years ago
  49. f7cd1d1 Clean up EDK layering by Ken Rockot · 6 years ago
  50. 4089177 Cleanup base APIs after PROCESS_LAUNCHER removal. by Gabriel Charette · 6 years ago
  51. 95425fa Added dependency to jinja2 sources for mojom generator by Takuto Ikuta · 6 years ago
  52. bea6c08 Move file, file_path and file_info from common to base by Oksana Zhuravlova · 6 years ago
  53. 38ccc98 Reland "Delay Channel::OnError() in case of kDisconnected during Write()." by Wez · 6 years ago
  54. bd6f367 Revert "Delay Channel::OnError() in case of kDisconnected during Write()." by Findit · 6 years ago
  55. 408cc83 Delay Channel::OnError() in case of kDisconnected during Write(). by Wez · 6 years ago
  56. 4180f43 mojo: do not dispatch SimpleWatcher callback twice upon ...FAILED_PRECONDITION by Andrey Kosyakov · 6 years ago
  57. a4e2500 bluetooth: Handle UUIDs in service data by Ovidio Henriquez · 6 years ago
  58. 725a909 Mojo: Allow user messages to be re-transmitted by Ken Rockot · 6 years ago
  59. 8906d27 Fix Mojo EDK documentation by Ken Rockot · 6 years ago
  60. 7017e2a Implement a check for import/deps consistency in mojom files by Oksana Zhuravlova · 6 years ago
  61. 50c604d Mojo: Watchers -> Traps by Ken Rockot · 6 years ago
  62. 52fa9a2 mojo_unittests: Decrease cost of MessageTest.ExtendMessagePayloadLarge by Ken Rockot · 6 years ago
  63. 239f375 Mojo: Stabilize remaining message APIs. by Ken Rockot · 6 years ago
  64. d976763 Mojo: Consolidate and stabilize core message APIs by Ken Rockot · 6 years ago
  65. 19852a8 Add Closure Compilation to site_engagement.js. by Christopher Lam · 6 years ago
  66. 5f70dd5 Add typemap for mojom::FileError by Luciano Pacheco · 6 years ago
  67. ca4df51 Migrate generated Mojo code from base::Callback to base::OnceCallback by tzik · 6 years ago
  68. 0765696 IWYU some sites which use std::unique_ptr or base::MakeUnique without an include. by Jeremy Roman · 6 years ago
  69. 690d6bc Rename media/capture/mojo -> media/capture/mojom by Christian Fremerey · 6 years ago
  70. dcc1f9f Fixes operator bool in InterfaceRequest by Scott Violet · 6 years ago
  71. c9decd0 Add HTTP cache clearing to the network service by Jay Civelli · 6 years ago
  72. c05f460 Include name of mojo interface in double-bind DCHECK by Andrew Grieve · 6 years ago
  73. d3a2d18 Network service test: push DNS rules after child process is connected. by Xing Liu · 6 years ago
  74. 6896a92 Add mojo based synchronous compositor for Android. by Dave Tapuska · 6 years ago
  75. 959fec8 Rename interfaces directory to mojom in Device Service. by Ke He · 6 years ago
  76. 24efe5e Allow base::DoNothing() to handle any argument list. by Peter Kasting · 6 years ago
  77. 142df5d Support attribute lists for mojom imports. by Eve Martin-Jones · 6 years ago
  78. 7ed5c15 Add task runner accessor in RefCountedDeleteOnSequence. by Peter Kasting · 6 years ago
  79. 837ec6c Combined several mojo unit test binaries into one mojo_unittests by Oksana Zhuravlova · 6 years ago
  80. cfe43bf Rename some Mojo internals bits by Ken Rockot · 6 years ago
  81. a06ce61 Fix message leaks in some Mojo tests by Ken Rockot · 6 years ago
  82. fa3a954 Fix shadowed variables in the content layer. by Dave Tapuska · 6 years ago
  83. 9ad7338 Reduce rebuild cost of VERSION changes by Ken Rockot · 6 years ago
  84. 4aeda2d Add OS based defaults for enabled_features to mojom.gni. by Eve Martin-Jones · 6 years ago
  85. ab4036f Add mojo support for base::RefCountedMemory. by Elliot Glaysher · 6 years ago
  86. d4435bf Mojom and typemap for Service Worker Fetch Response by Luciano Pacheco · 6 years ago
  87. 88430fa Add missing #includes (IWYU). by Peter Kasting · 6 years ago
  88. aa92cb6 Populate public session info in chrome. by Sarah Hu · 6 years ago
  89. f40a83f Do not update file timestamp if file content is not updated in mojom generators by Takuto Ikuta · 6 years ago
  90. e288fbb Add revocable binding and revocable strong binding classes by Austin Tankiang · 6 years ago
  91. bfabe78 [Mojo] Removed string copy requirement from StringDataPipeProducer by Daniel Murphy · 6 years ago
  92. e40da4c Fix broken link in Mojo C++ bindings docs by Austin Tankiang · 6 years ago
  93. 37aedf0 Remove duplicate code from mojom.gni by Eve Martin-Jones · 6 years ago
  94. 7903d01 Move String16 mojom to mojo/public/cpp/base by Ken Rockot · 6 years ago
  95. ae5a5fb Use COMPONENT_EXPORT for mojo/public/cpp/base targets by Ken Rockot · 6 years ago
  96. 7110143 Use COMPONENT_EXPORT for mojom_component targets by Ken Rockot · 6 years ago
  97. 40ae304 Update //url/mojo to use standard naming conventions. by Daniel Cheng · 6 years ago
  98. 5a3f375 Revert "Update //url/mojo to use standard naming conventions." by Findit · 6 years ago
  99. 3e786be Update //url/mojo to use standard naming conventions. by Daniel Cheng · 6 years ago
  100. f0f193f Don't treat empty spans as null in mojo array traits. by Daniel Cheng · 6 years ago