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