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

Issue 1051443003: Implement IPC::ParamTraits<mojo::MessagePipeHandle> (Closed)

Created:
5 years, 8 months ago by Hajime Morrita
Modified:
5 years, 8 months ago
Reviewers:
viettrungluu
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement IPC::ParamTraits<mojo::MessagePipeHandle> This allows MessagePipeHandle to be an IPC message member. Note that this assumes underlying channel being a ChannelMojo and can be used in content/ only after ChannelMojo settles. BUG=448190 TEST=IPCChannelMojoTest.ParamTrait* R=viettrungluu@chromium.org Committed: https://crrev.com/5656ae68841a3e3ddaac75cf2983d9052d71d0d5 Cr-Commit-Position: refs/heads/master@{#323265} Committed: https://crrev.com/2b85d21119ce534940ccd2ff57727cd4b428081c Cr-Commit-Position: refs/heads/master@{#323370} Committed: https://crrev.com/438a2eedbb124eb3fc41ea17a4701eb7d3869af3 Cr-Commit-Position: refs/heads/master@{#323629}

Patch Set 1 #

Patch Set 2 : Fixed build errors #

Total comments: 6

Patch Set 3 : Update #

Patch Set 4 : Fixing errors on Windows #

Patch Set 5 : Made tests work, actually, on Windows. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -6 lines) Patch
M ipc/mojo/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M ipc/mojo/ipc_channel_mojo_unittest.cc View 1 2 3 2 chunks +115 lines, -0 lines 0 comments Download
M ipc/mojo/ipc_message_pipe_reader.cc View 1 2 3 4 2 chunks +0 lines, -6 lines 0 comments Download
M ipc/mojo/ipc_mojo.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
A ipc/mojo/ipc_mojo_param_traits.h View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
A ipc/mojo/ipc_mojo_param_traits.cc View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (5 generated)
Hajime Morrita
5 years, 8 months ago (2015-03-31 20:23:48 UTC) #1
viettrungluu
Is there any reasonable way to make this deal with ScopedMessagePipeHandles instead? (Using just MessagePipeHandle ...
5 years, 8 months ago (2015-03-31 22:35:52 UTC) #2
Hajime Morrita
> Is there any reasonable way to make this deal with > ScopedMessagePipeHandles > instead? ...
5 years, 8 months ago (2015-03-31 22:45:07 UTC) #3
viettrungluu
On 2015/03/31 22:45:07, Hajime Morrita wrote: > > Is there any reasonable way to make ...
5 years, 8 months ago (2015-04-01 16:11:32 UTC) #4
Hajime Morrita
On 2015/04/01 16:11:32, viettrungluu wrote: > On 2015/03/31 22:45:07, Hajime Morrita wrote: > > > ...
5 years, 8 months ago (2015-04-01 17:02:56 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1051443003/40001
5 years, 8 months ago (2015-04-01 17:03:21 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 8 months ago (2015-04-01 17:07:42 UTC) #8
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/5656ae68841a3e3ddaac75cf2983d9052d71d0d5 Cr-Commit-Position: refs/heads/master@{#323265}
5 years, 8 months ago (2015-04-01 17:08:42 UTC) #9
mfomitchev1
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1054723002/ by mfomitchev@google.com. ...
5 years, 8 months ago (2015-04-01 20:36:05 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1051443003/60001
5 years, 8 months ago (2015-04-01 21:08:06 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 8 months ago (2015-04-01 23:37:35 UTC) #14
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/2b85d21119ce534940ccd2ff57727cd4b428081c Cr-Commit-Position: refs/heads/master@{#323370}
5 years, 8 months ago (2015-04-01 23:38:30 UTC) #15
mfomitchev
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/1054983003/ by mfomitchev@chromium.org. ...
5 years, 8 months ago (2015-04-02 14:49:42 UTC) #16
Hajime Morrita
Made tests work, actually, on Windows.
5 years, 8 months ago (2015-04-02 18:38:14 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1051443003/80001
5 years, 8 months ago (2015-04-02 18:41:33 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 8 months ago (2015-04-03 05:28:31 UTC) #21
commit-bot: I haz the power
5 years, 8 months ago (2015-04-03 20:32:30 UTC) #22
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/438a2eedbb124eb3fc41ea17a4701eb7d3869af3
Cr-Commit-Position: refs/heads/master@{#323629}

Powered by Google App Engine
This is Rietveld 408576698