summaryrefslogtreecommitdiffstats
path: root/ipc/mojo/ipc_channel_mojo.h
Commit message (Expand)AuthorAgeFilesLines
* Make ChannelMojo Send thread-saferockot2016-03-231-2/+11
* Add support for MojoChannel field trialrockot2016-03-161-3/+0
* Fix failing tests with ChannelMojo enabled.sammc2016-03-101-17/+12
* Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 ...tsergeant2016-03-101-12/+17
* Fix failing tests with ChannelMojo enabled.sammc2016-03-101-17/+12
* Change IPC::ChannelMojo to use associated interfaces.sammc2016-03-071-52/+24
* [mojo] Delete third_party/mojorockot2016-02-101-28/+0
* Switch to standard integer types in ipc/.avi2015-12-221-0/+4
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-131-1/+1
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-17/+4
* Fix unused private fields errors in ipc/mojo/.mlamouri2015-07-101-1/+0
* IPC::ChannelMojo::Send() should fail once it is closed.morrita2015-06-231-1/+2
* Release obigation to call ChannelMojoHost::OnClientLaunched()leon.han2015-06-191-18/+2
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-4/+17
* Mojo IPC threading fixesrockot2015-05-111-2/+21
* ChannelMojo: Introduce thread-safe Send()morrita2015-04-201-0/+9
* ChannelMojo: Ensure that it always has ScopedIPCSupportmorrita2015-04-091-6/+10
* Revert of ChannelMojo: Ensure that it always has ScopedIPCSupport (patchset #...sorin2015-04-091-10/+6
* ChannelMojo: Ensure that it always has ScopedIPCSupportmorrita2015-04-081-6/+10
* Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819rockot2015-03-031-0/+4
* IPC: Add MojoHandleAttachmentmorrita2015-02-061-2/+1
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-231-2/+2
* IPC: Generalize FileDescriptorSet to MessageAttachmentSetmorrita2015-01-141-3/+4
* ChannelMojo Refactoring: Merge MessageReader into MessagePipeReadermorrita2014-11-251-14/+9
* Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442acjamesr2014-11-071-6/+1
* ChannelMojo: Replace hand written messsages with mojo.morrita2014-10-271-5/+7
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-221-11/+10
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-211-10/+11
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-211-11/+10
* ChannelMojo: Add ChannelMojo::CanBeUsed() to enable it incrementallymorrita2014-10-211-0/+3
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-201-1/+1
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-071-9/+9
* ChannelMojo: Handle when ChannelMojo outlives ChannelMojoHostmorrita2014-09-261-7/+14
* Remove IPC::Channel::TakePipeHandle()morrita2014-09-251-1/+0
* IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Messagemorrita2014-09-241-1/+1
* IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windowsmorrita2014-09-231-12/+31
* Refactoring: Move MessagePipeReader subclasess out from ChannelMojomorrita2014-09-111-10/+24
* Add ipc_mojo_perftestsmorrita2014-09-091-5/+0
* Declaring the weak_ptr_factory in proper order.anujk.sharma2014-08-281-1/+2
* Convert IPC::ChannelMojo initialization to use new mojo::embedder::CreateChan...viettrungluu@chromium.org2014-08-121-4/+1
* Introduce ChannelMojomorrita@chromium.org2014-08-041-0/+131