summaryrefslogtreecommitdiffstats
path: root/ipc/mojo
Commit message (Expand)AuthorAgeFilesLines
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-079-49/+49
* Move mojo edk into mojo/edkjamesr2014-10-039-12/+12
* Revert "Move mojo edk into mojo/edk"Trent Apted2014-10-039-12/+12
* Move mojo edk into mojo/edkJames Robinson2014-10-039-12/+12
* ChannelMojo: Handle when ChannelMojo outlives ChannelMojoHostmorrita2014-09-266-57/+147
* Remove IPC::Channel::TakePipeHandle()morrita2014-09-252-6/+0
* Fix IPCChannelMojoErrorTest.SendFailWithPendingMessagesmorrita2014-09-241-46/+11
* Disable IPCChannelMojoErrorTest.SendFailWithPendingMessagesmorrita2014-09-241-1/+2
* IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Messagemorrita2014-09-244-13/+20
* IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windowsmorrita2014-09-2311-119/+629
* ChannelMojo: Handle errors in pending message processing.morrita2014-09-162-1/+132
* Refactoring: Move MessagePipeReader subclasess out from ChannelMojomorrita2014-09-116-382/+524
* Add ipc_mojo_perftestsmorrita2014-09-096-56/+141
* Add ChannelProxy benchmark to ipc_perftests.morrita2014-08-291-1/+1
* Declaring the weak_ptr_factory in proper order.anujk.sharma2014-08-282-4/+5
* Remove implicit conversions from scoped_refptr to T* in ipc/dcheng2014-08-271-1/+1
* Mojo: Add PlatformSupport argument to mojo::embedder::Init().viettrungluu@chromium.org2014-08-201-2/+2
* Convert IPC::ChannelMojo initialization to use new mojo::embedder::CreateChan...viettrungluu@chromium.org2014-08-122-40/+25
* GN: Make content_shell and webkit_unit_tests work in component buildjamesr@chromium.org2014-08-121-3/+4
* IPC::ChannelMojo: Dup and own fds to transmitmorrita@chromium.org2014-08-091-2/+14
* IPC::ChannelMojo: Don't supress MOJO_RESULT_FAILED_PRECONDITIONmorrita@chromium.org2014-08-082-8/+16
* Add ipc/mojo/OWNERSmorrita@chromium.org2014-08-081-0/+2
* Move the rest of test_file_util to base namespace.brettw@chromium.org2014-08-071-1/+1
* Introduce ChannelMojomorrita@chromium.org2014-08-049-0/+1384