summaryrefslogtreecommitdiffstats
path: root/ipc/attachment_broker_privileged_win_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for Attachment Brokering of IPC::Channels on multiple threads.erikchen2016-03-211-1/+1
* Replace base::Tuple in //ipc with std::tupletzik2016-03-081-4/+6
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-171-1/+1
* Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchs...erikchen2016-02-171-1/+1
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-161-1/+1
* Enable attachment brokering of SharedMemoryHandle on Windows.erikchen2016-02-031-1/+1
* Revert of Enable attachment brokering of SharedMemoryHandle on Windows. (patc...erikchen2016-01-301-1/+1
* Enable attachment brokering of SharedMemoryHandle on Windows.erikchen2016-01-191-1/+1
* Fix Win Clang -Wpessimizing-move errorHans Wennborg2016-01-081-1/+1
* ipc: Implement attachment brokering for SharedMemoryHandle on Windows.erikchen2016-01-081-32/+102
* ipc: Update Windows attachment brokering ownership semantics.erikchen2015-12-041-6/+26
* ipc: Reenable Windows attachment brokering tests.erikchen2015-12-041-5/+5
* ipc: AttachmentBroker dispatches notifications onto an appropriate thread.erikchen2015-11-061-1/+1
* IPC: Remove unnecessary conversions of BrokerableAttachment.erikchen2015-10-291-2/+3
* ipc: Write end-to-end tests for SharedMemoryHandle brokering on Mac.erikchen2015-10-121-1/+0
* ipc: Update MachPortMac ownership semantics.erikchen2015-10-071-1/+1
* ipc: Make factory methods for attachment brokers.erikchen2015-10-071-2/+0
* ipc: Extend attachment broker unit tests.erikchen2015-09-251-62/+193
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-241-1/+1
* ipc: Use a global for the process's attachment broker.erikchen2015-09-141-1/+2
* ipc: Temporarily disable attachment broker end-to-end tests.erikchen2015-09-041-4/+5
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-271-192/+63
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-221-63/+192
* Revert of IPC: Add attachment brokering support to the message header. (patch...ricea2015-08-201-154/+59
* IPC: Add attachment brokering support to the message header.erikchen2015-08-201-59/+154
* ipc: Add the class HandleWin.erikchen2015-08-111-1/+30
* ipc: Make a common subclass for Channel and ProxyChannel.erikchen2015-08-101-1/+1
* Reland #1: Clean up interface of attachment broker.erikchen2015-07-301-1/+4
* Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001...avi2015-07-301-4/+1
* ipc: Clean up interface of attachment broker.erikchen2015-07-301-1/+4
* ipc: Create AttachmentBrokerPrivileged and AttachmentBrokerUnprivileged.erikchen2015-07-281-7/+9
* ipc: Add attachment broker code for the privileged browser process.erikchen2015-07-271-0/+397