|
|
Created:
5 years, 8 months ago by payal.pandey Modified:
5 years, 8 months ago 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. |
DescriptionApply automatic range checks to content enum types across IPC.
This is part of a long-running background task to remove the remaining
uses of the unchecked IPC_ENUM_TRAITS() macro.
BUG=246708
Committed: https://crrev.com/f4d6d9002afa1563ca3f9a8a981edfbd2ab9da6a
Cr-Commit-Position: refs/heads/master@{#325867}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Apply automatic range checks to content enum types across IPC. #
Messages
Total messages: 28 (10 generated)
payal.pandey@samsung.com changed reviewers: + nasko@chromium.org, vitalybuka@chromium.org
Please have a look and review the changes
Just one fix needed and it will be good to go. https://codereview.chromium.org/1091773002/diff/1/content/common/view_messages.h File content/common/view_messages.h (right): https://codereview.chromium.org/1091773002/diff/1/content/common/view_message... content/common/view_messages.h:89: IPC_ENUM_TRAITS_MAX_VALUE(WindowContainerType, WINDOW_CONTAINER_TYPE_MAX_VALUE) WINDOW_CONTAINER_TYPE_MAX_VALUE is one more than the last valid value.
I don't own these components
vitalybuka@chromium.org changed reviewers: - vitalybuka@chromium.org
Incorporated the review comments.. Please have a look..
LGTM
On 2015/04/17 15:33:29, nasko wrote: > LGTM Thanks for lgtm :)
The CQ bit was checked by payal.pandey@samsung.com
The CQ bit was unchecked by payal.pandey@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1091773002/20001
The CQ bit was checked by payal.pandey@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1091773002/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
The CQ bit was checked by payal.pandey@samsung.com
payal.pandey@samsung.com changed reviewers: + derat@chromium.org
Please review for font_render_params.h
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1091773002/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
the specifics of this change are unclear to me from reading the bug and also issue 176110. i saw an earlier change that used _LAST instead of _MAX -- what's the reason for the difference? if you get someone with knowledge of the larger change to lgtm this, adding either _LAST or _MAX seems fine to me. i don't think i'm in the OWNERS file for this, though.
The CQ bit was checked by payal.pandey@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1091773002/20001
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/f4d6d9002afa1563ca3f9a8a981edfbd2ab9da6a Cr-Commit-Position: refs/heads/master@{#325867}
Message was sent while issue was closed.
On 2015/04/20 17:11:15, I haz the power (commit-bot) wrote: > Patchset 2 (id:??) landed as > https://crrev.com/f4d6d9002afa1563ca3f9a8a981edfbd2ab9da6a > Cr-Commit-Position: refs/heads/master@{#325867} derat@ - It isn't a consistent usage and you have a good point that we should try to enforce more consistency. I'm an IPC reviewer and I'm ok with the change, so I've LGTMd it. payal.pandey - Daniel didn't explicitly say "LGTM", even though it was in his post. Your submission of this patch to the CQ wasn't following proper process. Since it is mostly mechanical change, I'm going to leave it in. In the future, please follow the process or such commits will be reverted.
Message was sent while issue was closed.
On 2015/04/20 20:43:15, nasko (very slow until 04-27) wrote: > On 2015/04/20 17:11:15, I haz the power (commit-bot) wrote: > > Patchset 2 (id:??) landed as > > https://crrev.com/f4d6d9002afa1563ca3f9a8a981edfbd2ab9da6a > > Cr-Commit-Position: refs/heads/master@{#325867} > > derat@ - It isn't a consistent usage and you have a good point that we should > try to enforce more consistency. I'm an IPC reviewer and I'm ok with the change, > so I've LGTMd it. > > payal.pandey - Daniel didn't explicitly say "LGTM", even though it was in his > post. Your submission of this patch to the CQ wasn't following proper process. > Since it is mostly mechanical change, I'm going to leave it in. In the future, > please follow the process or such commits will be reverted. Sorry for some misinterpretation, by mistakenly checked for the committing this CL. Otherwise I would have follow the process. Thanks for accepting this CL. |