[go: nahoru, domu]

  1. f44f4eb Disable [[msvc::no_unique_address]] since it causes a crash. by Amy Huang · 11 months ago
  2. d285cfa [blink] Fix SharedRemote leak in test by Etienne Pierre-doray · 11 months ago
  3. 624a7aa7 Replace StringPiece.h in //mojo with <string_view> by Hyowon Kim · 11 months ago
  4. e6477ed Use googletest flag macros to access googletest flags in //mojo/core and //third_party/crashpad. by Daniel Cheng · 11 months ago
  5. dd196c9 Replace base::StringPiece in //mojo/public with std::string_view by Hyowon Kim · 11 months ago
  6. 55fb7c6 [//chrome] Eliminate GraphicsDelegateWin creating GMBHandle explicitly by Colin Blundell · 11 months ago
  7. 8b1706b Remove unused arc mojo shared lib by Eric Lok · 11 months ago
  8. 30a4415 Mojo: Allow non-urgent messages in UrgentMessageScope by Scott Haseley · 11 months ago
  9. 85512d9e Replace base::StringPiece in //mojo/core with std::string_view by Hyowon Kim · 11 months ago
  10. 89627a67a Replace feature_list's Initialize* methods with Init*. by Gabriel Gauthier-Shalom · 11 months ago
  11. 1eaa88d Update OWNERS files to refer to global-owners-override@chromium.org instead by John Abd-El-Malek · 11 months ago
  12. 44ac299 [mojom] Enable scrambling mojom message IDs only on official builds by Junji Watanabe · 11 months ago
  13. d1080467 Apply RuntimeFeature attribute for methods in mojo cpp bindings by Alex Gough · 11 months ago
  14. 221f4e9 Support for mojom RuntimeFeature on interfaces by Alex Gough · 11 months ago
  15. 0de550b Use CTAD for mojo::OptionalAsPointer. by Daniel Cheng · 11 months ago
  16. 92bbc28 Remove unused array_traits_wtf_vector.h header. by Daniel Cheng · 11 months ago
  17. 2d4c835 Remove unused array_traits_web_vector.h header. by Daniel Cheng · 11 months ago
  18. 1f354091 Remove unused <vector> include from array_traits_stl.h by Daniel Cheng · 11 months ago
  19. 4347204 Add a generic ArrayTraits specialization for vector-like types. by Daniel Cheng · 11 months ago
  20. e9bc6159 Rename WebVector's Clear() and Swap() to follow STL naming conventions. by Daniel Cheng · 11 months ago
  21. 395b1908 Reduce the size of an entry in a context-less ReceiverSet. by Daniel Cheng · 11 months ago
  22. 14f9470f Remove <vector> from type_converter.h header. by Daniel Cheng · 11 months ago
  23. b24fdd31 Allow type converters to automatically unwrap pointer-like types. by Daniel Cheng · 11 months ago
  24. d435071 Change vector TypeConverter specialization to handle generic iterables. by Daniel Cheng · 11 months ago
  25. f96971d LSC: Reformat remaining .java with google-java-format by Andrew Grieve · 12 months ago
  26. 8629dd7e Use all_dependent_configs to propagate linker directives for Rust tests. by Daniel Cheng · 12 months ago
  27. 06741d9c Fix typo ponit -> point by Alex Gough · 12 months ago
  28. 59ac822 Rename {absl => std}::optional in minor top-level dirs by Arthur Sonzogni · 12 months ago
  29. 69278837 Replace base::WStringPiece usage with std::wstring_view by Lei Zhang · 12 months ago
  30. ade81e6b Initialize trace nonce for lazily-serialized Mojo messages. by Daniel Cheng · 12 months ago
  31. 7431a5a WebUI Mojo Bindings: Remove unnecessary use_typescript_sources = true by Rebekah Potter · 12 months ago
  32. c5f765d5 Remove remaining base/strings/string_piece_forward.h usage by Lei Zhang · 12 months ago
  33. de3b8c02 Add [Default] to some Extensible mojo enums by Alex Gough · 12 months ago
  34. e185ab2fa Rename chromecast_build.gni to cast.gni. by mark a. foltz · 12 months ago
  35. 6d116a3f WebUI Mojo Bindings: Migrate base bindings to TypeScript for non-Ash by Rebekah Potter · 12 months ago
  36. cf0f172 Mojo: Introduce [SupportsUrgent] and UrgentMessageScope by Scott Haseley · 1 year ago
  37. fefa4d2 Improve error message by Kevin Graney · 1 year ago
  38. 4eef8bcc Avoid calling munmap(ptr_.ExtractAsDangling()) by Tom Sepez · 1 year ago
  39. 0fe9554 [base] Implement small object optimization for GenericSequenceLocalStorageSlot by Etienne Pierre-doray · 1 year ago
  40. 306f75da Remove default args from EnumHashTraits. by Daniel Cheng · 1 year ago
  41. b1d0b196 Document where PlatformHandle validation happens in ipcz by Robert Sesek · 1 year ago
  42. 452fa40 Fix mojo_unittests running under UBSan by David Benjamin · 1 year ago
  43. 76af2b9 Fix content_unittests errors under UBSan by David Benjamin · 1 year ago
  44. 6cac8db2 mojo: Fix potential name collision in unions C++ bindings by Imran Ziad · 1 year ago
  45. 83cb0460 WebUI Mojo Bindings: Use TypeScript for url.mojom-webui on non-Ash by Rebekah Potter · 1 year ago
  46. b803050 Fix mojo_perftests by gate kibr · 1 year ago
  47. f3287ab [//chrome/browser/vr/win] Remove GMB from GraphicsDelegateWin by Colin Blundell · 1 year ago
  48. 433951f Revert "[mojo] Use pathlib.Path in _ValidateDelta" by Ari Chivukula · 1 year ago
  49. 88a828e [mojo] Use pathlib.Path in _ValidateDelta by Ho Cheung · 1 year ago
  50. 74fc83e4 Use raw strings for regexps in Python code. by Jacobo Aragunde Pérez · 1 year ago
  51. b176255 [mojo] Optimize some py files in the //mojo directory by Ho Cheung · 1 year ago
  52. d04445f RuntimeFeature interfaces must be nullable if transmitted by Alex Gough · 1 year ago
  53. d9fcc1f LSC: Reformat remaining *Test.java files with google-java-format by Andrew Grieve · 1 year, 1 month ago
  54. fc5e011 WebUI Mojo Bindings: Make TypeScript the default by Rebekah Potter · 1 year, 1 month ago
  55. b160a0c [a11y] Implements file loading for atp. by Lucas Radaelli · 1 year, 1 month ago
  56. 986f271 Rename DIR_SOURCE_ROOT to DIR_SRC_TEST_DATA_ROOT in //media and //mojo by Ho Cheung · 1 year, 1 month ago
  57. 91f5d94 mojo: remove exemption for deleted generated files by Jiewei Qian · 1 year, 1 month ago
  58. 87951f5 [BREFs]: Rename RuntimeFeatureState enum to RuntimeFeature by Jiewei Qian · 1 year, 1 month ago
  59. fa11104c WebUI: Migrate content/browser/resources/gpu to TS Mojo bindings by Rebekah Potter · 1 year, 1 month ago
  60. 70658f9e Implement baseline support for nullable value types in Java by Daniel Cheng · 1 year, 1 month ago
  61. ce2296c jni_zero: Migrating all JNI annotations in /mojo to jni_zero copies by Sam Maier · 1 year, 1 month ago
  62. 7c46983a [//mojo][//gpu] Add allowance for SIIProxy making sync IPC by Colin Blundell · 1 year, 1 month ago
  63. 02e1686e Fix compile of C++ classes auto-generated from packed mojo structs. by David Black · 1 year, 1 month ago
  64. cd266fe Fix DirectReceiverTest.ThreadLocalInstanceShared unit tests by David Landell · 1 year, 1 month ago
  65. 5c6e1fa Reland "Migrate blink::OriginTrialFeature enum to mojom type" by Yao Xiao · 1 year, 1 month ago
  66. b1664705 Revert "Migrate blink::OriginTrialFeature enum to mojom type" by luci-bisection@appspot.gserviceaccount.com · 1 year, 1 month ago
  67. 3f8dd30 Migrate blink::OriginTrialFeature enum to mojom type by Yao Xiao · 1 year, 1 month ago
  68. 995a243 Move declaration of ts enum MIN_VALUE and MAX_VALUE to the top by Fred Shih · 1 year, 1 month ago
  69. 4cee34f Generate base::FeatureList for mojo feature definitions by Alex Gough · 1 year, 1 month ago
  70. 111b3b6 Enable wexit_time_destructors config in //mojo production targets by Lei Zhang · 1 year, 1 month ago
  71. 1f3d7ca Add note on Sync web apis to mojo readme by Alex Gough · 1 year, 1 month ago
  72. 31f8688 Add some missing raw_ptr AllowPtrArithmetic annotations by Tom Sepez · 1 year, 1 month ago
  73. ac5b691a Add RuntimeFeature attribute to mojo by Alex Gough · 1 year, 1 month ago
  74. 5a89317 Add feature top level type to mojo by Alex Gough · 1 year, 1 month ago
  75. 057ca433 Remove usage of wstring StringPrintf(): mojo/ by Peter Kasting · 1 year, 1 month ago
  76. 9b4b7e3 Add weak feature keyword to mojo by Alex Gough · 1 year, 1 month ago
  77. e071400 Add tests for INVALID_HANDLE_VALUE before DuplicateHandle by Alex Gough · 1 year, 1 month ago
  78. 551692b GCC: do not add template specializations in class declaration by Jose Dapena Paz · 1 year, 2 months ago
  79. 617ae09b Introduce PrefetchDataPipeTee by Hiroshige Hayashizaki · 1 year, 2 months ago
  80. b63502c jni_zero: Moving templates from b/c/a/jni.gni into //jni_zero/ by Sam Maier · 1 year, 2 months ago
  81. 1a76d3b Mojo WebUI bindings: Don't always generate with .mojom.js files by Rebekah Potter · 1 year, 2 months ago
  82. 2cb3f6d jni_zero: moving generate_jni gn template into third_party by Sam Maier · 1 year, 2 months ago
  83. adbf3fb [base] [trace_event] Rename Macro-like enum values in base/trace_event by Ho Cheung · 1 year, 2 months ago
  84. 3595058 mojo: Make ServiceFactory::Add work on any T. by Darren Shen · 1 year, 2 months ago
  85. c9d9862 Add include_guard and variant_path macros for mojom cpp by Alex Gough · 1 year, 2 months ago
  86. f09bdc4c Use macros to generate C++ namespace definitions by Alex Gough · 1 year, 2 months ago
  87. eac566b0 Move foundation_util to base/apple, leave a forwarding header by Avi Drissman · 1 year, 3 months ago
  88. 760566e Move scoped_mach_vm to base/apple, leave a forwarding header by Avi Drissman · 1 year, 3 months ago
  89. dd92b53 Move scoped_mach_port to base/apple, leave a forwarding header by Avi Drissman · 1 year, 3 months ago
  90. 0b20071 Move mach_logging to base/apple, leave a forwarding header by Avi Drissman · 1 year, 3 months ago
  91. bfcd351 [mojo] Use base::Contains() instead of std::find() in //mojo by Ho Cheung · 1 year, 3 months ago
  92. 6a572e6 Handling the End of File (EOF) and File Size Reduction During Read Operations by shaochenguang · 1 year, 3 months ago
  93. 5951aa5 [arc] Remove `ArcIntentHelperBridge::RecordShareFilesMetricsDeprecated` by Ho Cheung · 1 year, 3 months ago
  94. 6731adc Add hardening CHECK in mojojs for large buffers. by Jonathan Hao · 1 year, 3 months ago
  95. a92e510 MojoLPM: fix bug in TestCase::Run by Paul Semel · 1 year, 3 months ago
  96. 1a03b3c Enable the consistently passing tests in MessagePipeTest by Zijie He · 1 year, 3 months ago
  97. f5f6e36 Remove unused python import by Bruno Pitrus · 1 year, 3 months ago
  98. 28ad661 clang-tidy: template_util: Nested namespaces can be concatenated by Solomon Kinard · 1 year, 3 months ago
  99. 0df13bbc Use InlinedVector in /mojo by Adam Rice · 1 year, 3 months ago
  100. 789a184 Use InlinedVector in /mojo/core by Adam Rice · 1 year, 3 months ago