Sign in
chromium
/
chromium
/
src
/
mojo
/
HEAD
da1c63c
Move wtf/hash_{functions,traits}.h to "blink" namespace
by Kent Tamura
· 16 hours ago
main
master
20dd67c
Avoid double-indirection for Mojo unions containing non-POD types
by Daniel Cheng
· 24 hours ago
045883b
Fix deps for bindings_nocompile_tests
by Aldo Culquicondor
· 25 hours ago
33280b8
[actor] Add annotated page content to the journal
by Dave Tapuska
· 28 hours ago
ec26c48
mojo: explain UnwrapPlatformFile return value
by Elly
· 30 hours ago
818662f
BinderMap: no-compile test for a capturing lambda
by Aldo Culquicondor
· 5 days ago
88f0bea
Rework InlinedStructPtr to not require types be default constructible.
by Daniel Cheng
· 6 days ago
e0d2998
Avoid unique_ptr in BinderMap
by Aldo Culquicondor
· 6 days ago
3c77812
Reland "Accept functors in BinderMap"
by Aldo Culquicondor
· 6 days ago
48304a3
JNI: Remove unused "jcaller" parameters in //mojo, //net, //printing, //services
by Andrew Grieve
· 6 days ago
c8e23a2
Revert "Accept functors in BinderMap"
by Kalvin Lee
· 8 days ago
05f0a67
Error if enum or struct can be unallowlisted
by Alex Gough
· 8 days ago
36fdb95
Accept functors in BinderMap
by Aldo Culquicondor
· 8 days ago
7e18b2b
-BrowserControlsParams as it is no longer Native
by Alex Gough
· 8 days ago
f6856d0
Remove enable_nacl from build files in mojo
by Fabian Sommer
· 8 days ago
33c9d02
Deduplicate JNI_OnLoad function
by Sam Maier
· 8 days ago
fb4b86e
-nacl from allowlist
by Alex Gough
· 8 days ago
779d18d
Cleanup: Replace "chromeos_ash" with "is_chromeos" in most places.
by dpapad
· 11 days ago
ab39838
Make mojom::Interface::name_ constexpr everywhere
by Daniel Cheng
· 11 days ago
edfce67
Remove native trait for CdmConfig struct
by Vikram Pasupathy
· 11 days ago
c6b913c
Add is_local_pipe param to GetPipeNameFromServerName
by Joe Mason
· 12 days ago
7edc6f6
Add (slightly) more comprehensive coverage for unions in //mojo/golden
by Daniel Cheng
· 13 days ago
0dc88b3
Update //mojo/golden after moving Mojo Union::NewT out-of-line
by Daniel Cheng
· 13 days ago
6ffaaf0
Move Mojo Union::NewT helpers into .cc file
by Daniel Cheng
· 2 weeks ago
8cf14fc
Remove NaCl-related files from //build
by Daniel Cheng
· 2 weeks ago
3eae598
Forward declare SequencedTaskRunner in connection_group.h
by David Sanders
· 2 weeks ago
f42175b
Fix generation of result<> in mojolpm template
by Alex Gough
· 2 weeks ago
3cadebc
Use string_view in BinderMapWithContext
by Aldo Culquicondor
· 2 weeks ago
f2c291a
Revert "[mojo] Optimize deserialization of base::Value::List."
by Francois Pierre Doray
· 3 weeks ago
5656c64
[mojo] Optimize deserialization of base::Value::List.
by François Doray
· 3 weeks ago
467cd2b
[Direct Receiver] cc/slim Direct Receiver
by Nafis Abedin
· 3 weeks ago
0a4f0ba
Do IWYU for base::debug::AllocateCrashKeyString()
by Lei Zhang
· 3 weeks ago
71cdbae
Make it harder for shmem deserialization failures to crash
by Daniel Cheng
· 3 weeks ago
23afca8
Reduce generated code in foo.mojom-features.h when there are no features
by Lei Zhang
· 3 weeks ago
88e38df
Do IWYU for std::array in various dirs
by Lei Zhang
· 4 weeks ago
8b58e01
Make base::is_instantiation a type constraint.
by Daniel Cheng
· 4 weeks ago
39cc34c
docs: mojo: Fix example for binding associated interfaces
by Egor Pasko
· 4 weeks ago
aa67521
[cleanup] Remove superfluous includes
by Ho Cheung
· 4 weeks ago
8c6fafd
Introduce ThreadType::kInteractive
by Jiahe Zhang
· 4 weeks ago
a3ba2d9
[mojo] Replace base::Overloaded with absl::Overload
by Ho Cheung
· 4 weeks ago
6afbdc7
Do some IWYU for base/logging.h
by Lei Zhang
· 5 weeks ago
deba254
Include base/strings/string_view_util.h for base::as_string_view()
by Daniel Cheng
· 5 weeks ago
5075cf2
Mention tracing is not 100% off when enable_mojo_tracing = false
by Lei Zhang
· 5 weeks ago
420e1c6
[mojo] Make mojo string constants `constexpr`
by Claudio DeSouza
· 5 weeks ago
cb71d4f
[Direct Receiver] Viz Compositor Direct Receiver
by Nafis Abedin
· 5 weeks ago
76f78dd
Update Mojo Interface::Name_ variable to be static constexpr
by Emily Andrews
· 5 weeks ago
0c139db
Add a diagnostic error when the default mojo::CloneTraits cannot be used
by Daniel Cheng
· 5 weeks ago
efa0b7e
doc: cleanup: Remove a reference to Lacros in mojo docs
by Egor Pasko
· 5 weeks ago
9b17283
Add java bindings for result-type
by Fred Shih
· 6 weeks ago
ec3ee25
Remove superfluous Mojo associated_remote.h includes from headers
by Lei Zhang
· 6 weeks ago
0165372
Mass-format GN recipes
by Kalvin Lee
· 6 weeks ago
7ab68e6
Disallow nullable typename in result returns
by Fred Shih
· 6 weeks ago
9c2d63b
Update mojo golden
by Fred Shih
· 6 weeks ago
b3b1347
Remove base::NotFatalUntil::M130 usage
by Daniel Cheng
· 6 weeks ago
d567a80
Turn on java goldens for mojo
by Fred Shih
· 7 weeks ago
7d06a23
Move some includes in Mojo C++ templates
by Lei Zhang
· 7 weeks ago
b5be5ee
[Mojo] Fix DCHECK when ResetWithReason called after disconnect
by Andrew Williams
· 7 weeks ago
2448659
Remove superfluous includes for <queue> in headers
by Lei Zhang
· 7 weeks ago
a045a6a
Tidy mojo/public/cpp/bindings/message.h
by Lei Zhang
· 8 weeks ago
2ef1d71
Uninline mojo::NotifyBadMessage()
by Lei Zhang
· 8 weeks ago
f0c89aa
Use uint8_t for serialized bools in ipcz transport driver
by Alex Gough
· 8 weeks ago
93d9783
Remove StreamTexture
by Vasiliy Telezhnikov
· 8 weeks ago
bff8f37
mojo/core/channel: Remove `memset()`
by Kalvin Lee
· 8 weeks ago
2e561bb
ipcz_driver: Remove `memcpy()` from `invitation`
by Kalvin Lee
· 8 weeks ago
4cd8222
Add an empty type to mojom_base
by Fred Shih
· 8 weeks ago
adaf3ca
Fix mojolpm type issues
by Fred Shih
· 8 weeks ago
87c496c
Automated fixes for Error Prone warning: FieldCanBeFinal, FieldCanBeLocal, FieldCanBeStatic (part 5)
by Andrew Grieve
· 9 weeks ago
a15afdf
mojo: Strip `channel` of `memcpy()`
by Kalvin Lee
· 9 weeks ago
226b468
mojo: Use `base::HeapArray` in `channel`
by Kalvin Lee
· 9 weeks ago
0548347
content: Fix deps usages of mojo and fuzzing targets for proto_library change
by Takuto Ikuta
· 9 weeks ago
9844545
mojo: Fix deps usages of mojo and fuzzing targets for proto_library change
by Takuto Ikuta
· 9 weeks ago
9809777
mojo: Add non-const `Channel::Message` accessors
by Kalvin Lee
· 9 weeks ago
b598320
Validate enums in serialized ipvc mojo driver objects
by Alex Gough
· 9 weeks ago
bb988fb
Reland "chrome: Fix deps usages for upcoming proto_library change"
by Takuto Ikuta
· 9 weeks ago
60c79d8
Add handle type allowlist for transfer to untrusted process
by Will Harris
· 9 weeks ago
68eadc0
Add separate generated <module>-send-validation.h file
by Emily Andrews
· 9 weeks ago
c1eb617
Add SendValidation tag/attribute to Mojo
by Emily Andrews
· 9 weeks ago
9260de4
Exported things should always be visible
by Devon Loehr
· 9 weeks ago
fc4857d
Drop transitive trust from transports
by Alex Gough
· 9 weeks ago
4cb56b5
Add helper type alias for expected return type
by Fred Shih
· 9 weeks ago
892644c
Fix result return signature for [Sync] methods
by Fred Shih
· 9 weeks ago
38d6cb8
[base] Delete unused kResourceEfficient
by Etienne Pierre-doray
· 10 weeks ago
cc34326
spanification: remove `#pragma allow_unsafe_buffers` where unneeded
by Stephen Nusko
· 10 weeks ago
fa51d5e
Add a universal mojom error type for use with result<T,E>
by Fred Shih
· 10 weeks ago
ce2434a
Updating Rust-related `OWNERS` files to reflect the current status.
by Lukasz Anforowicz
· 10 weeks ago
32ec0ee
mojo: Adds a missing #include for std::optional.
by Takuto Ikuta
· 10 weeks ago
24012e6
Typo in mojo invitation.h
by Alex Gough
· 2 months ago
2350e18
Move similar serialization and validation code into tmpl macros
by Emily Andrews
· 2 months ago
8c022ed
Move IsOptional stuff into TemplateUtil
by Emily Andrews
· 2 months ago
95c0c7d
Clean up includes in mojo/public/cpp/bindings/lib
by Emily Andrews
· 2 months ago
069c352
[ios blink] Move to use be_kevent64
by Dave Tapuska
· 3 months ago
9c009fb
Add fuzzer support for result type
by Fred Shih
· 3 months ago
7f3978e
Avoid memcpy() into shared memory regions
by Tom Sepez
· 3 months ago
7ca86d2
Avoid unsafe copies in mojo ipcz driver's ring buffer
by Tom Sepez
· 3 months ago
4e01b3c
[rust] Fix `deps` propagation through `rust_bindgen` GN template.
by Lukasz Anforowicz
· 3 months ago
9b45e47
[misc] Modernize Environment::GetVar to use std::optional
by Helmut Januschka
· 3 months ago
aaed168
Add typemap for unguessable token
by Fred Shih
· 3 months ago
73cf597
spanify: Renewed arrayification (X/43)
by Kalvin Lee
· 3 months ago
b980b6d
[mojo] Fix improper usage of operator delete
by mikt
· 3 months ago
abb2f64
[mojo] Prevent BigBuffers from being copied into traces
by Benoît Lizé
· 3 months ago
Next »