1. 37f3027 [rustmojo] Enable rustmojo tests on all non-CFI configurations by Devon Loehr · 3 days ago main master
  2. f971141 [mojo] Support cloning of a proto wrapper by Dave Tapuska · 5 days ago
  3. 7d44f88 Convert to UNSAFE_TODO in mojo by Arthur Sonzogni · 5 days ago
  4. 7a4db35 [Fuzzer][mojolpm] fix camelCase issue in nullable structs kind by Saurabh kumar · 6 days ago
  5. 9d7212c Remove deprecated Pickle::data_as_char and update callers by Andrew Paseltiner · 6 days ago
  6. 52f374f Improve MojoResult LINT.IfChange/ThenChange directives. by Shunya Shishido · 6 days ago
  7. 9a03aa4 [rustmojo] Add safe conversions between Rust/C++ handle types by Devon Loehr · 7 days ago
  8. af13a37 [rust] Fix Clippy warnings: 'mojo/public/rust' (part 3). by Lukasz Anforowicz · 9 days ago
  9. e893bc4 Include <stdint.h> when needed in .mojom-forward.h headers by David Sanders · 10 days ago
  10. 96deae8 Add SetFilter API for mojo remotes by Fred Shih · 10 days ago
  11. e22ac26 [DirectReceiver] Opt out DirectReceiver if thread does not support IO by Nafis Abedin · 10 days ago
  12. 9a53224 Remove VariantMap by Joe Mason · 11 days ago
  13. fbf902b Remove some unsafe buffers from mojo/public by Andrew Paseltiner · 12 days ago
  14. 6ce3fec [rustmojo] Add ability to create self-owned receivers. by Devon Loehr · 12 days ago
  15. 23e26ff [rustmojo] Add support for older header versions by Devon Loehr · 12 days ago
  16. af59c35 [rustmojo] Remove printing from unit tests by Devon Loehr · 13 days ago
  17. db0b26e mojo: Reduce target count in mojom template by combining actions by Peter Wen · 13 days ago
  18. 4b0c346 [rust] Fix Clippy warnings: 'mojo/public/rust' (part 2) by Lukasz Anforowicz · 13 days ago
  19. 829b72d Drop binder context on the calling sequence by Chris Staite · 14 days ago
  20. 622ab34 [rustmojo] Add more extensive C++ integration tests by Devon Loehr · 2 weeks ago
  21. c719357 [rustmojo] Add support for mojom files including other mojom files by Devon Loehr · 2 weeks ago
  22. 677bd4f Reapply "[rustmojo] Add test that sends a bunch of handles via mojo" by Devon Loehr · 2 weeks ago
  23. 0cbd7cc Reland "[rustmojo] Add unit tests for sending messages to/from C++" by Devon Loehr · 2 weeks ago
  24. 85588ca Stop fuzzing fundamentally unreachable states with mojolpm by Daniel Cheng · 2 weeks ago
  25. 1b9c985 Revert "[rustmojo] Add unit tests for sending messages to/from C++" by Munira Tursunova · 2 weeks ago
  26. d60656e Revert "[rustmojo] Add test that sends a bunch of handles via mojo" by Munira Tursunova · 2 weeks ago
  27. 8091e36 [rustmojo] Add test that sends a bunch of handles via mojo by Devon Loehr · 3 weeks ago
  28. 1fffc05 [rustmojo] Add unit tests for sending messages to/from C++ by Devon Loehr · 3 weeks ago
  29. 278fe9b Record MojoResult when writing synthetic response fallback body. by Shunya Shishido · 3 weeks ago
  30. f740c59 [DirectReceiver] Iterative DirectReceiver Tool by Nafis Abedin · 3 weeks ago
  31. a9a598b [Mojo TypeScript] Strenghthen callback router listener typing by Fred Shih · 3 weeks ago
  32. 9e82bbb [rustmojo] Remove extra init calls. by Julia Hansbrough · 3 weeks ago
  33. ce76501 Replace pointer-based HexEncode call with span-based HexEncode in mojo by Yisi Yu · 3 weeks ago
  34. 1a5e182 [rustmojo] Test support for handles in the Mojom value parser by Devon Loehr · 3 weeks ago
  35. 3e26cbf [rustmojo] Add support for handles to the Mojom value parser by Devon Loehr · 3 weeks ago
  36. 47e7cf7 [mojo] Add fixed-size array validation tests by Daniel Cheng · 3 weeks ago
  37. b7584f6 [rustmojo] Remove Clone from MojomValue by Devon Loehr · 3 weeks ago
  38. a015832 [rustmojo] Make deparser take arguments by value by Devon Loehr · 3 weeks ago
  39. 7b22ce2 [rustmojo] Add basic tests for remotes and receivers by Devon Loehr · 3 weeks ago
  40. 974c66a [mojo] Support idiomatic return types in Mojo EnumTraits::FromMojom by Jan Wilken Dörrie · 4 weeks ago
  41. 9638c02 [rustmojo] Split out remotes and receivers into their own file by Devon Loehr · 4 weeks ago
  42. 22b1997 Tidy some repeated if() blocks in mojo build.gn files by Alex Gough · 4 weeks ago
  43. 76f8405 [rust] Fix and document how `visibility` interacts with Clippy targets. by Lukasz Anforowicz · 4 weeks ago
  44. 5997fae Replace `std::set` with `base::fixed_flat_set`. by Jeffrey Yu · 4 weeks ago
  45. 6e4e372 [rustmojo] Add basic tests for MessagePipeWatcher by Devon Loehr · 4 weeks ago
  46. ef812f3 [rustmojo] Add bindings for Base::RunLoop by Devon Loehr · 5 weeks ago
  47. b61d2b7 [rustmojo] Use `strum` crate to generate MojoError methods. by Devon Loehr · 5 weeks ago
  48. 4dbc278 spanification: automatically spanify mojo/core/core_ipcz.cc etc. by Roberto Torres · 5 weeks ago
  49. 8f43e5f [TDR] Remove TODOs linked to issue 40578072 by Valeria Jankowskaja · 5 weeks ago
  50. 4593fb8 [rustmojo] Add ability for traps to automatically rearm themselves by Devon Loehr · 5 weeks ago
  51. 532aad0 Android: Add support for @JniType("base::OnceClosure") by Andrew Grieve · 5 weeks ago
  52. fbc0a4e mojo: channel: Convert DCHECK to DispatchResult::kError by Egor Pasko · 5 weeks ago
  53. 01fbbda Convert `PageState` into a regular Mojo struct by Daniel Cheng · 5 weeks ago
  54. fb076a5 Properly typemap network.mojom.ConnectionType by Daniel Cheng · 5 weeks ago
  55. 1984352 [rustmojo] Finalize migration to new FFI crate by Devon Loehr · 5 weeks ago
  56. c3c698c [rustmojo] Migrate message pipe code to new FFI by Devon Loehr · 5 weeks ago
  57. efbf54f [rustmojo] Migrate trap code to new FFI by Devon Loehr · 5 weeks ago
  58. b0848a1 [rustmojo] Make sure tests include "Rust" in the name by Devon Loehr · 5 weeks ago
  59. cc44e3e [rustmojo] Implement and migrate data pipes to new FFI by Devon Loehr · 5 weeks ago
  60. 8cf42a7 [rustmojo] Start refactoring mojo FFI to be as safe as possible by Devon Loehr · 5 weeks ago
  61. 539f576 [rustmojo] Restructure folders and GN targets by Devon Loehr · 6 weeks ago
  62. ba6dd45 [base] Introduce spanified Pickle APIs for underlying data by Mikel Astiz · 6 weeks ago
  63. 59527bf ThreadType: s/kInteractive/kAudioProcessing by Markus Handell · 6 weeks ago
  64. 758582b [rustmojo] Add ability to report bad mojo messages by Devon Loehr · 6 weeks ago
  65. 188c48e [rustmojo] Add tests for messages with handles by Devon Loehr · 6 weeks ago
  66. 1160209 [rustmojo] Implement read functionality for mojo message wrapper by Devon Loehr · 6 weeks ago
  67. 7eb2af5 Remove NavigationGesture enum from Mojo IDL by Daniel Cheng · 6 weeks ago
  68. 7ddf34a Switch to using optional primitive types in Mojo by Avi Drissman · 6 weeks ago
  69. 88d6147 Convert content.mojom.ScrollerStyle to an actual Mojo enum by Daniel Cheng · 6 weeks ago
  70. 6d19fb6 Remove unused content.mojom.ScrollbarButtonsPlacement Mojo enum by Daniel Cheng · 6 weeks ago
  71. 573a688 Reland "[base] Rename ThreadType::s/kDisplayCritical/kPresentation" by Etienne Pierre-doray · 6 weeks ago
  72. 4651beb Revert "[base] Rename ThreadType::s/kDisplayCritical/kPresentation" by luci-bisection@appspot.gserviceaccount.com · 6 weeks ago
  73. f842b26 [base] Rename ThreadType::s/kDisplayCritical/kPresentation by Etienne Pierre-doray · 6 weeks ago
  74. 967e1b6 [rustmojo] Create a wrapper for mojo message objects by Devon Loehr · 6 weeks ago
  75. 452b3ff [rustmojo] Implement core receiver methods by Devon Loehr · 6 weeks ago
  76. d7e9245 [rustmojo] Implement core remote methods by Devon Loehr · 6 weeks ago
  77. 5786148 [rustmojo] More work on MessagePipeWatcher by Devon Loehr · 6 weeks ago
  78. 07c7d97 Use modern names for base::DictValue and base::ListValue by Avi Drissman · 6 weeks ago
  79. ac35080 [rustmojo] Add support for floats in the mojom parser by Devon Loehr · 6 weeks ago
  80. 2f7c04e [TDR] Remove TODOs linked to issue 40841428 by Tomasz Lichoń · 7 weeks ago
  81. 4f11cd4 base: add RandIntInclusive alias for RandInt by Elly · 7 weeks ago
  82. 024220d [mojo] Change error behaviour for incoming message processing by Fred Shih · 7 weeks ago
  83. dcd738b [gpu] Move GLCapabilities, Error, ContextLostReason to mojom by Saifuddin Hitawala · 7 weeks ago
  84. 0637d8b Small fixes and cleanups to mojolpm.md by Evan Stade · 7 weeks ago
  85. c7eef48 Replace jlong with int64_t (Part 2) by Martin Kong · 7 weeks ago
  86. 1e8d165 mojo: Remove kMojoInlineMessagePayloads flag by Egor Pasko · 7 weeks ago
  87. 1e0c70a [base] Provide specific location for WaitableEvent/ConditionVariable trace events. by François Doray · 7 weeks ago
  88. 852485d [gpu] Add mojom traits for gpu::Capabilities by Saifuddin Hitawala · 7 weeks ago
  89. 25ddeca Reland "Migrate last base::Contains() to std::ranges::contains()" by Victor Hugo Vianna Silva · 7 weeks ago
  90. 3a85137 Revert "Migrate last base::Contains() to std::ranges::contains()" by Dominique Fauteux-Chapleau · 7 weeks ago
  91. 6f17619 Migrate last base::Contains() to std::ranges::contains() by Victor Hugo Vianna Silva · 7 weeks ago
  92. f8e70eb Fix out-of-date reference in mojolpm docs. by Evan Stade · 8 weeks ago
  93. 66405d4 Use span-based base::File API in transport_test.cc by Jan Keitel · 8 weeks ago
  94. 1ae7f08 Replace jint with int32_t (Part 2) by Martin Kong · 8 weeks ago
  95. b64fee1 Migrate base::Contains() to std::ranges::contains() in mojo by Victor Hugo Vianna Silva · 8 weeks ago
  96. f5ccec2 Migrate last base::Contains() to .contains() by Victor Hugo Vianna Silva · 8 weeks ago
  97. 93ebbec Remove unused test-mojom file by Alex Gough · 8 weeks ago
  98. a86e839 mojo: Enable kMojoInlineMessagePayloads by default by Egor Pasko · 8 weeks ago
  99. 6884db4 Add contains() to some //base classes by Victor Hugo Vianna Silva · 8 weeks ago
  100. 0f41bcd [ipcz] Optimize buffer growth strategy in MojoMessage::AppendData by Victor Miura · 8 weeks ago