summaryrefslogtreecommitdiff
path: root/ipc/ipc_sync_channel.cc
AgeCommit message (Expand)Author
2020-06-05[MessageLoop] Fix message_loop.h includesGabriel Charette
2020-06-05[MessageLoop] Fix IWYU for (SingleThread|Sequenced)TaskRunnerGabriel Charette
2020-06-05Fix race on ipc_task_runner().Sergey Kuznetsov
2020-06-05Make task runners at RTCPeerConnectionHandle in WaitableEventWatcher changeableHajime Hoshi
2020-06-05Mojofy DWriteFontProxy.Sam McNally
2020-06-05Run clang-tidy modernize-use-equals-{delete,default} on //ipcChris Watkins
2020-06-05Make IPC listener task runner changeableHajime Hoshi
2020-06-05Migrate MessageLoop::ScopedNestableTaskAllower to RunLoop::Type::kNestableTas...Gabriel Charette
2020-06-05Reland "Mojo: Allow duplicate events in SyncHandleRegistry"Ken Rockot
2020-06-05Speculatively revert "Mojo: Allow duplicate events in SyncHandleRegistry"Tarun Bansal
2020-06-05Mojo: Allow duplicate events in SyncHandleRegistryKen Rockot
2020-06-05Replace base::MakeUnique with std::make_unique in ipc/.Jeremy Roman
2020-06-05Add a dcheck to warn if someone sends a sync IPC through IPC::ChannelProxy.John Abd-El-Malek
2020-06-05Add missing IWYU message_loop.h includes.gab
2020-06-05Reland "Add enable_ipc_logging build argument"davidsz
2020-06-05Replace "nested message loop" with "nested run loop" in comments.gab
2020-06-05Convert WaitableEvent::EventCallback to OnceCallbacktzik
2020-06-05Revert of Reland "Add enable_ipc_logging build argument" (patchset #1 id:1 of...jwd
2020-06-05Reland "Add enable_ipc_logging build argument (patchset #2 id:20001 of https:...davidsz
2020-06-05Use WaitableEvents to wake up sync IPC waitingrockot
2020-06-05Revert of Add enable_ipc_logging build argument (patchset #2 id:20001 of http...rockot
2020-06-05Add enable_ipc_logging build argumentdavidsz
2020-06-05Mojo: Armed Watchersrockot
2020-06-05Require explicit selection of traits for LazyInstancescottmg
2020-06-05Tag some of Mojo heap allocations for the heap profiler.jcivelli
2020-06-05Remove MessageLoop destruction observer from mojo::Watcher.yzshen
2020-06-05Revert of Remove MessageLoop destruction observer from mojo::Watcher. (patchs...xlai
2020-06-05Remove MessageLoop destruction observer from mojo::Watcher.fdoray
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-05Remove unneeded scoped_refptr<>::get() on method bindingtzik
2020-06-05Adds sync message support to Channel-associated interfaces.rockot
2020-06-05Reland Mojo-based waiting for IPC::SyncChannelrockot
2020-06-05Remove remaining calls to deprecated MessageLoop methods.fdoray
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-05Migrate WaitableEvent to enum-based constructor in ipc/gab
2020-06-05Send input event IPCs directly from the UI threadrockot
2020-06-05Fix include path for moved thread_task_runner_handle.h header in ipc/gab
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-05Add RetainedRef uses where needed.vmpstr
2020-06-05Global conversion of Pass()→std::move() on OS==linuxdcheng