summaryrefslogtreecommitdiffstats
path: root/ipc/mojo
Commit message (Expand)AuthorAgeFilesLines
* Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/ki.stfu2015-10-122-12/+12
* Revert "Add more tracking detail to Mojo async waits."rockot2015-10-121-1/+1
* ipc: Make a separate vector for brokerable attachments.erikchen2015-10-101-5/+6
* Add more tracking detail to Mojo async waits.rockot2015-10-061-1/+1
* Presubmit fixes from r352123 since presubmit scripts crashed in it.jam2015-10-031-1/+1
* Fix build errors from r478251.jam2015-10-031-1/+0
* Add a Mojo EDK for Chrome that uses one OS pipe per message pipe.jam2015-10-0210-115/+149
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-247-75/+39
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-043-14/+20
* Fix races with MessagePipeReader due to the Mojo IPC channel being thread-safe.amistry2015-09-022-13/+37
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-241-0/+1
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...rockot2015-08-231-1/+0
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-221-0/+1
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...yosin2015-08-221-1/+0
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-221-0/+1
* Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chrom...rockot2015-08-211-1/+3
* Migrate IPC to use Flow API v2.yuhaoz2015-08-181-2/+8
* Re-enable ChannelMojorockot2015-08-181-3/+1
* Revert of Re-enable ChannelMojo. (patchset #1 id:40001 of https://codereview....rockot2015-08-081-1/+3
* Re-enable ChannelMojo.rockot2015-08-081-3/+1
* Revert of Re-enable ChannelMojo (patchset #1 id:20001 of https://codereview.c...hiroshige2015-08-061-1/+3
* Re-enable ChannelMojorockot2015-08-061-3/+1
* Revert of Re-enable ChannelMojo (patchset #1 id:80001 of https://codereview.c...rockot2015-07-291-1/+3
* Re-enable ChannelMojorockot2015-07-291-3/+1
* 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