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

Issue 2133833002: gpu::GPUInfo::GPUDevice struct traits (Closed)

Created:
4 years, 5 months ago by Alex Z.
Modified:
4 years, 5 months ago
Reviewers:
Fady Samuel, dcheng, msw
CC:
chromium-reviews, rjkroege, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, piman+watch_chromium.org, darin (slow to review), ben+mojo_chromium.org, Peng
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added typemap for gpu.mojom.GpuInfo, gpu.mojom.GpuDevice and gpu.mojom.CollectInfoResult BUG=622707 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/6bc355f1871c4c85f56ae4a05370b6c44fcab1f5 Cr-Commit-Position: refs/heads/master@{#405266}

Patch Set 1 #

Patch Set 2 : Removed unnecessary changes #

Total comments: 4

Patch Set 3 : Added unit test #

Patch Set 4 : Fixed EchoGpuDevice #

Patch Set 5 : Bug fixes #

Patch Set 6 : Implemented == operator #

Patch Set 7 : Fixed typo #

Patch Set 8 : Undid changes to GpuInfo #

Patch Set 9 : Unit test initialization #

Patch Set 10 : Read() #

Patch Set 11 : Fixing unit test #

Patch Set 12 : Proper unit testing #

Patch Set 13 : #include <string> #

Patch Set 14 : string.compare #

Patch Set 15 : string.copy #

Patch Set 16 : ... #

Patch Set 17 : minor fixes #

Patch Set 18 : unit test fix #

Patch Set 19 : Removed unnecessary changes #

Total comments: 12

Patch Set 20 : Changed according to comments #

Total comments: 2

Patch Set 21 : Change according to comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -1 line) Patch
M gpu/ipc/common/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gpu/ipc/common/OWNERS View 1 chunk +4 lines, -0 lines 0 comments Download
A gpu/ipc/common/gpu_info.mojom View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +21 lines, -0 lines 0 comments Download
A gpu/ipc/common/gpu_info.typemap View 1 2 3 4 5 6 7 1 chunk +17 lines, -0 lines 0 comments Download
A gpu/ipc/common/gpu_info_struct_traits.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +51 lines, -0 lines 0 comments Download
A gpu/ipc/common/gpu_info_struct_traits.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +60 lines, -0 lines 0 comments Download
M gpu/ipc/common/mailbox.typemap View 1 1 chunk +3 lines, -1 line 0 comments Download
M gpu/ipc/common/struct_traits_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +31 lines, -0 lines 0 comments Download
M gpu/ipc/common/traits_test_service.mojom View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M gpu/ipc/common/typemaps.gni View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 29 (15 generated)
Alex Z.
fsamuel@chromium.org: Please review changes in the mojom files. sky@chromium.org: Please review changes in services/ui/common/gpu_service.* services/ui/gles2/gpu_impl.cc ...
4 years, 5 months ago (2016-07-08 18:44:43 UTC) #3
Alex Z.
dcheng@chromium.org: Please do a security review on the changed ipc files.
4 years, 5 months ago (2016-07-08 18:45:34 UTC) #5
Fady Samuel
https://codereview.chromium.org/2133833002/diff/20001/gpu/ipc/common/gpu_info.mojom File gpu/ipc/common/gpu_info.mojom (right): https://codereview.chromium.org/2133833002/diff/20001/gpu/ipc/common/gpu_info.mojom#newcode9 gpu/ipc/common/gpu_info.mojom:9: struct GpuDevice {}; Let's not land incomplete things here. ...
4 years, 5 months ago (2016-07-08 18:47:56 UTC) #6
Fady Samuel
https://codereview.chromium.org/2133833002/diff/360001/gpu/ipc/common/gpu_info.mojom File gpu/ipc/common/gpu_info.mojom (right): https://codereview.chromium.org/2133833002/diff/360001/gpu/ipc/common/gpu_info.mojom#newcode7 gpu/ipc/common/gpu_info.mojom:7: import "mojo/common/common_custom_types.mojom"; nit: Unnecessary include https://codereview.chromium.org/2133833002/diff/360001/gpu/ipc/common/gpu_info.mojom#newcode9 gpu/ipc/common/gpu_info.mojom:9: struct GpuDevice ...
4 years, 5 months ago (2016-07-12 01:27:30 UTC) #8
Alex Z.
https://codereview.chromium.org/2133833002/diff/20001/gpu/ipc/common/gpu_info.mojom File gpu/ipc/common/gpu_info.mojom (right): https://codereview.chromium.org/2133833002/diff/20001/gpu/ipc/common/gpu_info.mojom#newcode9 gpu/ipc/common/gpu_info.mojom:9: struct GpuDevice {}; On 2016/07/08 18:47:56, Fady Samuel wrote: ...
4 years, 5 months ago (2016-07-12 13:58:15 UTC) #9
Fady Samuel
lgtm
4 years, 5 months ago (2016-07-12 14:09:59 UTC) #10
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/2133833002/380001
4 years, 5 months ago (2016-07-12 14:29:25 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/216103)
4 years, 5 months ago (2016-07-12 14:38:50 UTC) #14
dcheng
mojom lgtm with nits addressed https://codereview.chromium.org/2133833002/diff/380001/gpu/ipc/common/gpu_info_struct_traits.cc File gpu/ipc/common/gpu_info_struct_traits.cc (right): https://codereview.chromium.org/2133833002/diff/380001/gpu/ipc/common/gpu_info_struct_traits.cc#newcode55 gpu/ipc/common/gpu_info_struct_traits.cc:55: return false; Nit: NOREACHED() ...
4 years, 5 months ago (2016-07-13 14:36:26 UTC) #16
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/2133833002/400001
4 years, 5 months ago (2016-07-13 18:23:49 UTC) #23
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names without "master." prefix is ...
4 years, 5 months ago (2016-07-13 19:33:34 UTC) #24
commit-bot: I haz the power
Committed patchset #21 (id:400001)
4 years, 5 months ago (2016-07-13 20:18:32 UTC) #26
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-13 20:19:04 UTC) #27
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 20:22:10 UTC) #29
Message was sent while issue was closed.
Patchset 21 (id:??) landed as
https://crrev.com/6bc355f1871c4c85f56ae4a05370b6c44fcab1f5
Cr-Commit-Position: refs/heads/master@{#405266}

Powered by Google App Engine
This is Rietveld 408576698