1. 3700b68 [mojo] Partial removal of MOJO_TRACE_ENABLED by Etienne Pierre-doray · 2 hours ago main master
  2. ad54a78 Add mojo docs for which* ts api by Fred Shih · 4 days ago
  3. 209be76 [Fuzzing] Fix mojo_parse_message fuzzers on Android by Edgar Aguilar · 6 days ago
  4. c688d18 [rustmojo] Add ability to (de)serialize pending associated endpoints by Devon Loehr · 7 days ago
  5. e47caf9 [rustmojo] Add `PendingAssociatedEndpoint` type by Devon Loehr · 7 days ago
  6. 1b2c02b [rustmojo] Unify Receivers and AssociatedReceivers by Devon Loehr · 7 days ago
  7. c01ce67 [rustmojo] Unify Remotes and AssociatedRemotes by Devon Loehr · 7 days ago
  8. f87f837 [rustmojo] Define `MultiplexRouter` type by Devon Loehr · 7 days ago
  9. 5054826 [mojolpm] Modify mojolpm proto generator to assign optional for default valued fields by Antonio Alphonse · 10 days ago
  10. e9a9f48 Propagate invitation flag for isolated connections by Fred Shih · 12 days ago
  11. 3797cc5 [rustmojo] Define `ResponseSender` type by Devon Loehr · 12 days ago
  12. ec41310 [rustmojo] Define `MultiplexRouterHandle` type by Devon Loehr · 12 days ago
  13. 3f446c3 [rustmojo] Add `ArcOrWeak` helper type by Devon Loehr · 12 days ago
  14. fc95587 [rustmojo] Introduce endpoint registry for use in MultiplexRouters by Devon Loehr · 12 days ago
  15. b30289e media: Elevate CDM service thread priority by Xiaohan Wang · 13 days ago
  16. 40742c5 Checked Span: Address `blink_perf` suites by Kalvin Lee · 13 days ago
  17. e05bd99 mojo: Clean up ChromeOS build flags by Georg Neis · 14 days ago
  18. 540c47b [rustmojo] Unify PendingRemote and PendingReceiver types by Devon Loehr · 14 days ago
  19. bb0ae1c [rustmojo] Allow MessagePipeWatcher to delay the start of processing by Devon Loehr · 14 days ago
  20. 7834052 [rustmojo] Support associated interfaces in messages by Devon Loehr · 14 days ago
  21. 5ed1c78 [rustmojo] Add support for parsing associated interfaces by Devon Loehr · 14 days ago
  22. 3612368 Busybody: Format GN files by Kalvin Lee · 2 weeks ago
  23. 2d9ff6a Fix MultiplexRouter Lifetime Management during error handling by Emily Andrews · 3 weeks ago
  24. 9cd68c2 [rustmojo] Set bad message handler at start of tests by Devon Loehr · 3 weeks ago
  25. 00d221a [rustmojo] Move TypemapServiceImpl into state_objects file by Devon Loehr · 3 weeks ago
  26. e165d2e mojo: Use safe span constructor by Kalvin Lee · 3 weeks ago
  27. 6e7dbfc Remove obsolete `chromeos_is_browser_only` build arg by Georg Neis · 3 weeks ago
  28. bf5a3a5 mojo/channel_linux: Check for CommandLine initialization before use by Nathan Hebert · 3 weeks ago
  29. 566c2b0 [mojo] Add microsecond-level write latency histogram for ChannelPosix by Nafis Abedin · 3 weeks ago
  30. e2df3bf [mojo] base::MetricsSubSampler -> base::ShouldRecordSubsampledMetric() by Benoît Lizé · 3 weeks ago
  31. b21f08d [Mojo] Fix missing ChannelLinux histograms for shared memory upgrades by Nafis Abedin · 4 weeks ago
  32. eda4a0e Fix mojo binder map not honouring RuntimeFeature flags by Fred Shih · 4 weeks ago
  33. c457df0 WebUI: Add autogenerated browser proxy in mojom-webui.ts files by rbpotter · 4 weeks ago
  34. c64a2f0 [rustmojo] Add Context type to MojomParse trait by Devon Loehr · 4 weeks ago
  35. 41e669b [rustmojo] Unify handle parsing and deparsing by Devon Loehr · 4 weeks ago
  36. 673dfb8 Move Mojo's thread_local MetricsSubSampler into a function by Daniel Cheng · 4 weeks ago
  37. 36514d0 Fix unsafe buffer usage in mojo/core/node_channel_unittest.cc by Xiang Ji · 4 weeks ago
  38. b59fff2 [fuzzing] Remove use_libfuzzer from mojo_support_legacy_core by alphonsea@google.com · 4 weeks ago
  39. deecec4 [rustmojo] Use raw string literal in path attributes by Devon Loehr · 4 weeks ago
  40. 6303edb [Fuzzing] Add FuzzTest's LLVM wrapper to "fuzzer_test" template by Alex Kallam · 5 weeks ago
  41. 24c9f37 [rustmojo] Add support for typemapping by Liza Burakova · 5 weeks ago
  42. c6bf366 Handle NaN/Infinite double values in base::Value's StructTraits by Dylan Jew · 5 weeks ago
  43. d0e6ac1 Reland "fuzzing: Update Mojo struct constructors with field values as arguments" by Tigran Bantikyan · 5 weeks ago
  44. 6da7123 Fix unsafe buffer usage in invitation_unittest.cc by Xiang Ji · 5 weeks ago
  45. 5d253fa Disable InvitationTest.SendIsolatedInvitationToSelf on ChromeOS devices by Qijiang Fan · 5 weeks ago
  46. 6f18827 Convert old cc/ipc traits to mojom by Tom Sepez · 5 weeks ago
  47. a7fa857 Fix unsafe buffer usage in native_enum_serialization.h by Xiang Ji · 5 weeks ago
  48. ff3fd80 Fix unsafe buffer usage in transport_test.cc by Xiang Ji · 5 weeks ago
  49. 0895374 Fix unsafe buffer usage in core_ipcz.cc by Xiang Ji · 6 weeks ago
  50. bde6746 Revert "fuzzing: Update Mojo struct constructors with field values as arguments" by Antonio Sartori · 6 weeks ago
  51. ac121a9 fuzzing: Update Mojo struct constructors with field values as arguments by Tigran Bantikyan · 6 weeks ago
  52. d69fa9c [fuchsia] Validate that messages don't contain too many handles by Wez · 6 weeks ago
  53. 15357cd media: Migrate OverlayInfo to Mojo traits by Vikram Pasupathy · 7 weeks ago
  54. f49c291 gardener: disable a flaky Mojo test suite on CrOS by Elly · 7 weeks ago
  55. c8a8908 [rustmojo] Add support for pending remote/receiver by Liza Burakova · 7 weeks ago
  56. d371195 [rustmojo] Mark MessageHandle type as thread-safe by Devon Loehr · 7 weeks ago
  57. 2ce0e31 [Unchecked] Fix unchecked warnings in remaining Android tests by Jingping Sun · 7 weeks ago
  58. d808bfb Remove base::win::GenericScopedHandle::Take() usage by Lei Zhang · 8 weeks ago
  59. 7a67b07 Harden Mojo IPCz and verify server privilege in updater and EC by S Ganesh · 8 weeks ago
  60. 1109d54 Checked Span: Cut out non-ipcz test case by Kalvin Lee · 8 weeks ago
  61. 98a6525 [Viz] Convert ExternalBeginFrameSourceMojoMac to a regular receiver. by Nafis Abedin · 8 weeks ago
  62. 5c80f57 Add wire format for remotes and receivers by Devon Loehr · 9 weeks ago
  63. fd66dee JNI Zero: Add jni_zero::AdoptRef() by Andrew Grieve · 9 weeks ago
  64. c6307bc [Unchecked] Fix warnings in components, mojo, device, content by Jingping Sun · 9 weeks ago
  65. 537f085 media: Migrate AudioParameters and ChannelLayout to Mojo traits by Vikram Pasupathy · 9 weeks ago
  66. d75053e [rustmojo] Tweaks to user guide by Devon Loehr · 9 weeks ago
  67. 9b56e97 [rustmojo] Write user guide in bindings/README.md by Devon Loehr · 9 weeks ago
  68. 56c0f65 [rustmojo] Rework trap and watcher classes by Devon Loehr · 9 weeks ago
  69. ec119ae Fix CHECK failure in typed shared memory region deserialization by Tzarial · 9 weeks ago
  70. 23632e0 Reland "Remove use deprecated [Native] types in network_param.mojom" by Daniel Cheng · 9 weeks ago
  71. d25577d Revert "Remove use deprecated [Native] types in network_param.mojom" by Michael Ershov · 9 weeks ago
  72. 56b1f6c Remove use deprecated [Native] types in network_param.mojom by Daniel Cheng · 9 weeks ago
  73. 2cf77f4 Fix SyncInterruptTest teardown for reliable receiver cleanup by Emily Andrews · 9 weeks ago
  74. b7d1a0c [rustmojo] Add support for nested enums. by Julia Hansbrough · 9 weeks ago
  75. 449e768 Remove oksamyt@ from OWNERS by Oksana Zhuravlova · 10 weeks ago
  76. be08095 Add class-level comments to `mojo::ArrayDataView` by Daniel Cheng · 10 weeks ago
  77. f73cf31 Reland "Remove base/logging.h include from validation_errors.h" by Daniel Cheng · 10 weeks ago
  78. 78ff8c2 [rustmojo] Address FOR_RELEASE comments in system/ and test/ by Devon Loehr · 10 weeks ago
  79. cbecaf6 [rustmojo] Fill out top-level README by Devon Loehr · 10 weeks ago
  80. ecfa687 [rustmojo] Address FOR_RELEASE comments in templates by Devon Loehr · 10 weeks ago
  81. 47030a9 Revert "Remove base/logging.h include from validation_errors.h" by Eriko Kurimoto · 10 weeks ago
  82. bd69677 Remove base/logging.h include from validation_errors.h by Daniel Cheng · 10 weeks ago
  83. 3c97b88 Fix header order in generated C++ mojom sources by Daniel Cheng · 10 weeks ago
  84. 92f871e Reduce the size of generated Mojo files when no interfaces are defined by Daniel Cheng · 10 weeks ago
  85. 773dfd3 Fix various IWYU errors related to base/logging.h by Daniel Cheng · 10 weeks ago
  86. 315e053 [rustmojo] Remove raw_trap.rs by Devon Loehr · 2 months ago
  87. 1806889 [rustmojo] Address FOR_RELEASE comments in c_mojo_api/ by Devon Loehr · 2 months ago
  88. 9951a4a [mojo] Add a simple direct return type for result<T, E> interfaces by Fred Shih · 2 months ago
  89. c0bd64d [mojo] Convert to UNSAFE_TODO by Arthur Sonzogni · 2 months ago
  90. f232600 Return after rejecting invalid Linux channel upgrade offer by gate kibr · 2 months ago
  91. e0ce902 Add ChromeOS OWNERS for //mojo/core by Daniel Cheng · 2 months ago
  92. 15b9166 Reland: mojo: Enable kMojoUseEventFd by default on Android by Egor Pasko · 2 months ago
  93. 454a713 [rustmojo] Document mojom_value_parser and address FOR_RELEASEs by Devon Loehr · 2 months ago
  94. 179e320 [rustmojo] Address FOR_RELEASE comments in bindings/ by Devon Loehr · 2 months ago
  95. 057f223 Track allowed node in pending port merge by gate kibr · 2 months ago
  96. 3523ded [rustmojo] Move ffi crate to its own directory by Devon Loehr · 2 months ago
  97. 977f2d0 Write up specification of the mojom wire format by Devon Loehr · 3 months ago
  98. 91f03f5 [mojo] Remove support for legacy EnumTraits signatures by Jan Wilken Dörrie · 3 months ago
  99. 571efc5 [rustmojo] Address FOR_RELEASE comments in mojom_value_parser by Devon Loehr · 3 months ago
  100. 2e027a1 Add AMSC macro to mojo::android::WatcherImpl by mikt · 3 months ago