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

Issue 1924613002: Move ui/gfx/geometry ParamTraits to ui/gfx/ipc/geometry (Closed)

Created:
4 years, 7 months ago by Fady Samuel
Modified:
4 years, 7 months ago
CC:
chromium-reviews, rjkroege, mlamouri+watch-content_chromium.org, feature-media-reviews_chromium.org, Peter Beverloo, extensions-reviews_chromium.org, rouslan+autofill_chromium.org, jam, browser-components-watch_chromium.org, piman+watch_chromium.org, jdonnelly+autofillwatch_chromium.org, bondd+autofillwatch_chromium.org, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org, mkwst+moarreviews-shell_chromium.org, android-webview-reviews_chromium.org, jochen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move ui/gfx/geometry ParamTraits to ui/gfx/ipc/geometry Targets that depend on serializing ui/gfx/geometry types over IPC should not need to pull in other parts of ui/gfx (in particular skia- dependent parts). BUG=586390 TBR=jam@chromium.org for various build files in components/ and extensions/ and media/ CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/6b98cf9e84a04eb430243dd60ae0d246d1cdc55f Cr-Commit-Position: refs/heads/master@{#390309}

Patch Set 1 #

Patch Set 2 : Fixed includes and defines #

Patch Set 3 : Chrome compiles on gyp #

Patch Set 4 : Make gn check happy #

Patch Set 5 : Removed bad code in ui/gfx/ipc/geometry #

Patch Set 6 : Fix some IPC messages #

Patch Set 7 : Fixed ozone #

Total comments: 2

Patch Set 8 : Fix extensions #

Patch Set 9 : Removed unnecessary code + addressed nit #

Patch Set 10 : Diff of everything for bots #

Patch Set 11 : Rebase #

Patch Set 12 : Fixed ozone #

Patch Set 13 : Fix ozone for realz #

Patch Set 14 : Fix remaining redness (I hope) #

Patch Set 15 : Fix gyp #

Total comments: 2

Patch Set 16 : Forward declare Range in gfx_param_traits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -506 lines) Patch
M android_webview/common/render_view_messages.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/common/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/common/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M components/mus/common/event_param_traits.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/printing/common/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/printing/common/print_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M content/common/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M content/content_shell.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/common_param_traits_macros.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M extensions/common/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/extensions.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M gpu/gpu_ipc_client.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M gpu/gpu_ipc_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M gpu/ipc/client/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/ipc/common/BUILD.gn View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -0 lines 0 comments Download
M gpu/ipc/common/gpu_command_buffer_traits_multi.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/ipc/common/gpu_messages.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M gpu/ipc/common/gpu_param_traits_macros.h View 1 chunk +1 line, -0 lines 0 comments Download
M media/gpu/ipc/common/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M media/gpu/ipc/common/media_param_traits_macros.h View 1 chunk +1 line, -1 line 0 comments Download
M printing/pdf_render_settings.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/ipc/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
A + ui/gfx/ipc/geometry/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -6 lines 0 comments Download
A + ui/gfx/ipc/geometry/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -7 lines 0 comments Download
A ui/gfx/ipc/geometry/gfx_ipc_geometry_export.h View 1 2 3 4 5 6 7 1 chunk +29 lines, -0 lines 0 comments Download
A + ui/gfx/ipc/geometry/gfx_param_traits.h View 1 2 3 4 5 6 7 8 12 chunks +14 lines, -47 lines 0 comments Download
A + ui/gfx/ipc/geometry/gfx_param_traits.cc View 1 2 3 4 5 6 7 8 11 chunks +11 lines, -80 lines 0 comments Download
M ui/gfx/ipc/gfx_param_traits.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -114 lines 0 comments Download
M ui/gfx/ipc/gfx_param_traits.cc View 9 10 11 12 13 3 chunks +0 lines, -245 lines 0 comments Download
M ui/ozone/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M ui/ozone/common/gpu/ozone_gpu_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/ozone.gyp View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 81 (42 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/1924613002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/1
4 years, 7 months ago (2016-04-26 20:25:07 UTC) #3
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/57124) cast_shell_android on ...
4 years, 7 months ago (2016-04-26 20:29:46 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924613002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/20001
4 years, 7 months ago (2016-04-26 21:23:59 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/57152) cast_shell_android on ...
4 years, 7 months ago (2016-04-26 21:29:18 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/1924613002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/40001
4 years, 7 months ago (2016-04-26 22:05:02 UTC) #11
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/57219) linux_chromium_compile_dbg_ng on ...
4 years, 7 months ago (2016-04-26 22:10:13 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924613002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/60001
4 years, 7 months ago (2016-04-26 22:19:54 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924613002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/80001
4 years, 7 months ago (2016-04-26 22:29:34 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/128209) chromeos_daisy_chromium_compile_only_ng on ...
4 years, 7 months ago (2016-04-26 22:42:00 UTC) #19
Fady Samuel
+sky@ for ui/ OWNER +piman@ for content/, and gpu/ OWNER +tsepez@ for ipc review (nothing ...
4 years, 7 months ago (2016-04-26 23:04:33 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924613002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/100001
4 years, 7 months ago (2016-04-26 23:05:02 UTC) #24
Tom Sepez
lgtm
4 years, 7 months ago (2016-04-26 23:12:17 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/151228) linux_chromium_gn_chromeos_rel on ...
4 years, 7 months ago (2016-04-26 23:14:28 UTC) #27
piman
lgtm
4 years, 7 months ago (2016-04-26 23:38:23 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924613002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/120001
4 years, 7 months ago (2016-04-26 23:40:43 UTC) #30
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/203266)
4 years, 7 months ago (2016-04-27 00:02:50 UTC) #32
sky
LGTM https://codereview.chromium.org/1924613002/diff/120001/ui/gfx/ipc/geometry/gfx_ipc_geometry_export.h File ui/gfx/ipc/geometry/gfx_ipc_geometry_export.h (right): https://codereview.chromium.org/1924613002/diff/120001/ui/gfx/ipc/geometry/gfx_ipc_geometry_export.h#newcode1 ui/gfx/ipc/geometry/gfx_ipc_geometry_export.h:1: // Copyright 2014 The Chromium Authors. All rights ...
4 years, 7 months ago (2016-04-27 00:05:42 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924613002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/140001
4 years, 7 months ago (2016-04-27 00:45:24 UTC) #35
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/211991)
4 years, 7 months ago (2016-04-27 01:10:17 UTC) #37
Fady Samuel
CQ'ing https://codereview.chromium.org/1924613002/diff/120001/ui/gfx/ipc/geometry/gfx_ipc_geometry_export.h File ui/gfx/ipc/geometry/gfx_ipc_geometry_export.h (right): https://codereview.chromium.org/1924613002/diff/120001/ui/gfx/ipc/geometry/gfx_ipc_geometry_export.h#newcode1 ui/gfx/ipc/geometry/gfx_ipc_geometry_export.h:1: // Copyright 2014 The Chromium Authors. All rights ...
4 years, 7 months ago (2016-04-27 01:32:00 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924613002/130040 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/130040
4 years, 7 months ago (2016-04-27 01:32:06 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/56949) linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 7 months ago (2016-04-27 01:36:57 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/1924613002/170001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/170001
4 years, 7 months ago (2016-04-27 20:24:51 UTC) #45
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/128956)
4 years, 7 months ago (2016-04-27 20:39:31 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924613002/190001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/190001
4 years, 7 months ago (2016-04-27 23:02:37 UTC) #50
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/174343)
4 years, 7 months ago (2016-04-27 23:13:00 UTC) #52
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924613002/210001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/210001
4 years, 7 months ago (2016-04-28 00:14:55 UTC) #55
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/129124) chromeos_x86-generic_chromium_compile_only_ng on ...
4 years, 7 months ago (2016-04-28 00:30:10 UTC) #57
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924613002/230001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/230001
4 years, 7 months ago (2016-04-28 01:41:24 UTC) #59
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/204165) win_optional_gpu_tests_rel on ...
4 years, 7 months ago (2016-04-28 02:18:39 UTC) #61
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924613002/250001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/250001
4 years, 7 months ago (2016-04-28 02:47:11 UTC) #63
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/195348) mac_chromium_rel_ng on ...
4 years, 7 months ago (2016-04-28 02:50:33 UTC) #65
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924613002/270001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/270001
4 years, 7 months ago (2016-04-28 03:03:09 UTC) #67
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/139863)
4 years, 7 months ago (2016-04-28 03:39:09 UTC) #69
Ryan Sleevi
https://codereview.chromium.org/1924613002/diff/270001/ui/gfx/ipc/gfx_param_traits.h File ui/gfx/ipc/gfx_param_traits.h (right): https://codereview.chromium.org/1924613002/diff/270001/ui/gfx/ipc/gfx_param_traits.h#newcode15 ui/gfx/ipc/gfx_param_traits.h:15: #include "ui/gfx/range/range.h" I believe this is what is causing ...
4 years, 7 months ago (2016-04-28 04:14:03 UTC) #71
Fady Samuel
Thanks Ryan. I've forward declared in gfx_param_traits. I'll rename interface in a separate CL. CQ'ing ...
4 years, 7 months ago (2016-04-28 04:28:11 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1924613002/290001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1924613002/290001
4 years, 7 months ago (2016-04-28 04:28:37 UTC) #77
commit-bot: I haz the power
Committed patchset #16 (id:290001)
4 years, 7 months ago (2016-04-28 05:42:42 UTC) #79
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:16:27 UTC) #80
Message was sent while issue was closed.
Patchset 16 (id:??) landed as
https://crrev.com/6b98cf9e84a04eb430243dd60ae0d246d1cdc55f
Cr-Commit-Position: refs/heads/master@{#390309}

Powered by Google App Engine
This is Rietveld 408576698