summaryrefslogtreecommitdiffstats
path: root/ipc/attachment_broker.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchs...erikchen2016-02-101-9/+0
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-101-0/+9
* ipc: AttachmentBroker dispatches notifications onto an appropriate thread.erikchen2015-11-061-12/+53
* ipc: Add a lock to guard modifications of state of the AttachmentBroker.erikchen2015-10-291-2/+13
* ipc: Move AttachmentBrokerPrivileged singleton logic into ipc/.erikchen2015-10-221-5/+0
* ipc: Move methods into AttachmentBroker interface.erikchen2015-10-211-0/+13
* ipc: Make factory methods for attachment brokers.erikchen2015-10-071-2/+3
* Reland 1: "ipc: Change the timing of the construction of the attachment broker."erikchen2015-10-021-4/+2
* Revert of ipc: Change the timing of the construction of the attachment broker...erikchen2015-09-281-1/+4
* ipc: Change the timing of the construction of the attachment broker.erikchen2015-09-251-4/+1
* ipc: Remove a CHECK to fix some memory tests.erikchen2015-09-211-1/+4
* ipc: Use a global for the process's attachment broker.erikchen2015-09-141-0/+15
* ipc: Add attachment broker code for the privileged browser process.erikchen2015-07-271-3/+21
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-271-0/+37