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

Issue 2938613002: Add a variadic version of ParamTraits, to allow for >5 IPC parameters. (Closed)

Created:
3 years, 6 months ago by ossu-chromium
Modified:
3 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a variadic version of ParamTraits, to allow for >5 IPC parameters. I needed to add one more parameter to AudioInputMsg_NotifyStreamCreated and ran into this limit. BUG=chromium:729002 Review-Url: https://codereview.chromium.org/2938613002 Cr-Commit-Position: refs/heads/master@{#481491} Committed: https://chromium.googlesource.com/chromium/src/+/fdd19a3a59659ea485633fe69005ca2b8c4d7ea5

Patch Set 1 #

Patch Set 2 : Fixed GetSize implementation. #

Total comments: 2

Patch Set 3 : Rebase #

Total comments: 4

Patch Set 4 : Added Tuple to the helper name. Simplified end conditions. #

Total comments: 2

Patch Set 5 : Some style changes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -124 lines) Patch
M ipc/ipc_message_utils.h View 1 2 3 4 1 chunk +38 lines, -124 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 33 (25 generated)
ossu-chromium
PTAL. I was working on a CL that took me over the limit of 5 ...
3 years, 6 months ago (2017-06-14 17:28:24 UTC) #14
Ken Rockot(use gerrit already)
Cool - I actually wrote something like this recently but scrapped it because I ended ...
3 years, 6 months ago (2017-06-14 17:42:27 UTC) #15
ossu-chromium
Renamed to TupleParamTraitsHelper and cleaned up the implementation a bit. https://codereview.chromium.org/2938613002/diff/80001/ipc/ipc_message_utils.h File ipc/ipc_message_utils.h (right): https://codereview.chromium.org/2938613002/diff/80001/ipc/ipc_message_utils.h#newcode727 ...
3 years, 6 months ago (2017-06-20 11:57:19 UTC) #18
Ken Rockot(use gerrit already)
LGTM! https://codereview.chromium.org/2938613002/diff/100001/ipc/ipc_message_utils.h File ipc/ipc_message_utils.h (right): https://codereview.chromium.org/2938613002/diff/100001/ipc/ipc_message_utils.h#newcode727 ipc/ipc_message_utils.h:727: template <typename T, int I, int COUNT> super ...
3 years, 6 months ago (2017-06-20 16:35:54 UTC) #19
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/2938613002/120001
3 years, 6 months ago (2017-06-21 12:58:44 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_tsan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_tsan_rel_ng/builds/100510)
3 years, 6 months ago (2017-06-21 14:54:06 UTC) #28
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/2938613002/120001
3 years, 6 months ago (2017-06-22 09:01:01 UTC) #30
commit-bot: I haz the power
3 years, 6 months ago (2017-06-22 09:35:52 UTC) #33
Message was sent while issue was closed.
Committed patchset #5 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/fdd19a3a59659ea485633fe69005...

Powered by Google App Engine
This is Rietveld 408576698