summaryrefslogtreecommitdiff
path: root/ipc/ipc_channel_mojo.cc
AgeCommit message (Expand)Author
2020-06-05Reintroduce verbose logging in IPC::Channel::Send().Wez
2020-06-05Add dependency on //mojo/public/interfaces/bindings:bindings toEve Martin-Jones
2020-06-05Duplicate SerializedHandle definition in //ipc/ipc.mojomEve Martin-Jones
2020-06-05ACCESS_VIOLATION exceptionRoman Karasev
2020-06-05Make IPC::ChannelMojo's proxy task runner changeableHajime Hoshi
2020-06-05Reland "Avoid using `isolated` wrt. AssociatedInterfaces."Balazs Engedy
2020-06-05Revert "Avoid using `isolated` wrt. AssociatedInterfaces."Alexander Timin
2020-06-05Avoid using `isolated` wrt. AssociatedInterfaces.Balazs Engedy
2020-06-05Fix ipc::ChannelMojo not to call GetWeakPtr() from multiple threads.Wez
2020-06-05Mojo Bindings: Support handles in native structsKen Rockot
2020-06-05Add missing HANDLE_EINTR macro around dup() calls.Dale Curtis
2020-06-05Replace base::MakeUnique with std::make_unique in ipc/.Jeremy Roman
2020-06-05Fuchsia: Add platform implementation for Mojo WrapAttachmentImpl.Wez
2020-06-05Remove unnecessary fields from ipc::HandleAttachmentWin.Wez
2020-06-05Rename TaskRunner::RunsTasksOnCurrentThread() in //media, //ui, //ipcpeary2
2020-06-05Make sure channel-associated interface pointers are always safe to call.yzshen
2020-06-05Mojo C++ bindings: remove usage of AssociatedGroup from ipc/yzshen
2020-06-05Mojo C++ bindings: Simplify associated interface API.yzshen
2020-06-05Fix nullptr dereference in thread-safe Channel forwardingrockot
2020-06-05Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtrrockot
2020-06-05Remove IPC::BrokerableAttachment.sammc
2020-06-05Revert of Remove IPC::BrokerableAttachment. (patchset #1 id:120001 of https:/...horo
2020-06-05Remove IPC::BrokerableAttachment.sammc
2020-06-05Remove IPC channel IDs.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-05IPC: Delete thread-safe send supportrockot
2020-06-05Adds associated interface support between RenderFrameHost and RenderFrame.rockot
2020-06-05Reworks Channel pausing behaviorrockot
2020-06-05Mojo Channel: Fix deferred proxy dispatch; support paused channelsrockot
2020-06-05Re-write many calls to WrapUnique() with MakeUnique()ricea
2020-06-05Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector typesyzshen
2020-06-05Revert of Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector...benwells
2020-06-05Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector typesyzshen
2020-06-05Revert of Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector...yzshen
2020-06-05Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector typesyzshen
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-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-05With ChannelMojo, don't error the channel on Send failure.amistry
2020-06-05Fold //ipc/mojo into //ipc.amistry