[go: nahoru, domu]

  1. 28cae41 ipcz: Remove unused argument from CreateNode by Ken Rockot · 1 year, 2 months ago
  2. cf4e977 [mojo] Initialize non-default-constructible optionals to absl::nullopt. by Daniel Cheng · 1 year, 2 months ago
  3. 04cc658 Reland "[mojo] Fix multi-broker networks on Windows" by Ken Rockot · 1 year, 2 months ago
  4. aa22748 Revert "[mojo] Fix multi-broker networks on Windows" by Keishi Hattori · 1 year, 2 months ago
  5. b87c1b7 mojo-js: Small clean up of js bridge templates by Giovanni Ortuño Urquidi · 1 year, 2 months ago
  6. 458f376 [mojo] Fix multi-broker networks on Windows by Ken Rockot · 1 year, 2 months ago
  7. d30cbc44 MojoLPM: Add support for optional numeric types. by Mark Brand · 1 year, 2 months ago
  8. 972ed636 [CodeHealth] Change |frames| to base::Value::List in StatusData by Andrew Rayskiy · 1 year, 2 months ago
  9. 4f1864f Rewrite T& into raw_ref<T> by Ali Hijazi · 1 year, 2 months ago
  10. e7c7107f [mojo] Plumb interface name into dispatch stacks by Ken Rockot · 1 year, 2 months ago
  11. 85460296 mojo-lmp: Add nullable types to kind_to_* maps by Giovanni Ortuño Urquidi · 1 year, 2 months ago
  12. ae9faa1 DirectCompositorThreadIpc feature by Ken Rockot · 1 year, 2 months ago
  13. 681a211 [mojo] Invitation flags to share/inherit broker by Ken Rockot · 1 year, 2 months ago
  14. 5b8c6eb Mojo: Support optional numerics in JS fuzz bindings. by Mark Brand · 1 year, 2 months ago
  15. 1f55133 Mojo: Shared thread-local node for DirectReceivers by Ken Rockot · 1 year, 2 months ago
  16. 135d73b Remove the feature flag for direct memory allocations on Android by Mikhail Khokhlov · 1 year, 3 months ago
  17. aae248d2 mojo-js: Add tests for versioned Mojo JS bindings by Giovanni Ortuño Urquidi · 1 year, 3 months ago
  18. 7acb8d6b Reland "JNI: Only using 1 registration per apk" by Sam Maier · 1 year, 3 months ago
  19. 76c48cc Revert "Remove base/mac/scoped_dispatch_object.h" by Nina Satragno · 1 year, 3 months ago
  20. c22cb79 Remove base/mac/scoped_dispatch_object.h by Avi Drissman · 1 year, 3 months ago
  21. 8b916b0 Explicitly generate operator!=() as well as operator==(). by Peter Kasting · 1 year, 3 months ago
  22. 6f773ca Revert "JNI: Only using 1 registration per apk" by Sam Maier · 1 year, 3 months ago
  23. a74d2552 JNI: Only using 1 registration per apk by Sam Maier · 1 year, 3 months ago
  24. 97c12899 Update closure-compiler to v20210906.0.0 with required changes by Clement Yan · 1 year, 3 months ago
  25. 00ea5d3 import beto-core repo to //third_party and add gn build targets by Nabil Wadih · 1 year, 3 months ago
  26. 0acdd9a mojo: Add support for optional numerics for JS bindings by Giovanni Ortuño Urquidi · 1 year, 3 months ago
  27. d0602b8 Android: Remove @MainDex from non-cronet directories (//net & //base) by Andrew Grieve · 1 year, 3 months ago
  28. 936af6dc Introduce InputIpcDirect feature by Ken Rockot · 1 year, 3 months ago
  29. db49c3a [mojo] Don't raise error when a message expecting a response isn't accepted. by François Doray · 1 year, 3 months ago
  30. f09c560 Cleanup CPU reduction experiment in mojo::core::ChannelPosix. by François Doray · 1 year, 3 months ago
  31. 287f5254 mojo: Introduce DirectReceiver by Ken Rockot · 1 year, 3 months ago
  32. 191617b Remove `set_disconnect_handler` from public API of `QRImageGenerator`. by Lukasz Anforowicz · 1 year, 3 months ago
  33. 7ee8036a mojom: mojom_bindings_generator.py depends on build/gn_helpers.py by Fumitoshi Ukai · 1 year, 3 months ago
  34. e2c6c95e Open remote process when elevated client accepts invitation by Yuwei Huang · 1 year, 4 months ago
  35. 2edc6ee [iOS] Make Mojo Validation unittests pass by Gyuyoung Kim · 1 year, 4 months ago
  36. aa8d7b1 Remove null checks for InterfaceEndpointClient's interface name. by Daniel Cheng · 1 year, 4 months ago
  37. 5a65112 Use DefaultConstructTraits for network::CorsErrorStatus. by Daniel Cheng · 1 year, 4 months ago
  38. cf7e631e Introduce a feature flag for direct memory allocations on Android by Mikhail Khokhlov · 1 year, 4 months ago
  39. ca3cae6 Convert mojo_rust_tests to Gtests by danakj · 1 year, 4 months ago
  40. aa316d1 [iOS] Enable MultiprocessMessagePipeTestFoo tests by Gyuyoung Kim · 1 year, 4 months ago
  41. d7c93aa Fixes for non-default-constructible types in arrays/maps for mojolpm. by Daniel Cheng · 1 year, 4 months ago
  42. ea176a65a Use DefaultConstruct::Tag to resize mojo ArrayTraits. by Will Harris · 1 year, 4 months ago
  43. 0c5418a Auto detect and set remote process when sending ipcz mojo connection invitation on Windows by Fei Chen · 1 year, 4 months ago
  44. 8e7c8fc [BRP] Unrewrite fields based on Mac sampling profiler data by Keishi Hattori · 1 year, 4 months ago
  45. 5b79bbf mojo: mojo_trap: Avoid signaling when there are no waiters by Egor Pasko · 1 year, 4 months ago
  46. 77b8dd6e Revert "[iOS] Share the Mac implementation of NamedPlatformChannel with iOS" by Gyuyoung Kim · 1 year, 4 months ago
  47. d2d2addc [iOS] Share the Mac implementation of NamedPlatformChannel with iOS by Gyuyoung Kim · 1 year, 4 months ago
  48. 04bd455 Reland "[ATP] Implement Mojo JS/C++ bindings in the Accessibility Service" by Katie Dektar · 1 year, 4 months ago
  49. ed358fb Use a type tag for restricting default construction to Mojo. by Daniel Cheng · 1 year, 4 months ago
  50. ef861163 Reland "Reland: Introduce PlatformChannelServer" by Ken Rockot · 1 year, 4 months ago
  51. 58492de Revert "Reland: Introduce PlatformChannelServer" by luci-bisection@appspot.gserviceaccount.com · 1 year, 4 months ago
  52. 6379da9 Reland: Introduce PlatformChannelServer by Ken Rockot · 1 year, 4 months ago
  53. 93c6be3a MojoIpcz: Copy incoming messages early by Ken Rockot · 1 year, 4 months ago
  54. 7390b72 Reland "[iOS] Enable InvitationCppTest unittests in //mojo" by Gyuyoung Kim · 1 year, 4 months ago
  55. 789fdc3 Reland "[iOS] Enable more mojo unittests" by Gyuyoung Kim · 1 year, 4 months ago
  56. 2afbe470 mojo: Fix buffer size of maps to include 8 byte alignment by David Padlipsky · 1 year, 4 months ago
  57. 3dec346 Copy zip-related funcs build_utils -> zip_helpers by Andrew Grieve · 1 year, 4 months ago
  58. 8aa361b Cleanup unnecessary deps after androidx.test migration by Mohamed Heikal · 1 year, 4 months ago
  59. 7ce81ea Enable Chromium Rust toolchain universally by Collin Baker · 1 year, 4 months ago
  60. 8cd62b5 Remove Value::DictItems(), replacing it with Value::GetDict(). by Matt Menke · 1 year, 4 months ago
  61. 2fcae31 [sheriff] Disable Mojo invitation tests on TSan by Victor Hugo Vianna Silva · 1 year, 4 months ago
  62. 8c714294 Revert "Reland "Introduce PlatformChannelServer"" by Marc Treib · 1 year, 4 months ago
  63. d1e19d3 Reland "Introduce PlatformChannelServer" by Ken Rockot · 1 year, 4 months ago
  64. fe77b1e Revert "Introduce PlatformChannelServer" by luci-bisection@appspot.gserviceaccount.com · 1 year, 4 months ago
  65. 687d4599 Introduce PlatformChannelServer by Ken Rockot · 1 year, 4 months ago
  66. e3c2374e Remove base::Feature MojoAvoidRandomPipeId by Egor Pasko · 1 year, 4 months ago
  67. faaeb71 [Sheriff] Disable InvitationTest.SendInvitationWithServer on Linux TSAN by Rainhard Findling · 1 year, 4 months ago
  68. b4a133e Revert "[ATP] Implement Mojo JS/C++ bindings in the Accessibility Service" by Yuzu Saijo · 1 year, 4 months ago
  69. 46709d7 mojo: Add suppress {missingRequire} to generated mojo lite bindings. by Darren Shen · 1 year, 4 months ago
  70. 22b223b [ATP] Implement Mojo JS/C++ bindings in the Accessibility Service by Katie Dektar · 1 year, 4 months ago
  71. d63c42a8 Fix mojo_perftests by Ken Rockot · 1 year, 4 months ago
  72. 40de2a17 Reland "Enable MojoIpcz by default on macOS" by Ken Rockot · 1 year, 4 months ago
  73. b9e97aed Disable Mojo in macOS sandbox test child processes by Ken Rockot · 1 year, 4 months ago
  74. 77441ad9 [iOS] Enable PlatformWrapperTest in //mojo by Gyuyoung Kim · 1 year, 4 months ago
  75. 02f5e38 [ios] Disable multi-process mojo tests by Ian Vollick · 1 year, 5 months ago
  76. fb48cfd Revert "[iOS] Enable InvitationCppTest unittests in //mojo" by Ian Vollick · 1 year, 5 months ago
  77. d701fb5c [mojo][docs] Minor fix on Unions setter function. by Xinghui Lu · 1 year, 5 months ago
  78. 8fac9c2 Revert "[iOS] Enable more mojo unittests" by Ian Vollick · 1 year, 5 months ago
  79. 64ea790 [ios] disable more failing mojo unittests by Ian Vollick · 1 year, 5 months ago
  80. 8be60dd [iOS] Enable InvitationCppTest unittests in //mojo by Gyuyoung Kim · 1 year, 5 months ago
  81. 091e665 [ios] disable failing mojo unittests by Ian Vollick · 1 year, 5 months ago
  82. a18d917 Revert "Enable MojoIpcz by default on macOS" by Alan Cutter · 1 year, 5 months ago
  83. 567d8d2 Enable MojoIpcz by default on macOS by Ken Rockot · 1 year, 5 months ago
  84. 6aa09ceb Use stubbed Mojo API in several Rust tests by Collin Baker · 1 year, 5 months ago
  85. fdb6af9 [iOS] Enable more mojo unittests by Gyuyoung Kim · 1 year, 5 months ago
  86. 9782b3f [iOS] Enable multi-process related tests in //mojo by Gyuyoung Kim · 1 year, 5 months ago
  87. 2681dd1 Forbid unsafe Rust by default in first-party code by Collin Baker · 1 year, 5 months ago
  88. 512a88d [Mojo] Remove check for `IsRunningCpuReductionExperiment`. by Tushar Agarwal · 1 year, 5 months ago
  89. f541f778 Change from __attribute__(x) to [[clang::x]] for various attributes. by Peter Kasting · 1 year, 5 months ago
  90. ed5c638 [mojo] Fizzle post-shutdown IsConnectedAsync requests to block-shutdown sequences by Gabriel Charette · 1 year, 5 months ago
  91. 153146f3 Require unsafe blocks even in unsafe fns by Collin Baker · 1 year, 5 months ago
  92. 2099148 mojo: Fix optional bools by Giovanni Ortuño Urquidi · 1 year, 5 months ago
  93. df68ec7 Split mojo_rust crates by Collin Baker · 1 year, 5 months ago
  94. 105888a Simplify control flow in mojom encoding/decoding implementation by Collin Baker · 1 year, 5 months ago
  95. 936cf4c Use thread_local: mojo/ by Peter Kasting · 1 year, 5 months ago
  96. d43de9b Less fns in traits by Collin Baker · 1 year, 5 months ago
  97. 29a9151 Move MojomUnion helper functions out of trait by Collin Baker · 1 year, 5 months ago
  98. e9742bcc Capture the interface name for debug purposes when an endpoint closes. by Daniel Cheng · 1 year, 5 months ago
  99. bc95d5a Begin simplifying mojom encoding implementation by Collin Baker · 1 year, 5 months ago
  100. 3a5648f Basic support for making numeric and enum types nullable. by Daniel Cheng · 1 year, 5 months ago