summaryrefslogtreecommitdiffstats
path: root/ipc/mojo/ipc_channel_mojo.cc
Commit message (Expand)AuthorAgeFilesLines
* ChannelMojo: Bind the channel TaskRunner to the right threadrockot2016-03-251-2/+4
* Make ChannelMojo Send thread-saferockot2016-03-231-27/+63
* Add support for MojoChannel field trialrockot2016-03-161-7/+0
* Fix failing tests with ChannelMojo enabled.sammc2016-03-101-92/+194
* Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 ...tsergeant2016-03-101-194/+92
* Fix failing tests with ChannelMojo enabled.sammc2016-03-101-92/+194
* Change IPC::ChannelMojo to use associated interfaces.sammc2016-03-071-225/+68
* [mojo] Delete third_party/mojorockot2016-02-101-103/+9
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-21/+27
* Switch to standard integer types in ipc/.avi2015-12-221-2/+7
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-1/+3
* Fix the new Mojo EDK working in component build on Linux.jam2015-11-171-16/+6
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-131-1/+1
* 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
* Add a Mojo EDK for Chrome that uses one OS pipe per message pipe.jam2015-10-021-101/+105
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-38/+22
* 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
* 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-101-2/+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-071-1/+3
* IPC::ChannelMojo::Send() should fail once it is closed.morrita2015-06-231-1/+7
* Release obigation to call ChannelMojoHost::OnClientLaunched()leon.han2015-06-191-53/+23
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-20/+42
* IPC: Add new classes required for attachment brokering.erikchen2015-06-161-0/+3
* Disable ChannelMojorockot2015-06-121-2/+3
* ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-121-1/+1
* Mojo IPC threading fixesrockot2015-05-111-14/+82
* 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
* ChannelMojo: Introduce thread-safe Send()morrita2015-04-201-13/+52
* ChannelMojo: Ensure that it always has ScopedIPCSupportmorrita2015-04-091-25/+38
* Revert of ChannelMojo: Ensure that it always has ScopedIPCSupport (patchset #...sorin2015-04-091-38/+25
* ChannelMojo: Ensure that it always has ScopedIPCSupportmorrita2015-04-081-25/+38
* ChannelMojo: Use DestoryChannelOnIOThread()morrita2015-04-031-1/+1