summaryrefslogtreecommitdiffstats
path: root/ipc/mojo
Commit message (Expand)AuthorAgeFilesLines
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-2311-15/+15
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-192-12/+12
* ChannelMojo: Use MessageLoop::IOObservermorrita2015-01-163-14/+95
* Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1rockot2015-01-161-1/+2
* IPC: Generalize FileDescriptorSet to MessageAttachmentSetmorrita2015-01-143-14/+12
* Move WeakPtrFactory to the end of AsyncHandleWaiterdmichael2015-01-132-5/+5
* MultiProcessTest: Update SpawnChild* to return a Process.rvargas2015-01-123-6/+7
* ChannelMojo: Adopt |mojo::embedder::AsyncWait()|morrita2015-01-108-54/+387
* IPC::ChannelMojo: Add a tracemorrita2014-12-171-0/+5
* Move mojo gypfiles to toplevel mojorockot2014-12-161-7/+7
* Revert ChannelMojo switch-onmorrita2014-11-261-3/+2
* Turn ChannelMojo on for all platformsmorrita2014-11-261-8/+2
* ChannelMojo Refactoring: Merge MessageReader into MessagePipeReadermorrita2014-11-259-256/+141
* Turn ChannelMojo on Mac and Linuxmorrita2014-11-201-1/+8
* Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35ajamesr2014-11-191-1/+1
* IPC::ChannelMojo: Make IPC handling robust against bad messages.morrita2014-11-132-2/+16
* Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442acjamesr2014-11-072-12/+1
* Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21jamesr2014-11-041-3/+1
* Revert of Enable ChannelMojo on Linux (patchset #1 id:1 of https://codereview...yurys2014-10-301-4/+0
* Enable ChannelMojo on Linuxmorrita2014-10-301-0/+4
* ChannelMojo: Replace hand written messsages with mojo.morrita2014-10-276-270/+170
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-229-60/+55
* Add a guard in MojoBootstrap::OnClientLaunched()morrita2014-10-222-0/+8
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-219-55/+66
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-219-66/+55
* ChannelMojo: Add ChannelMojo::CanBeUsed() to enable it incrementallymorrita2014-10-212-0/+9
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-204-4/+4
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-171-7/+4
* MojoChannel: Fail when GetFileHandleForProcess() failed.morrita2014-10-153-4/+77
* ipc_mojo_bootstrap.cc: don't export classes in anonymous namespacehans2014-10-151-2/+2
* Fix WeakPtrFactory member placementanujk.sharma2014-10-152-5/+5
* Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gypjamesr2014-10-071-3/+3
* Define gyp targets for mojo/public/* in mojo/public/mojo_public.gypjamesr2014-10-071-3/+3
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-079-49/+49
* Move mojo edk into mojo/edkjamesr2014-10-039-12/+12
* Revert "Move mojo edk into mojo/edk"Trent Apted2014-10-039-12/+12
* Move mojo edk into mojo/edkJames Robinson2014-10-039-12/+12
* ChannelMojo: Handle when ChannelMojo outlives ChannelMojoHostmorrita2014-09-266-57/+147
* Remove IPC::Channel::TakePipeHandle()morrita2014-09-252-6/+0
* 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-244-13/+20
* IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windowsmorrita2014-09-2311-119/+629
* ChannelMojo: Handle errors in pending message processing.morrita2014-09-162-1/+132
* Refactoring: Move MessagePipeReader subclasess out from ChannelMojomorrita2014-09-116-382/+524
* Add ipc_mojo_perftestsmorrita2014-09-096-56/+141
* Add ChannelProxy benchmark to ipc_perftests.morrita2014-08-291-1/+1
* Declaring the weak_ptr_factory in proper order.anujk.sharma2014-08-282-4/+5
* Remove implicit conversions from scoped_refptr to T* in ipc/dcheng2014-08-271-1/+1