summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Revert of ipc: Add a new field num_brokered_attachments to the message header...erikchen2015-09-012-19/+0
* ipc: Add a new field num_brokered_attachments to the message header.erikchen2015-08-312-0/+19
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-2731-650/+181
* Sync GN tests with GYP.brettw2015-08-251-1/+2
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-241-0/+1
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...rockot2015-08-231-1/+0
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-221-0/+1
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...yosin2015-08-221-1/+0
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-221-0/+1
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-2231-181/+650
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chrom...rockot2015-08-211-1/+3
* Revert of IPC: Add attachment brokering support to the message header. (patch...ricea2015-08-2029-602/+175
* Revert of clang/win: Fix build after https://codereview.chromium.org/12862530...ricea2015-08-202-10/+2
* clang/win: Fix build after https://codereview.chromium.org/1286253002/Nico Weber2015-08-202-2/+10
* IPC: Add attachment brokering support to the message header.erikchen2015-08-2029-175/+602
* Migrate IPC to use Flow API v2.yuhaoz2015-08-186-22/+31
* Re-enable ChannelMojorockot2015-08-181-3/+1
* Fix a few typos in the IPC message macros documentationphilipj2015-08-121-6/+6
* ipc: Add the class HandleWin.erikchen2015-08-1111-14/+179
* ipc: Make a common subclass for Channel and ProxyChannel.erikchen2015-08-1013-80/+123
* Revert of Re-enable ChannelMojo. (patchset #1 id:40001 of https://codereview....rockot2015-08-081-1/+3
* Re-enable ChannelMojo.rockot2015-08-081-3/+1
* Complete SyncMessageFilter initialization after SyncChannel initializationrockot2015-08-075-1/+32
* Revert of Re-enable ChannelMojo (patchset #1 id:20001 of https://codereview.c...hiroshige2015-08-061-1/+3
* Re-enable ChannelMojorockot2015-08-061-3/+1
* Let IPC::SyncMessageFilter take advantage of thread-safe Send.rockot2015-08-067-10/+43
* Remove dmichael/teravest from OWNERSraymes2015-08-041-3/+0
* ipc: Allow ChannelProxy to be set as a channel endpoint.erikchen2015-07-314-1/+28
* Reland #1: Clean up interface of attachment broker.erikchen2015-07-3014-5/+64
* Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001...avi2015-07-3014-62/+4
* ipc: Clean up interface of attachment broker.erikchen2015-07-3014-4/+62
* Revert of Re-enable ChannelMojo (patchset #1 id:80001 of https://codereview.c...rockot2015-07-291-1/+3
* Re-enable ChannelMojorockot2015-07-291-3/+1
* Hold message in SyncMessageFilter before initboliu2015-07-292-13/+27
* ipc: Create AttachmentBrokerPrivileged and AttachmentBrokerUnprivileged.erikchen2015-07-2814-87/+193
* ipc: Create an unforgeable mechanism to get the process id of the sender.erikchen2015-07-2815-18/+48
* Remove Android filter file for ipc_tests.tfarina2015-07-289-24/+141
* ipc: Add attachment broker code for the privileged browser process.erikchen2015-07-2719-89/+733
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-2724-69/+575
* ipc: Move BasicMessageTest into ipc_message_unittest.cctfarina2015-07-272-33/+32
* Use thread-safe send when using Mojo.jam2015-07-231-1/+1
* Add ipc ParamTraits for StackVectormiletus2015-07-232-0/+53
* Add GN isolate support for a bunch of unittests.dpranke2015-07-221-0/+7
* Remove ForwardingMessageFilter.mvanouwerkerk2015-07-214-131/+0
* ipc: Remove the ability to override the listener task runnerskyostil2015-07-212-23/+0
* Add IPC and Windows message map macro blocks to .clang-format optionsDaniel Cheng2015-07-161-3/+3
* Make attachment broker a subclass of IPC::Listener.erikchen2015-07-1511-3/+116
* ChannelPosix: Robustly close FDs of deleting messages.morrita2015-07-101-0/+1
* Fix unused private fields errors in ipc/mojo/.mlamouri2015-07-102-3/+1