summaryrefslogtreecommitdiffstats
path: root/ipc/mojo/ipc_mojo_perftest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix failing tests with ChannelMojo enabled.sammc2016-03-101-29/+16
* Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 ...tsergeant2016-03-101-16/+29
* Fix failing tests with ChannelMojo enabled.sammc2016-03-101-29/+16
* Change IPC::ChannelMojo to use associated interfaces.sammc2016-03-071-40/+57
* [mojo] Delete third_party/mojorockot2016-02-101-7/+5
* Switch to standard integer types in ipc/.avi2015-12-221-0/+3
* Presubmit fixes from r352123 since presubmit scripts crashed in it.jam2015-10-031-1/+1
* Add a Mojo EDK for Chrome that uses one OS pipe per message pipe.jam2015-10-021-4/+18
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-2/+2
* Release obigation to call ChannelMojoHost::OnClientLaunched()leon.han2015-06-191-9/+2
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-2/+2
* ChannelMojo: Ensure that it always has ScopedIPCSupportmorrita2015-04-091-13/+4
* Revert of ChannelMojo: Ensure that it always has ScopedIPCSupport (patchset #...sorin2015-04-091-4/+13
* ChannelMojo: Ensure that it always has ScopedIPCSupportmorrita2015-04-081-13/+4
* Fix ipc_mojo_perftests which has been broken since last Mojo rollmorrita2015-03-131-10/+27
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-231-1/+1
* MultiProcessTest: Update SpawnChild* to return a Process.rvargas2015-01-121-1/+1
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-221-4/+3
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-211-3/+4
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-211-4/+3
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-071-3/+3
* Move mojo edk into mojo/edkjamesr2014-10-031-1/+1
* Revert "Move mojo edk into mojo/edk"Trent Apted2014-10-031-1/+1
* Move mojo edk into mojo/edkJames Robinson2014-10-031-1/+1
* ChannelMojo: Handle when ChannelMojo outlives ChannelMojoHostmorrita2014-09-261-1/+2
* IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windowsmorrita2014-09-231-6/+16
* Add ipc_mojo_perftestsmorrita2014-09-091-0/+87