summaryrefslogtreecommitdiff
path: root/ipc/ipc_channel.h
AgeCommit message (Expand)Author
2020-06-05Add a generic component export macroKen Rockot
2020-06-05Avoid default arguments at IPC::Channel::CreateClient/Server and IPC::Channel...Hajime Hoshi
2020-06-05Crash when sending oversized legacy IPC messagesKen Rockot
2020-06-05Remove IPC::Channel::OutputElement in IPC::ChannelGyuyoung Kim
2020-06-05Mojo C++ Bindings: Remove redundant AssociatedInterfaceRequest APIsKen Rockot
2020-06-05Mojo C++ bindings: remove usage of AssociatedGroup from ipc/yzshen
2020-06-05Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtrrockot
2020-06-05mojo:: Rename mojo::GetProxy() to mojo::MakeRequest()blundell
2020-06-05Remove unused parts of IPC::ChannelHandle.sammc
2020-06-05Remove IPC::Endpoint.sammc
2020-06-05Remove obsolete methods from IPC::Channel and related classes.sammc
2020-06-05Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker.sammc
2020-06-05Use ChannelMojo for NaCl PPAPI channels.sammc
2020-06-05IPC: Delete thread-safe send supportrockot
2020-06-05Reworks Channel pausing behaviorrockot
2020-06-05Mojo Channel: Fix deferred proxy dispatch; support paused channelsrockot
2020-06-05Support early associated interface binding on ChannelMojorockot
2020-06-05Revert of Support early associated interface binding on ChannelMojo (patchset...msramek
2020-06-05Support early associated interface binding on ChannelMojorockot
2020-06-05Revert of Support early associated interface binding on ChannelMojo (patchset...rockot
2020-06-05Support early associated interface binding on ChannelMojorockot
2020-06-05Plumb explicit IPC task runner through to IPC::Channel creationrockot
2020-06-05Remove open-access IPC servers.sammc
2020-06-05Adds Channel-associated interface support on ChannelProxy's threadrockot
2020-06-05Adds associated interface support to IPC::Channelrockot
2020-06-05Revert of Adds associated interface support to IPC::Channel (patchset #9 id:1...rockot
2020-06-05Adds associated interface support to IPC::Channelrockot
2020-06-05Add helper function to generate a pair of ChannelHandles for ChannelMojo.amistry
2020-06-05IPC: Fix attachment brokering race condition.erikchen
2020-06-05Convert scoped_ptr to std::unique_ptr in //ipc.danakj
2020-06-05Fix a bunch of IWYU violators that don't include scoped_ptr.hDaniel Cheng
2020-06-05Change IPC::ChannelMojo to use associated interfaces.sammc
2020-06-05Removing ipc/content debugging for ResourceMsg.erikchen
2020-06-05Switch to standard integer types in ipc/.avi
2020-06-05ipc: Add debugging to verify the source of ResourceDispatcher crashes.erikchen
2020-06-05Trim IPC ChannelReader's buffer after processing large messages.dskiba
2020-06-05ipc: Plumbing for attachment brokering in ChannelPosix.erikchen
2020-06-05ipc: Remove unnecessary attachment broker plumbing.erikchen
2020-06-05Revert of Reland debugging for ipc related crash.erikchen
2020-06-04Reland of land debugging for ipc related crash. (patchset #1 id:1 of https://...erikchen
2020-06-04Revert of Reland debugging for ipc related crash. (patchset #1 id:1 of https:...erikchen
2020-06-04Reland debugging for ipc related crash.erikchen
2020-06-04Revert of Reland #2 "ipc: Add a new field num_brokered_attachments to the mes...erikchen
2020-06-04Reland #2 "ipc: Add a new field num_brokered_attachments to the message header."erikchen
2020-06-04ipc: Convert k(u)int*max types from basictypes.h to std::numeric_limits varia...tfarina
2020-06-04ipc: Add the inner class OutputElement to Channel.erikchen
2020-06-04Revert of IPC: Add attachment brokering support to the message header. (patch...erikchen
2020-06-04Reland #1: IPC: Add attachment brokering support to the message header.erikchen
2020-06-04Revert of IPC: Add attachment brokering support to the message header. (patch...ricea
2020-06-04IPC: Add attachment brokering support to the message header.erikchen