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

Issue 1309003003: ipc: Add the inner class OutputElement to Channel. (Closed)

Created:
5 years, 3 months ago by erikchen
Modified:
5 years, 3 months ago
Reviewers:
Tom Sepez
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@ipc_add_header3
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ipc: Add the inner class OutputElement to Channel. OutputElement is a wrapper around messages that are going to be written to the underlying OS IPC mechanism. It can wrap either a Message, or a data buffer which contains serialized attachment broker metainformation. BUG=493414 Committed: https://crrev.com/5142dc761154a396901c5f6f1e41c5bad3664ec8 Cr-Commit-Position: refs/heads/master@{#348229}

Patch Set 1 #

Patch Set 2 : Rebase to pick up compile error fix. #

Patch Set 3 : Fix compile error. #

Patch Set 4 : Rebase to fix test error. #

Patch Set 5 : Rebase to fix compile errors. #

Total comments: 6

Patch Set 6 : Comments from tsepez, rebase against top of tree. #

Patch Set 7 : Rebase error. #

Patch Set 8 : Fix typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -15 lines) Patch
M ipc/ipc_channel.h View 1 2 3 4 5 6 7 1 chunk +21 lines, -0 lines 0 comments Download
M ipc/ipc_channel.cc View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
M ipc/ipc_channel_win.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_channel_win.cc View 1 2 3 4 5 6 7 chunks +26 lines, -14 lines 0 comments Download

Messages

Total messages: 33 (15 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1309003003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1309003003/1
5 years, 3 months ago (2015-08-28 20:35:28 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/105035)
5 years, 3 months ago (2015-08-28 20:46:29 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1309003003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1309003003/20001
5 years, 3 months ago (2015-08-28 21:07:07 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1309003003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1309003003/40001
5 years, 3 months ago (2015-08-28 21:43:49 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/97455)
5 years, 3 months ago (2015-08-28 22:46:33 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1309003003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1309003003/60001
5 years, 3 months ago (2015-08-28 22:56:22 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/100460) win_chromium_x64_rel_ng on ...
5 years, 3 months ago (2015-08-28 23:34:06 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1309003003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1309003003/80001
5 years, 3 months ago (2015-08-29 00:24:16 UTC) #16
erikchen
5 years, 3 months ago (2015-08-29 00:47:27 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/63742)
5 years, 3 months ago (2015-08-29 01:10:03 UTC) #20
Tom Sepez
LGTM % comments. https://codereview.chromium.org/1309003003/diff/80001/ipc/ipc_channel.cc File ipc/ipc_channel.cc (right): https://codereview.chromium.org/1309003003/diff/80001/ipc/ipc_channel.cc#newcode55 ipc/ipc_channel.cc:55: if (message_) nit: I'd use the ...
5 years, 3 months ago (2015-09-10 15:41:05 UTC) #21
erikchen
https://codereview.chromium.org/1309003003/diff/80001/ipc/ipc_channel.cc File ipc/ipc_channel.cc (right): https://codereview.chromium.org/1309003003/diff/80001/ipc/ipc_channel.cc#newcode55 ipc/ipc_channel.cc:55: if (message_) On 2015/09/10 15:41:05, Tom Sepez wrote: > ...
5 years, 3 months ago (2015-09-10 18:43:59 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1309003003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1309003003/120001
5 years, 3 months ago (2015-09-10 18:45:24 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/67735)
5 years, 3 months ago (2015-09-10 18:56:51 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1309003003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1309003003/140001
5 years, 3 months ago (2015-09-10 19:25:50 UTC) #30
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 3 months ago (2015-09-10 21:00:26 UTC) #31
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/5142dc761154a396901c5f6f1e41c5bad3664ec8 Cr-Commit-Position: refs/heads/master@{#348229}
5 years, 3 months ago (2015-09-10 21:01:08 UTC) #32
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:14:02 UTC) #33
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/5142dc761154a396901c5f6f1e41c5bad3664ec8
Cr-Commit-Position: refs/heads/master@{#348229}

Powered by Google App Engine
This is Rietveld 408576698