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

Issue 1978053002: Move cc ParamTraits to cc/ipc (Closed)

Created:
4 years, 7 months ago by Fady Samuel
Modified:
4 years, 7 months ago
Reviewers:
danakj, Tom Sepez, piman
CC:
chromium-reviews, mkwst+moarreviews-renderer_chromium.org, darin-cc_chromium.org, cc-bugs_chromium.org, jam, mlamouri+watch-content_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move cc ParamTraits to cc/ipc This CL moves the ParamTraits but doesn't yet remove the associated unit/perf tests. I'll do that in a subsequent patch. The end result is all cc serialization code should live in cc/ipc. BUG=611802 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/812b8489cadee4758ec6ffbe0930f96539374467 Cr-Commit-Position: refs/heads/master@{#393884}

Patch Set 1 #

Patch Set 2 : Fix gyp #

Total comments: 2

Patch Set 3 : Fixed deps + include guard #

Patch Set 4 : Fix more deps #

Patch Set 5 : Fixed some more deps #

Patch Set 6 : Updated more deps #

Patch Set 7 : Fix deps #

Patch Set 8 : Fix even more deps #

Patch Set 9 : Fixed missing include #

Patch Set 10 : Fix content_unittests compile #

Patch Set 11 : Ignore size_t warnings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -1480 lines) Patch
A cc/ipc/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +35 lines, -0 lines 0 comments Download
A cc/ipc/DEPS View 1 chunk +4 lines, -0 lines 0 comments Download
A cc/ipc/cc_ipc.gyp View 1 1 chunk +38 lines, -0 lines 0 comments Download
A cc/ipc/cc_ipc_export.h View 1 chunk +29 lines, -0 lines 0 comments Download
A + cc/ipc/cc_param_traits.h View 1 2 5 chunks +51 lines, -52 lines 0 comments Download
A + cc/ipc/cc_param_traits.cc View 13 chunks +64 lines, -32 lines 0 comments Download
A + cc/ipc/cc_param_traits_macros.h View 5 chunks +18 lines, -144 lines 0 comments Download
M content/common/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
D content/common/cc_messages.h View 1 chunk +0 lines, -351 lines 0 comments Download
D content/common/cc_messages.cc View 1 chunk +0 lines, -892 lines 0 comments Download
M content/common/cc_messages_perftest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/cc_messages_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M content/common/content_message_generator.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/common/view_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 chunks +1 line, -2 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/android/synchronous_compositor_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 59 (26 generated)
Fady Samuel
+danakj@ for cc. +tsepez@ for ipc.
4 years, 7 months ago (2016-05-13 23:52:24 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/1978053002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978053002/20001
4 years, 7 months ago (2016-05-13 23:52:37 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/85835) android_arm64_dbg_recipe on ...
4 years, 7 months ago (2016-05-13 23:56:39 UTC) #7
Tom Sepez
https://codereview.chromium.org/1978053002/diff/20001/cc/ipc/cc_param_traits.h File cc/ipc/cc_param_traits.h (right): https://codereview.chromium.org/1978053002/diff/20001/cc/ipc/cc_param_traits.h#newcode19 cc/ipc/cc_param_traits.h:19: #ifndef CC_IPC_CC_PARAM_TRAITS_H_ nit: curious as to why you moved ...
4 years, 7 months ago (2016-05-13 23:57:39 UTC) #8
Fady Samuel
PTAL https://codereview.chromium.org/1978053002/diff/20001/cc/ipc/cc_param_traits.h File cc/ipc/cc_param_traits.h (right): https://codereview.chromium.org/1978053002/diff/20001/cc/ipc/cc_param_traits.h#newcode19 cc/ipc/cc_param_traits.h:19: #ifndef CC_IPC_CC_PARAM_TRAITS_H_ On 2016/05/13 23:57:39, Tom Sepez wrote: ...
4 years, 7 months ago (2016-05-14 00:06:47 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1978053002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978053002/40001
4 years, 7 months ago (2016-05-14 00:07:27 UTC) #11
Tom Sepez
IPC LGTM once the bots are happy. Thanks.
4 years, 7 months ago (2016-05-14 00:10:17 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/85838) android_arm64_dbg_recipe on ...
4 years, 7 months ago (2016-05-14 00:12:45 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/1978053002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978053002/60001
4 years, 7 months ago (2016-05-14 00:26:21 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/65918) android_chromium_gn_compile_rel on ...
4 years, 7 months ago (2016-05-14 00:31:05 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1978053002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978053002/100001
4 years, 7 months ago (2016-05-14 01:05:33 UTC) #21
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/65944) android_chromium_gn_compile_rel on ...
4 years, 7 months ago (2016-05-14 01:09:36 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1978053002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978053002/120001
4 years, 7 months ago (2016-05-14 01:20:11 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_rel/builds/66400) linux_chromium_rel_ng on ...
4 years, 7 months ago (2016-05-14 01:23:51 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1978053002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978053002/140001
4 years, 7 months ago (2016-05-14 01:32:57 UTC) #29
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/65954) android_chromium_gn_compile_dbg on ...
4 years, 7 months ago (2016-05-14 01:36:26 UTC) #31
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1978053002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978053002/160001
4 years, 7 months ago (2016-05-14 01:42:38 UTC) #33
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/227710)
4 years, 7 months ago (2016-05-14 01:56:02 UTC) #35
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1978053002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978053002/180001
4 years, 7 months ago (2016-05-14 01:56:57 UTC) #37
Fady Samuel
+piman@ for content/
4 years, 7 months ago (2016-05-14 02:06:57 UTC) #39
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/65965) android_compile_dbg on ...
4 years, 7 months ago (2016-05-14 02:08:47 UTC) #41
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1978053002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978053002/200001
4 years, 7 months ago (2016-05-14 04:03:59 UTC) #43
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1978053002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978053002/220001
4 years, 7 months ago (2016-05-14 05:09:30 UTC) #45
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-14 06:25:33 UTC) #47
piman
LGTM, but should cc_messages_{perf,unit}test.cc move to cc/ipc then? Maybe as a follow-up?
4 years, 7 months ago (2016-05-16 17:51:51 UTC) #48
Fady Samuel
On 2016/05/16 17:51:51, piman OOO back 2016-5-16 wrote: > LGTM, but should cc_messages_{perf,unit}test.cc move to ...
4 years, 7 months ago (2016-05-16 17:52:20 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1978053002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1978053002/220001
4 years, 7 months ago (2016-05-16 17:52:57 UTC) #52
commit-bot: I haz the power
Committed patchset #11 (id:220001)
4 years, 7 months ago (2016-05-16 18:52:33 UTC) #53
commit-bot: I haz the power
Patchset 11 (id:??) landed as https://crrev.com/812b8489cadee4758ec6ffbe0930f96539374467 Cr-Commit-Position: refs/heads/master@{#393884}
4 years, 7 months ago (2016-05-16 18:54:00 UTC) #55
Evan Stade
On 2016/05/16 18:54:00, commit-bot: I haz the power wrote: > Patchset 11 (id:??) landed as ...
4 years, 7 months ago (2016-05-16 19:56:47 UTC) #56
Fady Samuel
On 2016/05/16 19:56:47, Evan Stade wrote: > On 2016/05/16 18:54:00, commit-bot: I haz the power ...
4 years, 7 months ago (2016-05-16 20:06:54 UTC) #57
danakj
Do we not need a security review of those files anymore? There's no OWNERS specified ...
4 years, 7 months ago (2016-05-16 20:12:08 UTC) #58
Fady Samuel
4 years, 7 months ago (2016-05-16 20:12:59 UTC) #59
Message was sent while issue was closed.
On 2016/05/16 20:12:08, danakj wrote:
> Do we not need a security review of those files anymore? There's no OWNERS
> specified for cc/ipc/ here.

My bad, will add.

Powered by Google App Engine
This is Rietveld 408576698