Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
ba27500c6bb17b10fb2cac260b784d6efd93526f
/
mojo
/
edk
d7ee410
Add a size parameter to SharedMemoryHandle.
by erikchen
· 7 years ago
dfaedb2
Mojo EDK: Fix nullptr deref in data pipe allocation failure
by Ken Rockot
· 7 years ago
f639062
Mojo C++ Bindings: Remove redundant InterfaceRequest APIs
by Ken Rockot
· 7 years ago
c36d006
Mojo EDK: Require explicit TransportProtocol in ConnectionParams ctor
by Ken Rockot
· 8 years ago
dffa136
Mojo EDK: Kill SetParentPipe* and CreateChildMessagePipe
by Ken Rockot
· 8 years ago
891e845
Update EDK IPC API
by Ken Rockot
· 8 years ago
cacdd59
Use ScopedTaskEnvironment instead of MessageLoop in tests that use v8.
by fdoray
· 8 years ago
2f499bb
Add a GUID to base::SharedMemoryHandle.
by erikchen
· 8 years ago
35bf21c
Moving mojo/validation test into LayoutTests
by alokp
· 8 years ago
17868cb
Clean up Mojo embedder APIs
by Ken Rockot
· 8 years ago
6cdf6e9
Get rid of all pid references from base::SharedMemoryHandle.
by erikchen
· 8 years ago
a03572b
Mojo: Allow data pipe creation to fail gracefully
by Ken Rockot
· 8 years ago
4e92571
Replace base::SharedMemory read-only methods with GetReadOnlyHandle.
by erikchen
· 8 years ago
358a2be
Get rid of base::SharedMemory::NULLHandle();
by erikchen
· 8 years ago
b95a12a
Mojo C++ bindings: reject messages version 2 with null payload pointer.
by yzshen
· 8 years ago
df30248
Make base::SharedMemoryHandle a class on POSIX.
by erikchen
· 8 years ago
fa7f5e7
Mojo docs cleanup and add C++ struct/enum/union
by Ken Rockot
· 8 years ago
845e9e0
Mojo: Fix Mach port relay
by Ken Rockot
· 8 years ago
73228dc
Remove all remaining uses of v8::Handle.
by jbroman
· 8 years ago
7bf99fa
Prevent gin from recreating wrappers after GC
by Ken Rockot
· 8 years ago
6fbe3b4
Add debugging CHECKs for data pipe serialization crash
by Ken Rockot
· 8 years ago
13ed7db
node_channel.cc: Remove dead code.
by hans
· 8 years ago
fc09b5e
Minor Mojo docs cleanup
by Ken Rockot
· 8 years ago
be8f7cb
Use ScopedTaskEnvironment instead of MessageLoop in mojo unit tests.
by fdoray
· 8 years ago
c242a95
Adds lots of Mojo documentation
by rockot
· 8 years ago
700682f
Introduce InterfaceEndpointClient(IEC), InterfaceEndpointHandle and
by wangjimmy
· 8 years ago
fc94d89
Mojo EDK: Avoid redundant queueing when sending to unknown peers
by rockot
· 8 years ago
571e197
Fix leaks in mojo::edk::NodeController
by rockot
· 8 years ago
616bb0a
Fix DCHECK in ipc_perftests
by rockot
· 8 years ago
8e07f69
Move mojo tests into LayoutTests to use testharness
by damargulis
· 8 years ago
3bc1251
Revert of Making the Mojo Channel Messages legacy mode dynamic. (patchset #4 id:120001 of https://codereview.chromium.org/2749853003/ )
by jcivelli
· 8 years ago
8005f92
Mojo: Move waiting APIs to public library
by rockot
· 8 years ago
75e4c81
Mojo EDK: Circulate MojoArmWatcher outputs to avoid starvation
by rockot
· 8 years ago
a0d73f4
Making the Mojo Channel Messages legacy mode dynamic.
by jcivelli
· 8 years ago
2a1a100
Mojo EDK: Introduce MojoQueryHandleSignalsState API
by rockot
· 8 years ago
31e234f
Revert of Mojo EDK: Introduce MojoQueryHandleSignalsState API (patchset #9 id:160001 of https://codereview.chromium.org/2741033003/ )
by tzik
· 8 years ago
ab5879a
Mojo EDK: Introduce MojoQueryHandleSignalsState API
by rockot
· 8 years ago
a07beef
Mojo: Armed Watchers
by rockot
· 8 years ago
753d006
Changing multiprocess test SpawnChild to return a struct instead of a
by jcivelli
· 8 years ago
c16909f
Mojo: Add signal for new data pipe consumer data
by rockot
· 8 years ago
14e17db
[mojo-js] Converts binding unittest into layout test.
by alokp
· 8 years ago
fcb592e
Changing connections to take a ConnectionParams instead of a pipe handle.
by jcivelli
· 8 years ago
ecb7a1a
Use std::move for pass-by-value'd scoped_refptr in the start-up hot path
by tzik
· 8 years ago
b7a731c
Adding a new message type to the Mojo channel.
by jcivelli
· 8 years ago
b7d9549
Mojo EDK: Minor doc cleanup
by rockot
· 8 years ago
2990e27
Improve Mojo EDK documentation
by rockot
· 8 years ago
8a6028e
Revert of Use TaskScheduler instead of WorkerPool in v8_platform.cc. (patchset #18 id:340001 of https://codereview.chromium.org/2610473002/ )
by jam
· 8 years ago
9a8a228
Mojo EDK: Reduce unused read buffer capacity
by rockot
· 8 years ago
5fb0a91
Use the location where FileDescriptorWatcher is created to track the libevent handlers
by ssid
· 8 years ago
4b19180
Use TaskScheduler instead of WorkerPool in v8_platform.cc.
by fdoray
· 8 years ago
eb08b0d
Mojo EDK: Add safe process connection API
by rockot
· 8 years ago
1fb0108
Avoid logging very small values for Mojo.System.MessagesAcceptedPerEvent
by rockot
· 8 years ago
05d22c1
Tag some of Mojo heap allocations for the heap profiler.
by jcivelli
· 8 years ago
e6cee36
[mojo] Delete RemoteMessagePipeBootstrap
by lhchavez
· 8 years ago
be04283
Cleanup mojo-js tests.
by alokp
· 8 years ago
917ab23
Remove mojo::edk::test::ScopedIPCSupport
by rockot
· 8 years ago
63c2bf8
Reland of new multiprocess test client process launcher.
by jcivelli
· 8 years ago
423ebb0
Add some perf tests to compare Mojo overhead.
by jam
· 8 years ago
52df9c2
Revert of Multiprocess test client: Android child process launcher rework. (patchset #21 id:400001 of https://codereview.chromium.org/2549363004/ )
by jcivelli
· 8 years ago
8fe4e98
Multiprocess test client: Android child process launcher rework.
by jcivelli
· 8 years ago
403e7ed
Remove ScopedVector from mojo/
by leon.han
· 8 years ago
56bc310
Use timer task runner for V8PerIsolate tasks
by altimin
· 8 years ago
6444b79
[mojo] Fix some lint errors
by lhchavez
· 8 years ago
984c9e4
mojo:: Rename mojo::GetProxy() to mojo::MakeRequest()
by blundell
· 8 years ago
9abe709
Mojo JS bindings: BindingSet support.
by yzshen
· 8 years ago
bf60f8f
Mojo JS bindings: code generator maps interface ptr and request to InterfacePtr and InterfaceRequest.
by yzshen
· 8 years ago
26545b5
Mojo JS bindings: add more methods for InterfacePtrController and Binding.
by yzshen
· 8 years ago
53fa515
Cleanup remaining class/struct fwd declarations
by jbriance
· 8 years ago
253f4e4
Mojo JS bindings: introduce concepts that are more similar to C++ bindings:
by yzshen
· 8 years ago
856e8a2
Remove unnecessary gendered language in //mojo.
by sammc
· 8 years ago
a65b327
Remove ipc/unix_domain_socket_util.*
by sammc
· 8 years ago
a92fad1
Mojo EDK: Correctly handle EMSGSIZE on Mac.
by sammc
· 8 years ago
cb6d9ef
Mojo EDK: Clean shutdown for ScopedIPCSupport in tests
by rockot
· 8 years ago
c8b4bcf
Move const PortName data out of header file
by brucedawson
· 8 years ago
794b2c6
Mojo EDK: Fix race in named pipe creation for tests
by rockot
· 8 years ago
e6d46f5
Mojo EDK: Work around Nexus 9 hardware bug
by rockot
· 8 years ago
148e688
Revert of Mojo EDK: Speculatively disable peer connection tests on Android (patchset #1 id:1 of https://codereview.chromium.org/2505393003/ )
by rockot
· 8 years ago
f5e9805
Mojo EDK: Instrument and cap NodeController::AcceptIncomingMessages workload
by rockot
· 8 years ago
466a143
Mojo EDK: Speculatively disable peer connection tests on Android
by rockot
· 8 years ago
35427ad
Mojo EDK: Never notify own watchers within public API calls
by rockot
· 8 years ago
31ed901
Revert of Disable two tests in mojo_system_unittests that are suspected to be timing out (patchset #2 id:20001 of https://codereview.chromium.org/2497203002/ )
by hiroshige
· 8 years ago
66d2ca3
Disable two tests in mojo_system_unittests that are suspected to be timing out
by hiroshige
· 8 years ago
c5e4d10
Removing the Mojo buffers 16MB size limit.
by jcivelli
· 8 years ago
f75a4c2
Mojo EDK: Fall back to named pipes if NodeChannel handle duplication fails
by rockot
· 8 years ago
5469301
Add mojo::edk::ClosePeerConnection.
by sammc
· 8 years ago
d69f510
Remove use of std::function from Mojo internals
by rockot
· 8 years ago
365211f
Mojo: Suppress validation error logging in some tests
by rockot
· 8 years ago
7c0e0d6
Allow custom security descriptors when creating named pipes on Windows.
by sammc
· 8 years ago
6f06231
Remove usage of FOR_EACH_OBSERVER macro in mojo
by ericwilligers
· 8 years ago
9b20d40
Make //mojo/edk/js a component.
by sammc
· 8 years ago
928f9a0
Purge references of "Mojo Application" from comments & var names.
by ben
· 8 years ago
88b0173
[mojo] Initialize MojoCreateSharedBufferOptions struct size.
by alexander.shalamov
· 8 years ago
af04b83
Mojo: Fix data pipe ALL_OR_NONE write capacity check.
by miu
· 8 years ago
c92aa46
misc files A-P: Change ScopedTempDir::path() to GetPath()
by vabr
· 8 years ago
da1ce10
Adds sync brokering to Windows EDK
by rockot
· 8 years ago
7d5fadf
Reduce the log level of frequently occuring DVLOGs
by hta
· 8 years ago
9a7ead8
Use ChannelMojo between app shims and the browser process.
by sammc
· 8 years ago
41930ea
Support creating mojo peer connections from named pipes.
by sammc
· 8 years ago
65bd5dc
Earlier cleanup of some EDK platform handles
by rockot
· 8 years ago
0fb41ea
Update the lower bound for UMA_HISTOGRAM_CUSTOM_COUNTS
by drbasic
· 8 years ago
Next »