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

Issue 856443003: IPC: Introduce MessageAttachment and PlatformFileAttachment. (Closed)

Created:
5 years, 11 months ago by Hajime Morrita
Modified:
5 years, 10 months ago
Reviewers:
agl, viettrungluu
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

IPC: Introduce MessageAttachment and PlatformFileAttachment. This is another preparation for crbug.com/448190. This change encapsulates a platform file as a MessageAttachment abstract class and its subclass called PlatformFileAttachment. This abstraction allows MessageAttachmentSet to contain not only platform files, but also a mojo MessagePipes, which will be encapsulated by another MessageAttachment subclass. BUG=448190 R=agl@chromium.org, viettrungluu@chromium.org Committed: https://crrev.com/98b7aaad5eddcdadbba66380d2ac7a1b5868af3c Cr-Commit-Position: refs/heads/master@{#313157}

Patch Set 1 #

Total comments: 18

Patch Set 2 : Updated #

Patch Set 3 : Landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -50 lines) Patch
M ipc/BUILD.gn View 1 2 chunks +4 lines, -0 lines 0 comments Download
M ipc/ipc.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
A ipc/ipc_message_attachment.h View 1 1 chunk +32 lines, -0 lines 0 comments Download
A ipc/ipc_message_attachment.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download
M ipc/ipc_message_attachment_set.h View 1 3 chunks +16 lines, -6 lines 0 comments Download
M ipc/ipc_message_attachment_set.cc View 1 2 6 chunks +64 lines, -44 lines 0 comments Download
A ipc/ipc_platform_file_attachment.h View 1 1 chunk +35 lines, -0 lines 0 comments Download
A ipc/ipc_platform_file_attachment.cc View 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
Hajime Morrita
5 years, 11 months ago (2015-01-15 02:24:28 UTC) #1
agl
https://codereview.chromium.org/856443003/diff/1/ipc/ipc_message_attachment.h File ipc/ipc_message_attachment.h (right): https://codereview.chromium.org/856443003/diff/1/ipc/ipc_message_attachment.h#newcode13 ipc/ipc_message_attachment.h:13: // An auxiliary data sent with |Message|. This can ...
5 years, 11 months ago (2015-01-15 03:00:54 UTC) #2
Hajime Morrita
I'm back! Sorry for the slow response. PTAL? https://codereview.chromium.org/856443003/diff/1/ipc/ipc_message_attachment.h File ipc/ipc_message_attachment.h (right): https://codereview.chromium.org/856443003/diff/1/ipc/ipc_message_attachment.h#newcode13 ipc/ipc_message_attachment.h:13: // ...
5 years, 11 months ago (2015-01-23 00:29:05 UTC) #3
Hajime Morrita
Adam, could you take another look at this as well? Thanks!
5 years, 10 months ago (2015-01-26 19:55:23 UTC) #4
agl
lgtm
5 years, 10 months ago (2015-01-26 20:00:24 UTC) #5
Hajime Morrita
Thanks!
5 years, 10 months ago (2015-01-26 20:34:00 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/856443003/20001
5 years, 10 months ago (2015-01-26 20:35:08 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/18852)
5 years, 10 months ago (2015-01-26 20:56:06 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/856443003/40001
5 years, 10 months ago (2015-01-26 21:15:18 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 10 months ago (2015-01-26 22:43:22 UTC) #13
commit-bot: I haz the power
5 years, 10 months ago (2015-01-26 22:45:25 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/98b7aaad5eddcdadbba66380d2ac7a1b5868af3c
Cr-Commit-Position: refs/heads/master@{#313157}

Powered by Google App Engine
This is Rietveld 408576698