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

Issue 1308613006: ipc: Update Message::FindNext to parse brokered attachments. (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@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ipc: Update Message::FindNext to parse brokered attachments. The method Message::FindNext now takes an output parameter NextMessageInfo which contains additional metadata needed for generating brokered attachments. BUG=493414 Committed: https://crrev.com/29e0f2f9ad9a9f377995804efaf72476cc987714 Cr-Commit-Position: refs/heads/master@{#348459}

Patch Set 1 : Diff against top of tree. #

Patch Set 2 : Fix compile error. #

Patch Set 3 : Compile error. #

Patch Set 4 : Disable unit test. #

Patch Set 5 : Really disable tests. #

Total comments: 12

Patch Set 6 : Comments from tsepez. #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -14 lines) Patch
M ipc/ipc_channel_reader.cc View 1 2 3 4 5 6 7 3 chunks +10 lines, -6 lines 0 comments Download
M ipc/ipc_message.h View 1 2 3 4 5 6 7 8 9 2 chunks +28 lines, -5 lines 0 comments Download
M ipc/ipc_message.cc View 1 2 3 4 5 6 7 8 9 2 chunks +53 lines, -0 lines 0 comments Download
M tools/ipc_fuzzer/message_lib/message_file_reader.cc View 1 2 3 4 5 6 1 chunk +5 lines, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 29 (11 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/1308613006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1308613006/1
5 years, 3 months ago (2015-08-28 20:21:44 UTC) #2
commit-bot: I haz the power
Dry run: 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/62950)
5 years, 3 months ago (2015-08-28 20:35:22 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/1308613006/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1308613006/20001
5 years, 3 months ago (2015-08-28 21:05:35 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/34418) win_chromium_compile_dbg_ng on ...
5 years, 3 months ago (2015-08-28 21:35:53 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1308613006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1308613006/40001
5 years, 3 months ago (2015-08-28 21:37:11 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/1308613006/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1308613006/60001
5 years, 3 months ago (2015-08-28 22:54:46 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/100458)
5 years, 3 months ago (2015-08-28 23:34:04 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/1308613006/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1308613006/80001
5 years, 3 months ago (2015-08-28 23:37:04 UTC) #16
erikchen
tsepez: Please review.
5 years, 3 months ago (2015-08-29 00:46:08 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-08-29 01:31:40 UTC) #20
Tom Sepez
https://codereview.chromium.org/1308613006/diff/80001/ipc/attachment_broker_privileged_win_unittest.cc File ipc/attachment_broker_privileged_win_unittest.cc (right): https://codereview.chromium.org/1308613006/diff/80001/ipc/attachment_broker_privileged_win_unittest.cc#newcode21 ipc/attachment_broker_privileged_win_unittest.cc:21: // TODO(erikchen): Temporarily disabled. http://crbug.com/493414. Do not comment out ...
5 years, 3 months ago (2015-09-01 18:01:55 UTC) #21
erikchen
tsepez: PTAL https://codereview.chromium.org/1308613006/diff/80001/ipc/attachment_broker_privileged_win_unittest.cc File ipc/attachment_broker_privileged_win_unittest.cc (right): https://codereview.chromium.org/1308613006/diff/80001/ipc/attachment_broker_privileged_win_unittest.cc#newcode21 ipc/attachment_broker_privileged_win_unittest.cc:21: // TODO(erikchen): Temporarily disabled. http://crbug.com/493414. On 2015/09/01 ...
5 years, 3 months ago (2015-09-04 02:13:39 UTC) #22
erikchen
On 2015/09/04 02:13:39, erikchen wrote: > tsepez: PTAL > > https://codereview.chromium.org/1308613006/diff/80001/ipc/attachment_broker_privileged_win_unittest.cc > File ipc/attachment_broker_privileged_win_unittest.cc (right): ...
5 years, 3 months ago (2015-09-10 00:10:55 UTC) #23
Tom Sepez
lgtm
5 years, 3 months ago (2015-09-11 17:16:48 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1308613006/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1308613006/180001
5 years, 3 months ago (2015-09-11 17:45:27 UTC) #26
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 3 months ago (2015-09-11 19:09:02 UTC) #27
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/29e0f2f9ad9a9f377995804efaf72476cc987714 Cr-Commit-Position: refs/heads/master@{#348459}
5 years, 3 months ago (2015-09-11 19:09:34 UTC) #28
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:25:10 UTC) #29
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/29e0f2f9ad9a9f377995804efaf72476cc987714
Cr-Commit-Position: refs/heads/master@{#348459}

Powered by Google App Engine
This is Rietveld 408576698