summaryrefslogtreecommitdiff
path: root/ipc/ipc_sync_message.h
AgeCommit message (Expand)Author
2020-06-05Reduce includes of windows.hBruce Dawson
2020-06-05Mojo Bindings: Support handles in native structsKen Rockot
2020-06-05Use WaitableEvents to wake up sync IPC waitingrockot
2020-06-05Reland Mojo-based waiting for IPC::SyncChannelrockot
2020-06-05Revert Mojo-based SyncChannel waiting againrockot
2020-06-05Implements Mojo-based waiting for IPC::SyncChannelrockot
2020-06-05Revert IPC SyncChannel to base::WaitableEvent waitingrockot
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-05Convert scoped_ptr to std::unique_ptr in //ipc.danakj
2020-06-05Switch to standard integer types in ipc/.avi
2020-06-04ipc: Remove basictypes.h includes.tfarina
2020-06-04ipc: Convert int types from basictypes.h to the ones from stdint.htfarina
2020-06-04Move Pickle to base namespace.brettw
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-04Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org
2020-06-04Remove unused IPC::Message priority.bbudge@chromium.org
2020-06-04Remove the rest of #pragma once in one big CL.ajwong@chromium.org
2020-06-04Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org
2020-06-04Fix memory leak if user of IPC::SyncMessage never calls GetReplyDeserializer().dmichael@chromium.org
2020-06-04Create ipc.dll.darin@chromium.org
2020-06-04`#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org
2020-06-04Allow synchronous messages to be sent from threads other than the main thread...jabdelmalek@google.com
2020-06-04Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org
2020-06-04Added new IPC message class for CommandBuffer.apatrick@google.com
2020-06-04Revert "Fix a ton of compiler warnings."tony@chromium.org
2020-06-04Fix a ton of compiler warnings.estade@chromium.org
2020-06-04Split the IPC code into ipc/agl@chromium.org
2020-06-04Revert "Move IPC code to ipc/"agl@chromium.org
2020-06-04Move IPC code to ipc/agl@chromium.org