summaryrefslogtreecommitdiff
path: root/ipc/ipc_channel_mojo.h
AgeCommit message (Expand)Author
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-05Add a generic component export macroKen Rockot
2020-06-05ACCESS_VIOLATION exceptionRoman Karasev
2020-06-05Avoid default arguments at IPC::Channel::CreateClient/Server and IPC::Channel...Hajime Hoshi
2020-06-05Make IPC::ChannelMojo's proxy task runner changeableHajime Hoshi
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-05Remove uses NON_EXPORTED_BASE now that it's a no-op.Nico Weber
2020-06-05Remove ScopedVector from ipc/.leon.han
2020-06-05Mojo C++ bindings: remove usage of AssociatedGroup from ipc/yzshen
2020-06-05Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtrrockot
2020-06-05Remove IPC::Endpoint.sammc
2020-06-05Remove obsolete methods from IPC::Channel and related classes.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-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-05Fold //ipc/mojo into //ipc.amistry