summaryrefslogtreecommitdiffstats
path: root/mojo/edk
Commit message (Expand)AuthorAgeFilesLines
* Add more out of line copy ctors for complex classes.vmpstr2016-03-242-0/+4
* [mojo-edk] Don't assert on PortAccepted for unknown portrockot2016-03-241-1/+1
* [mojo-edk] Remove debug aliasing from ports layerrockot2016-03-191-5/+2
* Instrument EDK sync Broker initializationrockot2016-03-181-0/+4
* [mojo-edk] Stop using the sync broker on OS Xrockot2016-03-182-5/+4
* [mojo-edk] Shutdown a node's bootstrap parent channel outside its lock.amistry2016-03-181-3/+8
* [mojo-edk] Switch shared buffers to use Mach on OSX.amistry2016-03-172-3/+4
* [mojo-edk] Expose notification source to MojoWatch callbacksrockot2016-03-1711-36/+79
* [mojo-edk] Add support for transferring mach ports.amistry2016-03-1721-50/+907
* Reinstate wait-for-Initialize when Chrome is run in Mashrockot2016-03-151-2/+2
* [mojo] Implement pipe fusion APIrockot2016-03-1410-25/+359
* [mojo-edk] Delay creating the local queue in NodeController::AcceptIncomingMe...amistry2016-03-141-7/+9
* Remove ShellConnection::WaitForInitializerockot2016-03-132-0/+12
* [mojo-sdk] Remove mojo_ignore_result and move C++ macros.h to bindings intern...amistry2016-03-1119-19/+4
* Mojo C++ bindings: remove the utility/ folder.yzshen2016-03-102-9/+0
* Fix failing tests with ChannelMojo enabled.sammc2016-03-101-2/+2
* Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 ...tsergeant2016-03-101-2/+2
* Fix failing tests with ChannelMojo enabled.sammc2016-03-101-2/+2
* [mojo-bindings] Use Watcher API for JS bindingsrockot2016-03-093-56/+50
* [mojo-edk] Keep old wire format and semantics on Android.amistry2016-03-092-18/+18
* Remove Mojo bindings environment.Yuzhu Shen2016-03-084-15/+0
* [mojo-edk] Zero padding bytes in dispatcher headers.rockot2016-03-084-22/+65
* Add an end-to-end, multi-process perftest of using Mojo with the C++ bindings.amistry2016-03-083-15/+25
* Change IPC::ChannelMojo to use associated interfaces.sammc2016-03-071-7/+13
* [mojo-edk] Only zero the header in a new Channel::Message.amistry2016-03-071-1/+6
* Fix mojo_public_bindings_perftests and add GN build rules.amistry2016-03-071-0/+8
* [mojo-edk] Cache the context thread-local in the RequestContext.amistry2016-03-072-5/+14
* Re-land: [mojo-edk] Serialise windows handles into an "extra header" section.amistry2016-03-034-54/+168
* [mojo-edk] Avoid a recursive lock acquisition in data pipe.amistry2016-03-032-4/+7
* [mojo-edk] Zero-initialize the current request context lazy instance.amistry2016-03-031-1/+1
* [mojo-edk] Allow a watch callback to trigger itself safelyrockot2016-03-032-1/+38
* Remove MOJO_ARRAYSIZE and MOJO_WARN_UNUSED_RESULT.amistry2016-03-036-29/+29
* Remove MOJO_DISALLOW_COPY_AND_ASSIGN and MOJO_ALLOW_UNUSED_LOCAL.amistry2016-03-0321-32/+40
* Convert Pass()→std::move() on Windowsdcheng2016-03-021-1/+1
* Reland: Bootstrap Mojo IPC independent of Chrome IPCrockot2016-03-022-3/+16
* [mojo-edk] Add MojoWatch and MojoCancelWatch APIsrockot2016-03-0223-5/+1044
* Revert of [mojo-edk] Serialise windows handles into an "extra header" section...rockot2016-03-014-115/+61
* [mojo-edk] Do shared buffer dispatcher creation using the NodeController.amistry2016-03-014-11/+22
* [mojo-edk] Disable sync broker shared memory creation on Mac.amistry2016-03-011-1/+2
* Revert of Bootstrap Mojo IPC independent of Chrome IPC (patchset #18 id:34000...rockot2016-03-012-16/+3
* Bootstrap Mojo IPC independent of Chrome IPCrockot2016-02-292-3/+16
* mojo: Add out-of-line copy ctors for complex classes.vmpstr2016-02-296-0/+10
* [mojo-edk] Serialise windows handles into an "extra header" section.amistry2016-02-274-61/+115
* [mojo-edk] Pass process handle through the broker on all platforms.amistry2016-02-274-23/+42
* [mojo-edk] Add some Mach shm support to PlatformSharedBuffer.amistry2016-02-251-3/+16
* Mojo bindings environment: remove usage in mojo/edk/jsyzshen2016-02-246-55/+30
* Mojo: Set kInvalidSequenceNum to the max uint64_t valuedarin2016-02-241-1/+2
* [mojo-edk] Embedder API for MojoHandle to base::SharedMemoryHandle.amistry2016-02-229-3/+111
* Mojo: Guard lazy NodeController initializationrockot2016-02-202-0/+11
* Alias sent port names to help check for memory corruptionrockot2016-02-191-1/+4