| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/ | ki.stfu | 2015-10-12 | 1 | -2/+2 |
* | ipc: Remove unnecessary attachment broker plumbing. | erikchen | 2015-09-24 | 1 | -1/+1 |
* | ipc: Convert k(u)int*max types from basictypes.h to std::numeric_limits varia... | tfarina | 2015-09-11 | 1 | -2/+3 |
* | ipc: Convert int types from basictypes.h to the ones from stdint.h | tfarina | 2015-09-04 | 1 | -10/+12 |
* | Remove Android filter file for ipc_tests. | tfarina | 2015-07-28 | 1 | -4/+24 |
* | IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. | erikchen | 2015-06-16 | 1 | -2/+1 |
* | Change most uses of Pickle to base::Pickle | brettw | 2015-06-03 | 1 | -7/+7 |
* | Cleanup: Remove wstring methods from base::Pickle. | thestig | 2015-03-11 | 1 | -24/+27 |
* | Remove deprecated methods from Pickle. | avi | 2014-12-28 | 1 | -5/+5 |
* | Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h... | avi | 2014-12-28 | 1 | -5/+5 |
* | Remove deprecated methods from Pickle. | Avi Drissman | 2014-12-22 | 1 | -5/+5 |
* | Standardize usage of virtual/override/final in ipc/ | dcheng | 2014-10-22 | 1 | -2/+2 |
* | Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id... | dcheng | 2014-10-21 | 1 | -2/+2 |
* | Standardize usage of virtual/override/final in ipc/ | dcheng | 2014-10-21 | 1 | -2/+2 |
* | replace OVERRIDE and FINAL with override and final in ipc/ | mostynb | 2014-10-07 | 1 | -2/+2 |
* | Introduce IPC::Channel::Create*() to ensure it being heap-allocated. | morrita@chromium.org | 2014-05-30 | 1 | -5/+5 |
* | Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..." | mattm@chromium.org | 2014-05-29 | 1 | -5/+5 |
* | Introduce IPC::Channel::Create*() to ensure it being heap-allocated. | morrita@chromium.org | 2014-05-29 | 1 | -5/+5 |
* | Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th... | jam@chromium.org | 2014-05-16 | 1 | -65/+0 |
* | Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 | bbudge@chromium.org | 2013-11-04 | 1 | -11/+16 |
* | Remove unused IPC::Message priority. | bbudge@chromium.org | 2013-10-28 | 1 | -16/+11 |
* | Use a direct include of the message_loop header in dbus/, device/, extensions... | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | ipc: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-30 | 1 | -5/+5 |
* | Linux/ChromeOS Chromium style checker cleanup, ipc/ edition. | rsleevi@chromium.org | 2013-02-06 | 1 | -2/+2 |
* | Refactor (many) IPC tests, notably most of the multiprocess tests. | viettrungluu@chromium.org | 2013-01-25 | 1 | -56/+46 |
* | More IPC test header cleanup. | viettrungluu@chromium.org | 2013-01-15 | 1 | -1/+0 |
* | Move IPC tests into anonymous namespaces. | viettrungluu@chromium.org | 2013-01-11 | 1 | -2/+6 |
* | Make ipc_tests file structure a little saner and add an ipc_perftests target. | viettrungluu@chromium.org | 2013-01-11 | 1 | -2/+2 |
* | Switch to TimeDelta interfaces for process waiting functions in net and ipc. | tedvessenes@gmail.com | 2012-07-11 | 1 | -3/+6 |
* | Make GlobalDescriptors::MaybeGet return -1 when the key is not found. | jcivelli@chromium.org | 2012-06-27 | 1 | -1/+2 |
* | Separate out IPC::Message::Sender and Channel::Listener into a separate class. | brettw@chromium.org | 2012-06-11 | 1 | -3/+3 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 1 | -7/+7 |
* | Convert use of int ms to TimeDelta in files owned by jeremy. | tedvessenes@gmail.com | 2012-01-13 | 1 | -4/+4 |
* | Android IPC changes. | jrg@chromium.org | 2011-11-04 | 1 | -0/+4 |
* | Add a gyp flag to enable dcheck by default in release without | nsylvain@chromium.org | 2011-09-20 | 1 | -3/+3 |
* | Add support for exporting IPC messages from component DLLs. | darin@chromium.org | 2011-08-26 | 1 | -45/+24 |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 1 | -4/+4 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -2/+4 |
* | ipc: Simplify the magic required to create IPC message headers.This gets rid ... | jam@chromium.org | 2010-12-08 | 1 | -2/+1 |
* | ipc_channel: warn if someone forgets to check the result of Connect() | evan@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | Reapplies all the IPC system work (reverts the revert r56272). | erg@google.com | 2010-08-17 | 1 | -0/+1 |
* | Completely revert all my IPC work to see if this was what regressed the page ... | erg@google.com | 2010-08-17 | 1 | -1/+0 |
* | FBTF: Reapplies r55259, the first new IPC definition patch. | erg@google.com | 2010-08-10 | 1 | -0/+1 |
* | Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO... | pinkerton@google.com | 2010-08-09 | 1 | -1/+0 |
* | FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. | erg@google.com | 2010-08-06 | 1 | -0/+1 |
* | Add undeclared virtual destructors part 5 | ziadh@chromium.org | 2010-08-02 | 1 | -0/+2 |
* | Up the warnings in ipc (take 2) | thomasvl@google.com | 2010-07-23 | 1 | -5/+5 |
* | Remove <iostream> where possible. | erg@google.com | 2010-07-20 | 1 | -1/+0 |
* | Revert 51520 - Up the warnings in ipc | thomasvl@chromium.org | 2010-07-02 | 1 | -5/+5 |
* | Up the warnings in ipc | thomasvl@google.com | 2010-07-02 | 1 | -5/+5 |