summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_perftest_support.cc
Commit message (Expand)AuthorAgeFilesLines
* ipc: Remove basictypes.h includes.tfarina2015-09-161-1/+1
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-041-3/+3
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-2/+2
* Change most uses of Pickle to base::Picklebrettw2015-06-031-2/+2
* ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-121-1/+1
* Adding StringPiece read/write support to pickle.brucedawson2015-03-101-2/+2
* Revert of Adding StringPiece read/write support to pickle. (patchset #4 id:60...brucedawson2015-03-051-2/+2
* Adding StringPiece/StringPiece16 read/write support to pickle, andbrucedawson2015-03-041-2/+2
* This change adds a LockThreadAffinity and uses it tobrucedawson2015-02-121-0/+39
* Change ipc_perftests large-message test count to 1,000brucedawson2015-02-051-1/+1
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-221-4/+4
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-211-4/+6
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-211-6/+4
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-071-2/+2
* Add ipc_mojo_perftestsmorrita2014-09-091-0/+342