summaryrefslogtreecommitdiffstats
path: root/ipc/attachment_broker_mac_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace base::Tuple in //ipc with std::tupletzik2016-03-081-7/+9
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-171-2/+2
* Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchs...erikchen2016-02-171-2/+2
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-161-2/+2
* ipc: Update Mach port attachment ownership semantics.erikchen2016-01-061-1/+3
* Switch to standard integer types in ipc/.avi2015-12-221-0/+1
* reland 1: Add basic memory usage tests for attachment brokering.erikchen2015-11-241-3/+180
* Revert of ipc: Add basic memory usage tests for attachment brokering. (patchs...dcheng2015-11-211-169/+3
* ipc: Add basic memory usage tests for attachment brokering.erikchen2015-11-201-3/+169
* mac: The attachment broker waits for the port provider before brokering.erikchen2015-11-111-16/+136
* ipc: AttachmentBroker dispatches notifications onto an appropriate thread.erikchen2015-11-061-2/+8
* IPC: Remove unnecessary conversions of BrokerableAttachment.erikchen2015-10-291-2/+3
* Reland 1: "mac: Add auto-close and share-read-only functionality to SharedMem...erikchen2015-10-241-5/+130
* Revert of mac: Add auto-close and share-read-only functionality to SharedMemo...erikchen2015-10-231-130/+5
* mac: Add auto-close and share-read-only functionality to Mach based SharedMem...erikchen2015-10-231-5/+130
* ipc: Move AttachmentBrokerPrivileged singleton logic into ipc/.erikchen2015-10-221-3/+4
* ipc: Allow attachment broker messages to be processed out of order.erikchen2015-10-211-8/+70
* ipc: Move methods into AttachmentBroker interface.erikchen2015-10-211-1/+1
* mac: Make Mach port scopers better ScopedGenericsmark2015-10-201-5/+7
* ipc: Write end-to-end tests for SharedMemoryHandle brokering on Mac.erikchen2015-10-121-0/+838