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

Issue 2047233002: Support using a Mojo message pipe in a ChannelHandle. (Closed)

Created:
4 years, 6 months ago by Anand Mistry (off Chromium)
Modified:
4 years, 5 months ago
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@mojo-handle-attachemnt-public-api
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support using a Mojo message pipe in a ChannelHandle. BUG=604282 Committed: https://crrev.com/3618252c6bdc743f469b163c5b813d92ea6a064f Cr-Commit-Position: refs/heads/master@{#402121}

Patch Set 1 #

Patch Set 2 : gyp #

Patch Set 3 : jhghjuhghjkjhgv #

Patch Set 4 : build #

Patch Set 5 : rebase #

Patch Set 6 : Add test. #

Patch Set 7 : Rebase #

Patch Set 8 : add channelfactory support #

Patch Set 9 : rebase #

Patch Set 10 : rebase and support channel::create #

Patch Set 11 : rebase #

Total comments: 4

Patch Set 12 : comment #

Total comments: 6

Patch Set 13 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -8 lines) Patch
M ipc/ipc_channel_common.cc View 1 2 3 4 5 6 7 8 9 3 chunks +11 lines, -0 lines 0 comments Download
M ipc/ipc_channel_factory.cc View 1 2 3 4 5 6 7 2 chunks +5 lines, -0 lines 0 comments Download
M ipc/ipc_channel_handle.h View 1 2 3 4 3 chunks +3 lines, -0 lines 0 comments Download
M ipc/ipc_message_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +8 lines, -2 lines 0 comments Download
M ipc/ipc_message_utils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +24 lines, -0 lines 0 comments Download
M ipc/ipc_mojo_param_traits.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -4 lines 0 comments Download
M ipc/ipc_mojo_param_traits.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +9 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 15 (5 generated)
Anand Mistry (off Chromium)
4 years, 6 months ago (2016-06-15 04:52:16 UTC) #2
Ken Rockot(use gerrit already)
Sorry, I don't know how I missed this. Note that I think tsepez is OOO ...
4 years, 6 months ago (2016-06-23 15:03:16 UTC) #3
Anand Mistry (off Chromium)
-tsepez, +dcheng for security.
4 years, 6 months ago (2016-06-23 20:16:26 UTC) #5
dcheng
https://codereview.chromium.org/2047233002/diff/200001/ipc/ipc_message_utils.cc File ipc/ipc_message_utils.cc (right): https://codereview.chromium.org/2047233002/diff/200001/ipc/ipc_message_utils.cc#newcode1021 ipc/ipc_message_utils.cc:1021: static_cast<IPC::Message*>(m), p.mojo_handle); Why does this need the explicit static_cast? ...
4 years, 6 months ago (2016-06-24 07:50:48 UTC) #6
Anand Mistry (off Chromium)
https://codereview.chromium.org/2047233002/diff/200001/ipc/ipc_message_utils.cc File ipc/ipc_message_utils.cc (right): https://codereview.chromium.org/2047233002/diff/200001/ipc/ipc_message_utils.cc#newcode1021 ipc/ipc_message_utils.cc:1021: static_cast<IPC::Message*>(m), p.mojo_handle); On 2016/06/24 07:50:48, dcheng wrote: > Why ...
4 years, 5 months ago (2016-06-27 00:46:24 UTC) #7
dcheng
lgtm with nits https://codereview.chromium.org/2047233002/diff/220001/ipc/ipc_message_utils.cc File ipc/ipc_message_utils.cc (right): https://codereview.chromium.org/2047233002/diff/220001/ipc/ipc_message_utils.cc#newcode1041 ipc/ipc_message_utils.cc:1041: ParamTraits<mojo::MessagePipeHandle>::Log(p.mojo_handle, l); Can this just be ...
4 years, 5 months ago (2016-06-27 01:55:32 UTC) #8
Anand Mistry (off Chromium)
https://codereview.chromium.org/2047233002/diff/220001/ipc/ipc_message_utils.cc File ipc/ipc_message_utils.cc (right): https://codereview.chromium.org/2047233002/diff/220001/ipc/ipc_message_utils.cc#newcode1041 ipc/ipc_message_utils.cc:1041: ParamTraits<mojo::MessagePipeHandle>::Log(p.mojo_handle, l); On 2016/06/27 01:55:32, dcheng wrote: > Can ...
4 years, 5 months ago (2016-06-27 02:40:43 UTC) #9
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/2047233002/240001
4 years, 5 months ago (2016-06-27 05:23:52 UTC) #12
commit-bot: I haz the power
Committed patchset #13 (id:240001)
4 years, 5 months ago (2016-06-27 06:35:02 UTC) #13
commit-bot: I haz the power
4 years, 5 months ago (2016-06-27 06:36:35 UTC) #15
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/3618252c6bdc743f469b163c5b813d92ea6a064f
Cr-Commit-Position: refs/heads/master@{#402121}

Powered by Google App Engine
This is Rietveld 408576698