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

Issue 2147493006: Adds Channel-associated interface support on ChannelProxy's thread (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@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adds Channel-associated interface support on ChannelProxy's thread This exposes a way for ChannelProxy users to associate interface factories with a ChannelProxy, allowing requests to be bound either on the proxy thread or directly on the IPC thread. BUG=612500 Committed: https://crrev.com/8d890f6ab069d8e075b3d7aeefc0b9cec7eb2b61 Cr-Commit-Position: refs/heads/master@{#405504}

Patch Set 1 : . #

Total comments: 7

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 4

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+473 lines, -36 lines) Patch
M ipc/ipc_channel.h View 2 chunks +7 lines, -0 lines 0 comments Download
M ipc/ipc_channel_mojo.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ipc/ipc_channel_mojo.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M ipc/ipc_channel_mojo_unittest.cc View 1 2 4 chunks +190 lines, -11 lines 0 comments Download
M ipc/ipc_channel_proxy.h View 6 chunks +93 lines, -0 lines 0 comments Download
M ipc/ipc_channel_proxy.cc View 1 5 chunks +78 lines, -0 lines 0 comments Download
M ipc/ipc_mojo_bootstrap.h View 2 chunks +5 lines, -0 lines 0 comments Download
M ipc/ipc_mojo_bootstrap.cc View 1 2 3 10 chunks +92 lines, -25 lines 0 comments Download

Messages

Total messages: 53 (45 generated)
Ken Rockot(use gerrit already)
https://codereview.chromium.org/2147493006/diff/20001/ipc/ipc_mojo_bootstrap.cc File ipc/ipc_mojo_bootstrap.cc (left): https://codereview.chromium.org/2147493006/diff/20001/ipc/ipc_mojo_bootstrap.cc#oldcode445 ipc/ipc_mojo_bootstrap.cc:445: CHECK(false); Forgot to remove this on the last CL. ...
4 years, 5 months ago (2016-07-13 22:56:25 UTC) #7
yzshen1
https://codereview.chromium.org/2147493006/diff/20001/ipc/ipc_channel_proxy.cc File ipc/ipc_channel_proxy.cc (right): https://codereview.chromium.org/2147493006/diff/20001/ipc/ipc_channel_proxy.cc#newcode553 ipc/ipc_channel_proxy.cc:553: context_->ipc_task_runner()->PostTask( Posting a task means the associated interface ptr ...
4 years, 5 months ago (2016-07-13 23:25:09 UTC) #13
Ken Rockot(use gerrit already)
Comments addressed. I also fixed a bug where the control_message_proxy_ was being used from the ...
4 years, 5 months ago (2016-07-14 00:39:09 UTC) #19
yzshen1
LGTM with two nits. https://codereview.chromium.org/2147493006/diff/180001/ipc/ipc_mojo_bootstrap.cc File ipc/ipc_mojo_bootstrap.cc (right): https://codereview.chromium.org/2147493006/diff/180001/ipc/ipc_mojo_bootstrap.cc#newcode439 ipc/ipc_mojo_bootstrap.cc:439: if (!control_message_handler_.Accept(message)) can we directly ...
4 years, 5 months ago (2016-07-14 15:04:04 UTC) #40
Ken Rockot(use gerrit already)
Thanks! https://codereview.chromium.org/2147493006/diff/180001/ipc/ipc_mojo_bootstrap.cc File ipc/ipc_mojo_bootstrap.cc (right): https://codereview.chromium.org/2147493006/diff/180001/ipc/ipc_mojo_bootstrap.cc#newcode439 ipc/ipc_mojo_bootstrap.cc:439: if (!control_message_handler_.Accept(message)) On 2016/07/14 at 15:04:04, yzshen1 wrote: ...
4 years, 5 months ago (2016-07-14 15:27:37 UTC) #45
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/2147493006/200001
4 years, 5 months ago (2016-07-14 16:31:43 UTC) #50
commit-bot: I haz the power
Committed patchset #4 (id:200001)
4 years, 5 months ago (2016-07-14 16:37:32 UTC) #51
commit-bot: I haz the power
4 years, 5 months ago (2016-07-14 16:39:29 UTC) #53
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8d890f6ab069d8e075b3d7aeefc0b9cec7eb2b61
Cr-Commit-Position: refs/heads/master@{#405504}

Powered by Google App Engine
This is Rietveld 408576698