1. c4e83c5 [mojo] Replace ?-operator with literal true/false arms with binary operations by Ho Cheung · 19 hours ago main master
  2. d789f86 Fix mojo js binding not handling receiving associated receiver correctly by Fred Shih · 20 hours ago
  3. 803696f Move native_handle_type_converters.{cc,h} to mojo/ directory by Tom Sepez · 20 hours ago
  4. 2b859cf Add crash keys on CHECK failures in AdoptPipe by Joe Mason · 3 days ago
  5. 485a87f Have mojo::ReceiverSetState use VariantMap. by Olivier Li · 3 days ago
  6. 4f290ba [mojo] Reserve space in DictValue/ListValue on unserialization. by François Doray · 3 days ago
  7. 65209de Remove fileport declarations by Avi Drissman · 4 days ago
  8. 0847eb5 mojo: Stop using NO_UNIQUE_ADDRESS on the wire by Egor Pasko · 8 days ago
  9. f0713b3 mojo: Shrink TrivialMessage to fit PA size class by Egor Pasko · 8 days ago
  10. e4a8527 mojo: Use TrivialMessage for ipcz by Egor Pasko · 8 days ago
  11. 6cccf8f Error Prone: Enable checks "IdentityHashMapUsage", "EqualsGetClass" by Andrew Grieve · 9 days ago
  12. 87f89de mojo: wait on the name pipe when pipe is not available by Sorin Jianu · 9 days ago
  13. fc54462 mojo: cleanup: Remove kMojoLinuxChannelSharedMemEfdZeroOnWake by Egor Pasko · 9 days ago
  14. b0ad64e Experiment with alternative map types. by Olivier Li · 10 days ago
  15. d576282 mojo: Revive histogram WriteQueuePendingMessages by Egor Pasko · 10 days ago
  16. 8892777 Fix unsafe buffer usage in ports_unittest.cc by Florian Jacky · 10 days ago
  17. 3c16f5b Fix unsafe buffer usage in mojo/public/cpp/bindings/lib/array_serialization_send_validation.h by Florian Jacky · 11 days ago
  18. 3e63ee8 mojo: channel: Remove virtual NumHandlesForTransit() by Egor Pasko · 2 weeks ago
  19. 938a763 mojo: Migrate to new 2-param BASE_FEATURE macro by Xiaohan Wang · 2 weeks ago
  20. ea601fa Fix unsafe buffer usage in base/synchronization/waitable_event.cc by Florian Jacky · 2 weeks ago
  21. 2e5c5b2 base: Gate old BASE_FEATURE macro behind a migration define by Xiaohan Wang · 2 weeks ago
  22. ae25114 mojo: channel.cc: Simplify some metric collection by Egor Pasko · 2 weeks ago
  23. df7e7d4 Improve mojolpm fuzzer to not scribble random bytes into non-POD types by Daniel Cheng · 2 weeks ago
  24. efc48d8 mojo: Remove 'deferred' arg from GetReadPlatformHandles by Egor Pasko · 2 weeks ago
  25. 87ca086 Remove more native_client references by Lei Zhang · 2 weeks ago
  26. 7e092ec Remove SystemThemeColor from mojo/Blink. by Peter Kasting · 2 weeks ago
  27. 1582188 Remove IPC::ParamTraits<>::Log() functions. by Tom Sepez · 2 weeks ago
  28. d5109d2 Add DirectReceiver attribute for mojom and annotate interfaces by Alex Gough · 2 weeks ago
  29. 8deb4d8 Sort attribute constants by Alex Gough · 3 weeks ago
  30. f93c981 Remove base::AlwaysFalse<> by Avi Drissman · 3 weeks ago
  31. 3657812 Remove redundant modifiers in mojo/. by Sky Malice · 3 weeks ago
  32. 13037cc Replace memset with aggregate initialization in mojo by Arthur Sonzogni · 3 weeks ago
  33. b1c64a6 [CodeHealth] Use `base::HeapArray` in `ChannelTestBase::OnChannelMessage`. by Michael Tatarski · 4 weeks ago
  34. 07b342f Fix unsafe buffer usage in mojo/core/trap_unittest.cc by Ali Hijazi · 4 weeks ago
  35. 7419df9 Add a work-in-progress feature for mojom stubs by Alex Gough · 4 weeks ago
  36. 0f27e64 cleanup: Remove Android version check from channel_linux.cc by Egor Pasko · 4 weeks ago
  37. cb76fac [Mojo] Fix final (?) sync call on associated interface hang. by Marijn Kruisselbrink · 4 weeks ago
  38. cb41b5f [Direct Receiver] Viz Compositor Direct Receiver for FrameSinkManager by Nafis Abedin · 4 weeks ago
  39. 091bdff [Mojo] Simplify and improve handling of peer closed events. by Marijn Kruisselbrink · 4 weeks ago
  40. f721259 Add a CHECK so mojo channel will crash on large num of handles by Fred Shih · 4 weeks ago
  41. fb7dc14 Run unsafe_buffers pragma rewriter over remaining files. by Tom Sepez · 4 weeks ago
  42. 55cc8b3 mojo: Migrate BASE_FEATURE macros to 2-argument version by Xiaohan Wang · 4 weeks ago
  43. dbad906 Forward declare base::TimeDelta in platform_thread.h by David Sanders · 5 weeks ago
  44. dbb545e Add some missing includes of //base/time/time.h by David Sanders · 5 weeks ago
  45. ee072fb Improve base::ByteCount by Avi Drissman · 5 weeks ago
  46. 77a120a Android: Migrate C++ uses of build_info.h to their split-out equivalents (misc dirs) by Andrew Grieve · 6 weeks ago
  47. 730d27b Rename IsAbslOptional to IsStdOptional by David Benjamin · 6 weeks ago
  48. 4f75fe0 Improve base::ByteCount by Avi Drissman · 6 weeks ago
  49. f2be0e3 Fix potentional null-dereference in PipeControlMessageHandler by Marijn Kruisselbrink · 6 weeks ago
  50. a8428ef Mojo: Fix another sync call on associated interface hang. by Marijn Kruisselbrink · 6 weeks ago
  51. 24f26f9 refactor: Clean up usages of Leaky LazyInstance under //mojo by Addison Luh · 6 weeks ago
  52. c624b14 Fix sync mojo call hang when associated receiver is disconnected by Marijn Kruisselbrink · 7 weeks ago
  53. 0296b0b Enable legacy Mojo Core for android fuzzers by = · 7 weeks ago
  54. 4354f27 Add java bindings doc for Result<T,E> by Fred Shih · 7 weeks ago
  55. 778c221 Fix outdated hyperlink by Fred Shih · 7 weeks ago
  56. 028e968 mojo: Include variant instead of utility by Takuto Ikuta · 7 weeks ago
  57. 4c755f5 Typemap mojo_base.mojom.Empty to std::monostate by Daniel Cheng · 7 weeks ago
  58. e497b17 [mojo] Add which* API for mojo unions in typescript by Fred Shih · 7 weeks ago
  59. 5aca4e7 Use utf8 for input and outstreams of mojom formatter by Alex Gough · 7 weeks ago
  60. e4e650c Fix mojom formatter to output result<array<T>, E> by Alex Gough · 7 weeks ago
  61. 7307a4b [mojo] Prefer preincrement when working with iterators by Greg Thompson · 7 weeks ago
  62. 7632a0c Remove file-wide unsafe buffer pragmas from mojo/ by Tom Sepez · 8 weeks ago
  63. ea7c159 Fix CRLF on Windows for mojom formatter by Alex Gough · 8 weeks ago
  64. c7249d5 [actor] Make screenshots work again with new performActions flow by Dave Tapuska · 8 weeks ago
  65. 7c2a600 Minor correction in result<T,E> documentation for C++ binding by Alesandro Ortiz · 8 weeks ago
  66. 9526985 Add result<T,E> documentation for C++ binding by Fred Shih · 8 weeks ago
  67. 8d9f735 Auto-format GN files in various directories by Lei Zhang · 8 weeks ago
  68. 677db3a spanification: automatically spanify various pointers by Stephen Nusko · 8 weeks ago
  69. a4a3f8f Move wtf/wtf_size_t.h to "blink" namespace by Kent Tamura · 8 weeks ago
  70. 5d6fbf7 spanification: automatically spanify various pointers by Stephen Nusko · 8 weeks ago
  71. 011ad37 Android: Use ScopedJavaLocalRef::Adopt() rather than constructor by Andrew Grieve · 8 weeks ago
  72. bb63879 [mojo] Add unit test for nested enum typemapping for ts by Fred Shih · 8 weeks ago
  73. 5c53f7f [mojo] Add preliminary documentation for result type by Fred Shih · 9 weeks ago
  74. e18a3ca [mojo] add missing conditional case for import by Fred Shih · 9 weeks ago
  75. 9b1f6ab [mojo] Fix ts converter import from module by Fred Shih · 9 weeks ago
  76. d8f5d97 Remove IPC::SyncMessageFilter. by Tom Sepez · 9 weeks ago
  77. 1a08ef1 [exit-time-destructors] Exclude target with warnings by Claudio DeSouza · 9 weeks ago
  78. 6ff68e2 [exit-time-destructors] Exclude target with warnings by Claudio DeSouza · 9 weeks ago
  79. 74ee973 Reland "JNI Zero: Remove implicit conversion from JavaParamRef -> T" by Andrew Grieve · 9 weeks ago
  80. b0b31fe Revert "JNI Zero: Remove implicit conversion from JavaParamRef -> T" by Andrew Grieve · 9 weeks ago
  81. 0e79c34 JNI Zero: Remove implicit conversion from JavaParamRef -> T by Andrew Grieve · 9 weeks ago
  82. 5adfe2b [rust] Make `-Amismatched_lifetime_syntaxes` suppression less global. by Lukasz Anforowicz · 9 weeks ago
  83. ec81b23 [mojo] Remove Mojo over Binder by Benoît Lizé · 9 weeks ago
  84. ebb7558 [mojo] Refactor bindings generator by Fred Shih · 10 weeks ago
  85. b636520 [mojo] Remoove unnecessary import for presubmit check by Fred Shih · 10 weeks ago
  86. bb69844 Replace "WTF::" with "blink::" in mojo/public/ by Kent Tamura · 10 weeks ago
  87. 5d6e096 Remove IS_NACL in //mojo by Nico Weber · 2 months ago
  88. 2f2fe57 Reland "[mojo] Add a verification step for typemap config" by Fred Shih · 2 months ago
  89. 3b71a20 [iOS Blink] Use target_platform == "iphoneos" in BUILD.gn by Gyuyoung Kim · 2 months ago
  90. eb97005 Remove is_nacl from .gn and .gni files by Nico Weber · 2 months ago
  91. c91bcf1 Remove legacy IPC fuzzers by Tom Sepez · 2 months ago
  92. da4588f Revert "Add a verification step for typemap config" by Fred Shih · 2 months ago
  93. 7cb3fcd Add a verification step for typemap config by Fred Shih · 2 months ago
  94. c88d3c2 [mojo] Fix mojo golden presubmit check by Fred Shih · 2 months ago
  95. 6d98cea [mojo] Make MojoUseBinder false at compile time by Benoît Lizé · 2 months ago
  96. da1c63c Move wtf/hash_{functions,traits}.h to "blink" namespace by Kent Tamura · 2 months ago
  97. 20dd67c Avoid double-indirection for Mojo unions containing non-POD types by Daniel Cheng · 2 months ago
  98. 045883b Fix deps for bindings_nocompile_tests by Aldo Culquicondor · 2 months ago
  99. 33280b8 [actor] Add annotated page content to the journal by Dave Tapuska · 2 months ago
  100. ec26c48 mojo: explain UnwrapPlatformFile return value by Elly · 2 months ago