summaryrefslogtreecommitdiffstats
path: root/ipc/mojo
Commit message (Expand)AuthorAgeFilesLines
...
* Use thread-safe send when using Mojo.jam2015-07-231-1/+1
* Fix unused private fields errors in ipc/mojo/.mlamouri2015-07-102-3/+1
* Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782rockot2015-07-081-1/+1
* Convert usage of mojo::ErrorHandler in //ipc/mojo to callbacks.amistry2015-07-081-22/+18
* Stub in more IPC attachment brokering functionality.erikchen2015-07-072-4/+4
* Revert of Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782 (pa...thakis2015-07-071-1/+1
* Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782rockot2015-07-071-1/+1
* Revert of Convert ipc_mojo_unittests to run exclusively on Swarming (patchset...bruening2015-07-062-35/+0
* Convert ipc_mojo_unittests to run exclusively on Swarmingthakis2015-07-062-0/+35
* IPC::ChannelMojo::Send() should fail once it is closed.morrita2015-06-233-2/+58
* Disable ipc_mojo_unittests that timeout on Android.msw2015-06-192-9/+56
* Release obigation to call ChannelMojoHost::OnClientLaunched()leon.han2015-06-1911-322/+50
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-167-40/+82
* IPC: Add new classes required for attachment brokering.erikchen2015-06-161-0/+3
* Disable ChannelMojorockot2015-06-121-2/+3
* Fix leak of PlatformHandleDispatchers in Mojo IPCrogerj2015-06-121-1/+2
* ChannelMojo: Make MOJO_RESULT_FAILED_PRECONDITION an error.morrita2015-06-111-8/+3
* Change most uses of Pickle to base::Picklebrettw2015-06-034-10/+10
* Move Pickle to base namespace.brettw2015-06-022-2/+4
* Force immediate Mojo EDK shutdown on IO loop destruction.rockot2015-05-131-17/+6
* ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-125-10/+16
* Mojo IPC threading fixesrockot2015-05-113-69/+233
* Change the callsites of InterfacePtr<> methods which directly deal with messa...yzshen2015-05-051-1/+3
* Revert of Change the callsites of InterfacePtr<> methods which directly deal ...dbeam2015-05-051-3/+1
* Change the callsites of InterfacePtr<> methods which directly deal with messa...yzshen2015-05-051-1/+3
* Update {virtual,override} to follow C++11 style in ipc.nick2015-04-231-2/+2
* ChannelMojo: Introduce thread-safe Send()morrita2015-04-204-15/+96
* ChannelMojo: Ensure that it always has ScopedIPCSupportmorrita2015-04-095-64/+57
* Revert of ChannelMojo: Ensure that it always has ScopedIPCSupport (patchset #...sorin2015-04-095-57/+64
* ChannelMojo: Ensure that it always has ScopedIPCSupportmorrita2015-04-085-64/+57
* Implement IPC::ParamTraits<mojo::MessagePipeHandle>morrita2015-04-036-6/+192
* ChannelMojo: Use DestoryChannelOnIOThread()morrita2015-04-031-1/+1
* Revert of Implement IPC::ParamTraits<mojo::MessagePipeHandle> (patchset #4 id...mfomitchev2015-04-025-191/+0
* Implement IPC::ParamTraits<mojo::MessagePipeHandle>morrita2015-04-015-0/+191
* Revert of Implement IPC::ParamTraits<mojo::MessagePipeHandle> (patchset #3 id...mfomitchev2015-04-015-190/+0
* Implement IPC::ParamTraits<mojo::MessagePipeHandle>morrita2015-04-015-0/+190
* Re-enable ChannelMojomorrita2015-03-301-2/+1
* Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chrom...morrita2015-03-251-1/+2
* Revert of Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codere...tkent2015-03-251-2/+1
* Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chrom...tkent2015-03-251-1/+2
* Revert of ChannelMojo: Let MessagePipeReader wait "peer closed" signal as wel...tkent2015-03-251-6/+9
* ChannelMojo: Let MessagePipeReader wait "peer closed" signal as well.morrita2015-03-241-9/+6
* Re-enable ChannelMojomorrita2015-03-241-2/+1
* ChannelMojo: Turn DLOG to LOG for ERROR and WARNINGmorrita2015-03-165-11/+11
* Fix ipc_mojo_perftests which has been broken since last Mojo rollmorrita2015-03-132-13/+30
* Disable ChannelMojo.rockot2015-03-131-1/+2
* Revert of Revert of Enable ChannelMojo (patchset #1 id:1 of https://coderevie...alexmos2015-03-131-2/+2
* Revert of Enable ChannelMojo (patchset #3 id:40001 of https://codereview.chro...skuhne2015-03-121-2/+2
* Make AsyncHandleWaiter reenterancy-safemorrita2015-03-053-10/+74
* Fix a couple of ipc_channel_mojo_unittest failures.morrita2015-03-051-5/+7