summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Fix racy crash in Mandoline child processes.jam2015-11-121-2/+2
* mac: The attachment broker waits for the port provider before brokering.erikchen2015-11-117-91/+428
* include what you use: errno.h and string.h in ipc_channel_posix_unittest.ccmostynb2015-11-071-0/+2
* ipc: AttachmentBroker dispatches notifications onto an appropriate thread.erikchen2015-11-066-18/+98
* Make sure IPC deserialization isn't O(n^2) in the message size.thakis2015-11-061-1/+2
* Kills TraceTicks, which was functionally the same as TimeTickscharliea2015-11-052-30/+0
* arc-bridge: Add IPC message definitionslhchavez2015-11-051-0/+2
* Android Webview IPC-based sync compositingboliu2015-11-051-0/+1
* ipc: Add more UMA metrics for AttachmentBrokerUnprivileged.erikchen2015-11-042-1/+7
* Trim IPC ChannelReader's buffer after processing large messages.dskiba2015-11-044-5/+218
* Change VLOGs in ipc::SyncChannel to DVLOGs.bauerb2015-11-031-8/+5
* ipc: Make MessageAttachment inherit from RefCountedThreadSafe.erikchen2015-10-302-3/+3
* ipc: Add ParamTraits<signed char>ortuno2015-10-302-0/+26
* ipc: Add a lock to guard modifications of state of the AttachmentBroker.erikchen2015-10-294-3/+24
* IPC: Remove unnecessary conversions of BrokerableAttachment.erikchen2015-10-2918-47/+48
* Revert "Temporarily add UMA histogram for IPC message sizes."dskiba2015-10-291-4/+0
* ipc: Add UMA metrics for all possible errors during attachment brokering.erikchen2015-10-273-9/+25
* Build nacl_helper_nonsfi with GNphosek2015-10-271-2/+3
* Reland 1: "mac: Add auto-close and share-read-only functionality to SharedMem...erikchen2015-10-245-5/+179
* Revert of mac: Add auto-close and share-read-only functionality to SharedMemo...erikchen2015-10-235-179/+5
* mac: Add auto-close and share-read-only functionality to Mach based SharedMem...erikchen2015-10-235-5/+179
* ipc: Move AttachmentBrokerPrivileged singleton logic into ipc/.erikchen2015-10-228-57/+89
* ipc: Allow attachment broker messages to be processed out of order.erikchen2015-10-216-85/+204
* ipc: Move methods into AttachmentBroker interface.erikchen2015-10-216-24/+57
* ipc: Fix minor bug in ChannelProxy.erikchen2015-10-211-0/+2
* mac: Make Mach port scopers better ScopedGenericsmark2015-10-204-30/+44
* Revert of ipc: Add a member to IPC::Message::Header on Windows. (patchset #1 ...erikchen2015-10-202-4/+3
* Fold IPCSupportInitializer::ForceShutdown() with ShutDown().amistry2015-10-202-22/+13
* ipc: Add a member to IPC::Message::Header on Windows.erikchen2015-10-192-3/+4
* Make ipc_tests and ipc_perftests run on Androidpkotwicz2015-10-161-83/+80
* Temporarily add UMA histogram for IPC message sizes.dskiba2015-10-141-0/+5
* Isolate ipc_tests_apk.stip2015-10-132-1/+38
* ipc: Write end-to-end tests for SharedMemoryHandle brokering on Mac.erikchen2015-10-1210-12/+888
* ipc: Move Mac test utilities into their own file.erikchen2015-10-125-99/+163
* Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/ki.stfu2015-10-128-25/+24
* ipc: Refactor and fix a bug in AttachmentBrokerPrivilegedMac.erikchen2015-10-123-65/+147
* Revert "Add more tracking detail to Mojo async waits."rockot2015-10-121-1/+1
* ipc: Make a separate vector for brokerable attachments.erikchen2015-10-107-79/+184
* ipc: Add missing includes for USE_ATTACHMENT_BROKER.erikchen2015-10-102-5/+7
* ipc: Add BrokerableAttachmentMac.erikchen2015-10-097-4/+43
* ipc: Implement MachPortMac serialization.erikchen2015-10-092-4/+23
* ipc: Update MachPortMac ownership semantics.erikchen2015-10-0720-36/+117
* ipc: Make factory methods for attachment brokers.erikchen2015-10-076-8/+63
* ipc: Initialize a struct member passed to mach_msg().erikchen2015-10-061-0/+1
* ipc: Plumbing for attachment brokering in ChannelPosix.erikchen2015-10-064-38/+155
* ipc: Write privileged and unprivileged attachment brokers for Mac.erikchen2015-10-069-0/+1020
* Detecting and fixing stringprintf.h format bugsbrucedawson2015-10-062-2/+2
* Add more tracking detail to Mojo async waits.rockot2015-10-061-1/+1
* Presubmit fixes from r352123 since presubmit scripts crashed in it.jam2015-10-031-1/+1
* Fix build errors from r478251.jam2015-10-031-1/+0