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

Issue 2137353002: Adds associated interface support to IPC::Channel (Closed)

Created:
4 years, 5 months ago by Ken Rockot(use gerrit already)
Modified:
4 years, 5 months ago
Reviewers:
yzshen1
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, jam, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@channel-bindings-1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adds associated interface support to IPC::Channel Provides a way of registering associated interface bindings with an IPC::Channel endpoint and acquiring proxies to remote interfaces on the other side. Support for this is exposed by IPC::Channel but only implemented in IPC::ChannelMojo. This is part a series of CLs to support Channel-associated interfaces. BUG=612500 Committed: https://crrev.com/dc88e5075878f16cde23b910d2ce19aa862129e4 Committed: https://crrev.com/7c6bf9577022c2d646bb6a347d6e3c93a5bb5ac6 Cr-Original-Commit-Position: refs/heads/master@{#405316} Cr-Commit-Position: refs/heads/master@{#405364}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : rebase #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : rebase #

Total comments: 1

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : enable tests on non-POSIX as well, fix IPC_EXPORT #

Patch Set 10 : fix gyp #

Patch Set 11 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+314 lines, -15 lines) Patch
M ipc/BUILD.gn View 10 2 chunks +8 lines, -0 lines 0 comments Download
M ipc/ipc.gyp View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -0 lines 0 comments Download
M ipc/ipc.mojom View 10 1 chunk +6 lines, -0 lines 0 comments Download
M ipc/ipc_channel.h View 1 2 3 4 5 6 7 8 10 3 chunks +65 lines, -0 lines 0 comments Download
M ipc/ipc_channel_common.cc View 1 2 3 4 5 6 7 10 1 chunk +4 lines, -0 lines 0 comments Download
M ipc/ipc_channel_mojo.h View 1 2 3 4 5 6 10 6 chunks +19 lines, -0 lines 0 comments Download
M ipc/ipc_channel_mojo.cc View 1 2 3 4 5 6 10 3 chunks +30 lines, -0 lines 0 comments Download
M ipc/ipc_channel_mojo_unittest.cc View 1 2 3 4 5 6 7 8 10 9 chunks +126 lines, -9 lines 0 comments Download
M ipc/ipc_message_pipe_reader.h View 1 10 4 chunks +13 lines, -1 line 0 comments Download
M ipc/ipc_message_pipe_reader.cc View 10 2 chunks +16 lines, -0 lines 0 comments Download
M ipc/ipc_mojo_bootstrap.h View 10 2 chunks +3 lines, -0 lines 0 comments Download
M ipc/ipc_mojo_bootstrap.cc View 1 2 3 4 5 6 10 3 chunks +11 lines, -0 lines 0 comments Download
A + ipc/ipc_test.mojom View 10 1 chunk +4 lines, -5 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 34 (21 generated)
Ken Rockot(use gerrit already)
And here is part 2, which adds IO-thread associated interface support to the channel. PTAL!
4 years, 5 months ago (2016-07-12 19:22:38 UTC) #7
yzshen1
The CL doesn't enforce binding associated requests synchronously at the receiving side. Is there plan ...
4 years, 5 months ago (2016-07-13 17:38:42 UTC) #8
Ken Rockot(use gerrit already)
On 2016/07/13 at 17:38:42, yzshen wrote: > The CL doesn't enforce binding associated requests synchronously ...
4 years, 5 months ago (2016-07-13 18:21:15 UTC) #11
yzshen1
On 2016/07/13 18:21:15, Ken Rockot wrote: > On 2016/07/13 at 17:38:42, yzshen wrote: > > ...
4 years, 5 months ago (2016-07-13 19:04:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2137353002/160001
4 years, 5 months ago (2016-07-13 21:49:29 UTC) #22
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 5 months ago (2016-07-13 22:43:50 UTC) #23
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/dc88e5075878f16cde23b910d2ce19aa862129e4 Cr-Commit-Position: refs/heads/master@{#405316}
4 years, 5 months ago (2016-07-13 22:46:02 UTC) #25
Ken Rockot(use gerrit already)
A revert of this CL (patchset #9 id:160001) has been created in https://codereview.chromium.org/2141253004/ by rockot@chromium.org. ...
4 years, 5 months ago (2016-07-13 22:59:24 UTC) #26
Ken Rockot(use gerrit already)
relanding with gyp fixed
4 years, 5 months ago (2016-07-13 23:12:23 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2137353002/200001
4 years, 5 months ago (2016-07-13 23:13:23 UTC) #30
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 5 months ago (2016-07-14 00:34:24 UTC) #31
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-14 00:34:43 UTC) #32
commit-bot: I haz the power
4 years, 5 months ago (2016-07-14 00:35:55 UTC) #34
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/7c6bf9577022c2d646bb6a347d6e3c93a5bb5ac6
Cr-Commit-Position: refs/heads/master@{#405364}

Powered by Google App Engine
This is Rietveld 408576698