summaryrefslogtreecommitdiffstats
path: root/ipc/attachment_broker.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for Attachment Brokering of IPC::Channels on multiple threads.erikchen2016-03-211-1/+6
* ipc: Add out-of-line copy ctors for complex classes.vmpstr2016-02-241-0/+1
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-171-0/+8
* Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchs...erikchen2016-02-171-8/+0
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-161-0/+8
* Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchs...erikchen2016-02-101-7/+0
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-101-0/+7
* Switch to standard integer types in ipc/.avi2015-12-221-0/+1
* ipc: AttachmentBroker dispatches notifications onto an appropriate thread.erikchen2015-11-061-2/+27
* ipc: Add a lock to guard modifications of state of the AttachmentBroker.erikchen2015-10-291-0/+7
* IPC: Remove unnecessary conversions of BrokerableAttachment.erikchen2015-10-291-2/+4
* ipc: Move AttachmentBrokerPrivileged singleton logic into ipc/.erikchen2015-10-221-25/+0
* ipc: Move methods into AttachmentBroker interface.erikchen2015-10-211-0/+36
* ipc: Add BrokerableAttachmentMac.erikchen2015-10-091-1/+1
* ipc: Update MachPortMac ownership semantics.erikchen2015-10-071-1/+1
* ipc: Use a global for the process's attachment broker.erikchen2015-09-141-0/+6
* ipc: Create AttachmentBrokerPrivileged and AttachmentBrokerUnprivileged.erikchen2015-07-281-2/+4
* ipc: Add attachment broker code for the privileged browser process.erikchen2015-07-271-4/+25
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-271-6/+35
* Make attachment broker a subclass of IPC::Listener.erikchen2015-07-151-2/+3
* Stub in more IPC attachment brokering functionality.erikchen2015-07-071-1/+2
* IPC: Add new classes required for attachment brokering.erikchen2015-06-161-0/+52