summaryrefslogtreecommitdiffstats
path: root/ipc/mojo/ipc_channel_mojo_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-9/+6
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-041-5/+7
* IPC::ChannelMojo::Send() should fail once it is closed.morrita2015-06-231-0/+49
* Disable ipc_mojo_unittests that timeout on Android.msw2015-06-191-8/+49
* Release obigation to call ChannelMojoHost::OnClientLaunched()leon.han2015-06-191-27/+10
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-9/+10
* Change most uses of Pickle to base::Picklebrettw2015-06-031-7/+7
* ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-121-2/+5
* Update {virtual,override} to follow C++11 style in ipc.nick2015-04-231-2/+2
* ChannelMojo: Ensure that it always has ScopedIPCSupportmorrita2015-04-091-14/+5
* Revert of ChannelMojo: Ensure that it always has ScopedIPCSupport (patchset #...sorin2015-04-091-5/+14
* ChannelMojo: Ensure that it always has ScopedIPCSupportmorrita2015-04-081-14/+5
* Implement IPC::ParamTraits<mojo::MessagePipeHandle>morrita2015-04-031-0/+115
* Revert of Implement IPC::ParamTraits<mojo::MessagePipeHandle> (patchset #4 id...mfomitchev2015-04-021-115/+0
* Implement IPC::ParamTraits<mojo::MessagePipeHandle>morrita2015-04-011-0/+115
* Revert of Implement IPC::ParamTraits<mojo::MessagePipeHandle> (patchset #3 id...mfomitchev2015-04-011-114/+0
* Implement IPC::ParamTraits<mojo::MessagePipeHandle>morrita2015-04-011-0/+114
* Fix ipc_mojo_perftests which has been broken since last Mojo rollmorrita2015-03-131-3/+3
* Fix a couple of ipc_channel_mojo_unittest failures.morrita2015-03-051-5/+7
* Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819rockot2015-03-031-11/+58
* ChannelMojo should use PID from the bootstrap Channel.morrita2015-02-251-0/+47
* IPC: Add MojoHandleAttachmentmorrita2015-02-061-33/+205
* IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachmentmorrita2015-01-311-3/+6
* MultiProcessTest: Update SpawnChild* to return a Process.rvargas2015-01-121-4/+5
* ChannelMojo Refactoring: Merge MessageReader into MessagePipeReadermorrita2014-11-251-1/+0
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-221-18/+16
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-211-16/+22
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-211-22/+16
* MojoChannel: Fail when GetFileHandleForProcess() failed.morrita2014-10-151-0/+58
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-071-14/+14
* Move mojo edk into mojo/edkjamesr2014-10-031-1/+1
* Revert "Move mojo edk into mojo/edk"Trent Apted2014-10-031-1/+1
* Move mojo edk into mojo/edkJames Robinson2014-10-031-1/+1
* ChannelMojo: Handle when ChannelMojo outlives ChannelMojoHostmorrita2014-09-261-2/+4
* 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-241-5/+5
* IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windowsmorrita2014-09-231-22/+43
* ChannelMojo: Handle errors in pending message processing.morrita2014-09-161-0/+126
* Add ipc_mojo_perftestsmorrita2014-09-091-41/+8
* Add ChannelProxy benchmark to ipc_perftests.morrita2014-08-291-1/+1
* IPC::ChannelMojo: Don't supress MOJO_RESULT_FAILED_PRECONDITIONmorrita@chromium.org2014-08-081-2/+10
* Introduce ChannelMojomorrita@chromium.org2014-08-041-0/+260