[go: nahoru, domu]

  1. 311d878 Make pickle::payload() a protected method. by Tom Sepez · 6 months ago
  2. 7e4cbd5 Remove base::WriteInto() usage in //mojo. by Daniel Cheng · 6 months ago
  3. 133b2d9 Rewrite std::set<T*> into std::set<raw_ptr<T, SetExperimental>> by Ali Hijazi · 6 months ago
  4. 6fd28c01 [buganizer] Migrate DIR_METADATA for mojo/ by Jeff Yoon · 6 months ago
  5. 5569aa0 Introduce the mojom formatter by Robert Sesek · 6 months ago
  6. b640cbf Allow layout compatible structs to be backwards compatible by Fred Shih · 6 months ago
  7. 3557a2f Prevent MojoTrap event re-ordering by Ken Rockot · 6 months ago
  8. d130280 Preserve comments when parsing mojom files by Robert Sesek · 6 months ago
  9. 7518796 Guard FD watchers in ChannelPosix by Peter Boström · 6 months ago
  10. d3cf2b8 mojo: Annotate some DCHECKed results with [[maybe_unused]] by Dan McArdle · 6 months ago
  11. d5c1e144 Thread annotate ChannelPosix by Peter Boström · 6 months ago
  12. e795a58 Rename {absl => std}::optional in mojo generator. by Arthur Sonzogni · 6 months ago
  13. 5679ea01 Significantly enrich the mojom parser's AST generation by Robert Sesek · 6 months ago
  14. 3c1acc5 Reland "[base] Integrate (Sequenced|SingleThread)TaskRunner::GetCurrentDefault with RunOrPostTask." by François Doray · 6 months ago
  15. e3f7ca4 Update mojo docs about nullable support for primitive type by Kurumi Muto · 6 months ago
  16. 858268d Add specific exception for compatibilitty errors by Fred Shih · 6 months ago
  17. 727a73b [Gardener] Revert "[base] Integrate (Sequenced|SingleThread)TaskRunner::GetCurrentDefault with RunOrPostTask." by Alex Moshchuk · 6 months ago
  18. aa9fbff8 [base] Integrate (Sequenced|SingleThread)TaskRunner::GetCurrentDefault with RunOrPostTask. by François Doray · 6 months ago
  19. ffb29d0 Fix forward a build failure related to `bitflags` / `mojo` / Rust. by Lukasz Anforowicz · 6 months ago
  20. a1a3dbd Update `bitflags` crate to version 2.4.2. by Lukasz Anforowicz · 6 months ago
  21. d76d61e Replace span::subspan(0, N) with span::first(N) by Tom Sepez · 6 months ago
  22. 39a7ec2 Support enabling MojoIpcz by environment variable by Ken Rockot · 6 months ago
  23. 7b565e1 Mojo: Fix race in data pipe trap behavior by Ken Rockot · 6 months ago
  24. f5eeeba Reland^2 "Automated T* -> raw_ptr<T> rewrite 'refresh'" by Bartek Nowierski · 6 months ago
  25. 602825e Fix include formatting in //mojo by Ken Rockot · 6 months ago
  26. 8973042 Revert "Reland "Automated T* -> raw_ptr<T> rewrite 'refresh'"" by Jeremie Boulic · 6 months ago
  27. 9755d9d Speculatively fix race in mojo ShutDownOnIOThread by Peter Boström · 6 months ago
  28. e18bf8d [base] Remove base::Erase()/base::EraseIf() overloads for std::map by K. M. Merajul Arefin · 6 months ago
  29. 4cced3e IWYU fixes for standard library/absl headers in tests. by Daniel Cheng · 6 months ago
  30. 1810ecdd Remove legacy InterfaceRequest support from the mojom bindings generator by Robert Sesek · 6 months ago
  31. 2f0511e7 Reland "Automated T* -> raw_ptr<T> rewrite 'refresh'" by Bartek Nowierski · 6 months ago
  32. b2562db6 Remove InterfaceRequest and AssociatedInterfaceRequest from the mojom parser by Robert Sesek · 6 months ago
  33. 52d67b4 Fix mojo `feature` docs by Alex Gough · 6 months ago
  34. d23c9432 Revert "Automated T* -> raw_ptr<T> rewrite "refresh"" by Brian Sheedy · 6 months ago
  35. d9f6668 Mark LOG(FATAL) [[noreturn]] by Peter Boström · 6 months ago
  36. e407f3d9 Automated T* -> raw_ptr<T> rewrite "refresh" by Bartek Nowierski · 7 months ago
  37. 0104b0e Move compatibility checking related logic out of the main module by Fred Shih · 7 months ago
  38. c3663da Fix default value nullable primitives' flag field by Fred Shih · 7 months ago
  39. aaa708fd Provide searchable term for mojo validation failures by Alex Gough · 7 months ago
  40. a2e4bf3 android: Remove Quit*Deprecated() RunLoop usage in //mojo by Helmut Januschka · 7 months ago
  41. 76fc838 [mojo] Update struct stable checks with error messages by Oksana Zhuravlova · 7 months ago
  42. 294dca7 Check that handle is valid before calling WriteFile by Alex Gough · 7 months ago
  43. 8310f0f Replace logging::LOG_FATAL with LOGGING_ by Peter Boström · 7 months ago
  44. b6fdda1 Manual raw_ptr rewrite: //mojo/public/cpp/bindings/lib/connector.cc by Lukasz Anforowicz · 7 months ago
  45. e435ffd Docs: call out possibility of re-entrancy for sync mojo methods by Evan Stade · 7 months ago
  46. 911f9903 Avoid using `mojo::SharedBufferHandle::Clone()` default argument in README by Tommy Chiang · 7 months ago
  47. ac7bc90 [mojo] Improve error messages for stable presubmit checks by Oksana Zhuravlova · 7 months ago
  48. 13cd38b Revert "Disable [[msvc::no_unique_address]] since it causes a crash." by Helmut Januschka · 7 months ago
  49. f01da735 Remove boxing requirement for Mojo response callbacks. by Daniel Cheng · 7 months ago
  50. 160af1b Use lambdas in Mojo Java nullable values test. by Daniel Cheng · 7 months ago
  51. e63cbaf6 Rewrite vector<T*> into vector<raw_ptr<T, VectorExperimental>> by Ali Hijazi · 7 months ago
  52. d166d25 Remove the generic Mojo callback interfaces. by Daniel Cheng · 7 months ago
  53. c807848a mojo: Spelling and editorial changes in README.md for bindings by Dan McArdle · 7 months ago
  54. 1c5473d Add feature to bnf-ish mojo grammar docs by Alex Gough · 7 months ago
  55. 62e4aae Use the chromium::import! macro to explicitly depend on 1p crates by danakj · 8 months ago
  56. 345a777 Reland WebUI Mojo Bindings: Remove use_typescript_sources by Rebekah Potter · 8 months ago
  57. 360261c Reland mojom_ts_generator: Handle empty module path identically to '/' by Rebekah Potter · 8 months ago
  58. 302442a Revert "WebUI Mojo Bindings: Remove use_typescript_sources" by Joel Hockey · 8 months ago
  59. b969a16 Revert "mojom_ts_generator: Handle empty module path identically to '/'" by Shibalik Mohapatra · 8 months ago
  60. 4d1f111 mojom_ts_generator: Handle empty module path identically to '/' by Rebekah Potter · 8 months ago
  61. 2599dd89 WebUI Mojo Bindings: Remove use_typescript_sources by Rebekah Potter · 8 months ago
  62. 6f07061 [Printing] Support printerResolution in Web Printing API by Andrew Rayskiy · 8 months ago
  63. cecb5113 WebUI Mojo bindings: use_typescript_sources->generate_webui_js_bindings by Rebekah Potter · 8 months ago
  64. 49e7562 mojo-js: Remove WebUIJsBridge implementation by Giovanni Ortuño Urquidi · 8 months ago
  65. f44f4eb Disable [[msvc::no_unique_address]] since it causes a crash. by Amy Huang · 8 months ago
  66. d285cfa [blink] Fix SharedRemote leak in test by Etienne Pierre-doray · 8 months ago
  67. 624a7aa7 Replace StringPiece.h in //mojo with <string_view> by Hyowon Kim · 8 months ago
  68. e6477ed Use googletest flag macros to access googletest flags in //mojo/core and //third_party/crashpad. by Daniel Cheng · 8 months ago
  69. dd196c9 Replace base::StringPiece in //mojo/public with std::string_view by Hyowon Kim · 8 months ago
  70. 55fb7c6 [//chrome] Eliminate GraphicsDelegateWin creating GMBHandle explicitly by Colin Blundell · 8 months ago
  71. 8b1706b Remove unused arc mojo shared lib by Eric Lok · 8 months ago
  72. 30a4415 Mojo: Allow non-urgent messages in UrgentMessageScope by Scott Haseley · 8 months ago
  73. 85512d9e Replace base::StringPiece in //mojo/core with std::string_view by Hyowon Kim · 8 months ago
  74. 89627a67a Replace feature_list's Initialize* methods with Init*. by Gabriel Gauthier-Shalom · 8 months ago
  75. 1eaa88d Update OWNERS files to refer to global-owners-override@chromium.org instead by John Abd-El-Malek · 8 months ago
  76. 44ac299 [mojom] Enable scrambling mojom message IDs only on official builds by Junji Watanabe · 8 months ago
  77. d1080467 Apply RuntimeFeature attribute for methods in mojo cpp bindings by Alex Gough · 8 months ago
  78. 221f4e9 Support for mojom RuntimeFeature on interfaces by Alex Gough · 8 months ago
  79. 0de550b Use CTAD for mojo::OptionalAsPointer. by Daniel Cheng · 8 months ago
  80. 92bbc28 Remove unused array_traits_wtf_vector.h header. by Daniel Cheng · 8 months ago
  81. 2d4c835 Remove unused array_traits_web_vector.h header. by Daniel Cheng · 8 months ago
  82. 1f354091 Remove unused <vector> include from array_traits_stl.h by Daniel Cheng · 8 months ago
  83. 4347204 Add a generic ArrayTraits specialization for vector-like types. by Daniel Cheng · 8 months ago
  84. e9bc6159 Rename WebVector's Clear() and Swap() to follow STL naming conventions. by Daniel Cheng · 8 months ago
  85. 395b190 Reduce the size of an entry in a context-less ReceiverSet. by Daniel Cheng · 8 months ago
  86. 14f9470f Remove <vector> from type_converter.h header. by Daniel Cheng · 8 months ago
  87. b24fdd31 Allow type converters to automatically unwrap pointer-like types. by Daniel Cheng · 8 months ago
  88. d435071 Change vector TypeConverter specialization to handle generic iterables. by Daniel Cheng · 8 months ago
  89. f96971d LSC: Reformat remaining .java with google-java-format by Andrew Grieve · 8 months ago
  90. 8629dd7 Use all_dependent_configs to propagate linker directives for Rust tests. by Daniel Cheng · 8 months ago
  91. 06741d9c Fix typo ponit -> point by Alex Gough · 9 months ago
  92. 59ac822 Rename {absl => std}::optional in minor top-level dirs by Arthur Sonzogni · 9 months ago
  93. 69278837 Replace base::WStringPiece usage with std::wstring_view by Lei Zhang · 9 months ago
  94. ade81e6b Initialize trace nonce for lazily-serialized Mojo messages. by Daniel Cheng · 9 months ago
  95. 7431a5a WebUI Mojo Bindings: Remove unnecessary use_typescript_sources = true by Rebekah Potter · 9 months ago
  96. c5f765d5 Remove remaining base/strings/string_piece_forward.h usage by Lei Zhang · 9 months ago
  97. de3b8c02 Add [Default] to some Extensible mojo enums by Alex Gough · 9 months ago
  98. e185ab2fa Rename chromecast_build.gni to cast.gni. by mark a. foltz · 9 months ago
  99. 6d116a3f WebUI Mojo Bindings: Migrate base bindings to TypeScript for non-Ash by Rebekah Potter · 9 months ago
  100. cf0f172 Mojo: Introduce [SupportsUrgent] and UrgentMessageScope by Scott Haseley · 9 months ago