summaryrefslogtreecommitdiffstats
path: root/ipc/handle_attachment_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix failing tests with ChannelMojo enabled.sammc2016-03-101-0/+4
* Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 ...tsergeant2016-03-101-4/+0
* Fix failing tests with ChannelMojo enabled.sammc2016-03-101-0/+4
* ipc: Implement attachment brokering for SharedMemoryHandle on Windows.erikchen2016-01-081-8/+14
* ipc: Update Windows attachment brokering ownership semantics.erikchen2015-12-041-3/+5
* ipc: Refactor some attachment broker classes.erikchen2015-09-241-6/+2
* ipc: Make a new class PlaceholderBrokerableAttachment.erikchen2015-09-151-15/+2
* ipc: Move //crypto dependency into a Windows-only file.erikchen2015-09-151-18/+1
* Remove dependency on //crypto in //ipc, except on windows.Sergey Ulanov2015-09-141-1/+18
* Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen2015-08-271-2/+15
* Reland #1: IPC: Add attachment brokering support to the message header.erikchen2015-08-221-15/+2
* Revert of IPC: Add attachment brokering support to the message header. (patch...ricea2015-08-201-2/+15
* IPC: Add attachment brokering support to the message header.erikchen2015-08-201-15/+2
* ipc: Add the class HandleWin.erikchen2015-08-111-5/+9
* ipc: Add attachment broker code for the privileged browser process.erikchen2015-07-271-4/+2
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-271-1/+19
* Make attachment broker a subclass of IPC::Listener.erikchen2015-07-151-0/+5
* Stub in more IPC attachment brokering functionality.erikchen2015-07-071-0/+34