summaryrefslogtreecommitdiff
path: root/ipc/ipc_sync_channel.h
AgeCommit message (Expand)Author
2020-06-05Add a generic component export macroKen Rockot
2020-06-05Make IPC listener task runner changeableHajime Hoshi
2020-06-05Convert std::deque to base::circular_deque.Brett Wilson
2020-06-05Replace "nested message loop" with "nested run loop" in comments.gab
2020-06-05Use WaitableEvents to wake up sync IPC waitingrockot
2020-06-05Mojo: Armed Watchersrockot
2020-06-05Reworks Channel pausing behaviorrockot
2020-06-05Mojo Channel: Fix deferred proxy dispatch; support paused channelsrockot
2020-06-05Reland Mojo-based waiting for IPC::SyncChannelrockot
2020-06-05Revert Mojo-based SyncChannel waiting againrockot
2020-06-05Simplify SyncChannel message pumping eventrockot
2020-06-05Implements Mojo-based waiting for IPC::SyncChannelrockot
2020-06-05Revert IPC SyncChannel to base::WaitableEvent waitingrockot
2020-06-05Revert "Send input event IPCs directly from the UI thread"rockot
2020-06-05Use Mojo pipes to signal sync IPC eventsrockot
2020-06-05Revert of Use Mojo pipes to signal sync IPC events (patchset #30 id:760001 of...tommycli
2020-06-05Use Mojo pipes to signal sync IPC eventsrockot
2020-06-05Send input event IPCs directly from the UI threadrockot
2020-06-05Convert scoped_ptr to std::unique_ptr in //ipc.danakj
2020-06-05Add tracing events to track the synchronous IPC blockertzik
2020-06-05ipc: Remove unnecessary attachment broker plumbing.erikchen
2020-06-04ipc: Remove basictypes.h includes.tfarina
2020-06-04Complete SyncMessageFilter initialization after SyncChannel initializationrockot
2020-06-04Let IPC::SyncMessageFilter take advantage of thread-safe Send.rockot
2020-06-04IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen
2020-06-04Standardize usage of virtual/override/final in ipc/dcheng
2020-06-04Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng
2020-06-04Standardize usage of virtual/override/final in ipc/dcheng
2020-06-04replace OVERRIDE and FINAL with override and final in ipc/mostynb
2020-06-04Manual fixups for scoped_refptr operator T* removal in ipc/dcheng
2020-06-04Introduce ChannelMojomorrita@chromium.org
2020-06-04Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org
2020-06-04Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org
2020-06-04Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org
2020-06-04Remove SyncChannel::SendWithTimeoutpiman@chromium.org
2020-06-04Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org
2020-06-04Refactor: Simplify WaitableEventWatcher.teravest@chromium.org
2020-06-04Revert 179987dmichael@chromium.org
2020-06-04Refactor: Simplify WaitableEventWatcher.teravest@chromium.org
2020-06-04Remove the rest of #pragma once in one big CL.ajwong@chromium.org
2020-06-04Cleanup IPC::ChannelProxy to use SingleThreadTaskRunnersergeyu@chromium.org
2020-06-04Remove Message::Sender and Channel::Listener typedefs.brettw@chromium.org
2020-06-04IPC: change sync channel dispatch restriction to allow dispatch to other chan...piman@chromium.org
2020-06-04Add OVERRIDE to ipc/.avi@chromium.org
2020-06-04Allow proxy channels to be created without initializing the underlying channel.kkania@chromium.org
2020-06-04Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org
2020-06-04Create ipc.dll.darin@chromium.org
2020-06-04Virtual destructors should have virtual keyword.hans@chromium.org
2020-06-04Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org
2020-06-04Add additional comments to the sync channel.brettw@chromium.org