Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Issue 2072393003: Implements Mojo-based waiting for IPC::SyncChannel (Closed)

Created:
4 years, 6 months ago by Ken Rockot(use gerrit already)
Modified:
4 years, 6 months ago
Reviewers:
jam
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implements Mojo-based waiting for IPC::SyncChannel Changes SyncChannel et al to use Mojo message pipe handles and mojo::SyncHandleRegistry for sync waiting in lieu of base::WaitableEvent. This is necessary to support sync Mojo interface messages without risk of deadlock. BUG=612500 Committed: https://crrev.com/64e65de0553abe1c870978ec4dee77da14d93d9e Cr-Commit-Position: refs/heads/master@{#401090}

Patch Set 1 : . #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+368 lines, -177 lines) Patch
M ipc/ipc_sync_channel.h View 7 chunks +28 lines, -16 lines 0 comments Download
M ipc/ipc_sync_channel.cc View 19 chunks +171 lines, -97 lines 1 comment Download
M ipc/ipc_sync_message.h View 4 chunks +12 lines, -25 lines 0 comments Download
M ipc/ipc_sync_message.cc View 3 chunks +1 line, -22 lines 0 comments Download
M ipc/ipc_sync_message_filter.h View 4 chunks +24 lines, -3 lines 0 comments Download
M ipc/ipc_sync_message_filter.cc View 7 chunks +130 lines, -12 lines 0 comments Download
M ipc/mojo_event.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
Ken Rockot(use gerrit already)
Please take a look. This is a reland of the bits that were reverted last ...
4 years, 6 months ago (2016-06-21 17:34:57 UTC) #6
jam
lgtm https://codereview.chromium.org/2072393003/diff/80001/ipc/ipc_sync_channel.cc File ipc/ipc_sync_channel.cc (right): https://codereview.chromium.org/2072393003/diff/80001/ipc/ipc_sync_channel.cc#newcode57 ipc/ipc_sync_channel.cc:57: // be cleaned up when no longer in ...
4 years, 6 months ago (2016-06-21 20:09:05 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2072393003/80001
4 years, 6 months ago (2016-06-21 20:12:57 UTC) #9
Ken Rockot(use gerrit already)
On 2016/06/21 at 20:09:05, jam wrote: > lgtm > > https://codereview.chromium.org/2072393003/diff/80001/ipc/ipc_sync_channel.cc > File ipc/ipc_sync_channel.cc (right): ...
4 years, 6 months ago (2016-06-21 20:15:42 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:80001)
4 years, 6 months ago (2016-06-21 20:18:08 UTC) #11
commit-bot: I haz the power
4 years, 6 months ago (2016-06-21 20:21:15 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/64e65de0553abe1c870978ec4dee77da14d93d9e
Cr-Commit-Position: refs/heads/master@{#401090}

Powered by Google App Engine
This is Rietveld 408576698