summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_fuzzing_tests.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ipc/.avi2015-12-221-0/+1
* Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/ki.stfu2015-10-121-2/+2
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-1/+1
* ipc: Convert k(u)int*max types from basictypes.h to std::numeric_limits varia...tfarina2015-09-111-2/+3
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-041-10/+12
* Remove Android filter file for ipc_tests.tfarina2015-07-281-4/+24
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-161-2/+1
* Change most uses of Pickle to base::Picklebrettw2015-06-031-7/+7
* Cleanup: Remove wstring methods from base::Pickle.thestig2015-03-111-24/+27
* Remove deprecated methods from Pickle.avi2014-12-281-5/+5
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-281-5/+5
* Remove deprecated methods from Pickle.Avi Drissman2014-12-221-5/+5
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-221-2/+2
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-211-2/+2
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-211-2/+2
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-071-2/+2
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-301-5/+5
* Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."mattm@chromium.org2014-05-291-5/+5
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-291-5/+5
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-65/+0
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-041-11/+16
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-281-16/+11
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-171-1/+1
* ipc: Use base::MessageLoop.xhwang@chromium.org2013-04-301-5/+5
* Linux/ChromeOS Chromium style checker cleanup, ipc/ edition.rsleevi@chromium.org2013-02-061-2/+2
* Refactor (many) IPC tests, notably most of the multiprocess tests.viettrungluu@chromium.org2013-01-251-56/+46
* More IPC test header cleanup.viettrungluu@chromium.org2013-01-151-1/+0
* Move IPC tests into anonymous namespaces.viettrungluu@chromium.org2013-01-111-2/+6
* Make ipc_tests file structure a little saner and add an ipc_perftests target.viettrungluu@chromium.org2013-01-111-2/+2
* Switch to TimeDelta interfaces for process waiting functions in net and ipc.tedvessenes@gmail.com2012-07-111-3/+6
* Make GlobalDescriptors::MaybeGet return -1 when the key is not found.jcivelli@chromium.org2012-06-271-1/+2
* Separate out IPC::Message::Sender and Channel::Listener into a separate class.brettw@chromium.org2012-06-111-3/+3
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-7/+7
* Convert use of int ms to TimeDelta in files owned by jeremy.tedvessenes@gmail.com2012-01-131-4/+4
* Android IPC changes.jrg@chromium.org2011-11-041-0/+4
* Add a gyp flag to enable dcheck by default in release withoutnsylvain@chromium.org2011-09-201-3/+3
* Add support for exporting IPC messages from component DLLs.darin@chromium.org2011-08-261-45/+24
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-4/+4
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+4
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-081-2/+1
* ipc_channel: warn if someone forgets to check the result of Connect()evan@chromium.org2010-10-191-1/+1
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-171-0/+1
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-171-1/+0
* FBTF: Reapplies r55259, the first new IPC definition patch.erg@google.com2010-08-101-0/+1
* Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO...pinkerton@google.com2010-08-091-1/+0
* FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages.erg@google.com2010-08-061-0/+1
* Add undeclared virtual destructors part 5ziadh@chromium.org2010-08-021-0/+2
* Up the warnings in ipc (take 2)thomasvl@google.com2010-07-231-5/+5
* Remove <iostream> where possible.erg@google.com2010-07-201-1/+0
* Revert 51520 - Up the warnings in ipcthomasvl@chromium.org2010-07-021-5/+5