summaryrefslogtreecommitdiffstats
path: root/ipc/attachment_broker_privileged_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace base::Tuple in //ipc with std::tupletzik2016-03-081-1/+3
* ipc: Implement attachment brokering for SharedMemoryHandle on Windows.erikchen2016-01-081-2/+7
* ipc: Update Windows attachment brokering ownership semantics.erikchen2015-12-041-22/+28
* ipc: Reenable Windows attachment brokering tests.erikchen2015-12-041-0/+1
* IPC: Remove unnecessary conversions of BrokerableAttachment.erikchen2015-10-291-2/+2
* ipc: Update MachPortMac ownership semantics.erikchen2015-10-071-1/+1
* Fix another 'enumerator not handled in switch' Win-Clang warningHans Wennborg2015-10-021-0/+1
* ipc: Refactor some attachment broker classes.erikchen2015-09-241-11/+13
* Add UMA metrics to log attachment broker errors.erikchen2015-09-231-1/+5
* ipc: Make a new class PlaceholderBrokerableAttachment.erikchen2015-09-151-1/+5
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-271-5/+1
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-221-1/+5
* Revert of clang/win: Fix build after https://codereview.chromium.org/12862530...ricea2015-08-201-5/+1
* clang/win: Fix build after https://codereview.chromium.org/1286253002/Nico Weber2015-08-201-1/+5
* ipc: Add the class HandleWin.erikchen2015-08-111-4/+19
* ipc: Make a common subclass for Channel and ProxyChannel.erikchen2015-08-101-4/+3
* ipc: Create AttachmentBrokerPrivileged and AttachmentBrokerUnprivileged.erikchen2015-07-281-19/+4
* ipc: Create an unforgeable mechanism to get the process id of the sender.erikchen2015-07-281-7/+12
* ipc: Add attachment broker code for the privileged browser process.erikchen2015-07-271-0/+129