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

Issue 2751103008: gpu: Add a util method to set crash-keys from a GPUInfo. (Closed)

Created:
3 years, 9 months ago by sadrul
Modified:
3 years, 9 months ago
CC:
chromium-reviews, piman+watch_chromium.org, android-webview-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

gpu: Add a util method to set crash-keys from a GPUInfo. Use the newly introduced util method to set crash-keys from a GPUInfo in both chrome and android_webview. This will also be used in mus. BUG=643746 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Earlier landed in r458276, reverted in r458968 because of size regression. Review-Url: https://codereview.chromium.org/2751103008 Cr-Commit-Position: refs/heads/master@{#459202} Committed: https://chromium.googlesource.com/chromium/src/+/c05f3475ecaae3f033bb4ee8cfe139b8c4d0b897

Patch Set 1 #

Patch Set 2 : fix win #

Patch Set 3 : separate component for crash_keys #

Patch Set 4 : revert #

Patch Set 5 : separate component for crash_keys #

Patch Set 6 : fix build_config.h #

Total comments: 2

Patch Set 7 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -63 lines) Patch
M android_webview/common/aw_content_client.cc View 1 2 2 chunks +2 lines, -8 lines 0 comments Download
M chrome/BUILD.gn View 1 2 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_content_client.cc View 1 2 2 chunks +2 lines, -18 lines 0 comments Download
M chrome/common/crash_keys.h View 1 chunk +0 lines, -15 lines 0 comments Download
M chrome/common/crash_keys.cc View 1 2 4 3 chunks +9 lines, -22 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/broker/BUILD.gn View 1 2 4 1 chunk +1 line, -0 lines 0 comments Download
M gpu/config/BUILD.gn View 1 2 3 4 5 6 2 chunks +11 lines, -0 lines 0 comments Download
A gpu/config/gpu_crash_keys.h View 1 2 3 4 5 1 chunk +30 lines, -0 lines 0 comments Download
A gpu/config/gpu_crash_keys.cc View 1 2 4 1 chunk +23 lines, -0 lines 0 comments Download
M gpu/config/gpu_util.h View 1 2 4 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/config/gpu_util.cc View 1 2 4 2 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 60 (38 generated)
sadrul
piman@ for gpu/ changes rsesek@ for crash_keys changes boliu@ for change in android_webview bradnelson@ for ...
3 years, 9 months ago (2017-03-19 00:59:47 UTC) #11
Robert Sesek
lgtm
3 years, 9 months ago (2017-03-20 15:22:24 UTC) #12
boliu
lgtm
3 years, 9 months ago (2017-03-20 16:59:30 UTC) #13
piman
+jam So far we have left crash-related stuff on layers above content/ (mainly chrome/ and ...
3 years, 9 months ago (2017-03-20 20:57:29 UTC) #15
Robert Sesek
On 2017/03/20 20:57:29, piman wrote: > +jam > So far we have left crash-related stuff ...
3 years, 9 months ago (2017-03-20 20:59:32 UTC) #16
sadrul
On 2017/03/20 20:57:29, piman wrote: > +jam > So far we have left crash-related stuff ...
3 years, 9 months ago (2017-03-20 21:03:28 UTC) #17
sadrul
On 2017/03/20 20:59:32, Robert Sesek wrote: > On 2017/03/20 20:57:29, piman wrote: > > +jam ...
3 years, 9 months ago (2017-03-20 21:04:12 UTC) #18
Robert Sesek
On 2017/03/20 21:04:12, sadrul wrote: > On 2017/03/20 20:59:32, Robert Sesek wrote: > > On ...
3 years, 9 months ago (2017-03-20 21:04:48 UTC) #19
sadrul
On 2017/03/20 21:04:48, Robert Sesek wrote: > On 2017/03/20 21:04:12, sadrul wrote: > > On ...
3 years, 9 months ago (2017-03-20 21:06:15 UTC) #20
jam
On 2017/03/20 20:57:29, piman wrote: > +jam > So far we have left crash-related stuff ...
3 years, 9 months ago (2017-03-20 22:19:52 UTC) #21
piman
lgtm
3 years, 9 months ago (2017-03-20 22:52:50 UTC) #22
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/2751103008/20001
3 years, 9 months ago (2017-03-21 00:26:49 UTC) #24
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/1432276fb82ae8e9b732faa03ab65f35d686017f
3 years, 9 months ago (2017-03-21 02:04:25 UTC) #27
Will Harris
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/2770953002/ by wfh@chromium.org. ...
3 years, 9 months ago (2017-03-22 22:19:16 UTC) #28
sadrul
chrome/common/crash_keys.cc|h only accesses the crash-keys from gpu/config. So I have moved the keys into a ...
3 years, 9 months ago (2017-03-23 07:03:40 UTC) #38
Nico
diff from 5 to 6 lgtm https://codereview.chromium.org/2751103008/diff/120001/gpu/config/BUILD.gn File gpu/config/BUILD.gn (right): https://codereview.chromium.org/2751103008/diff/120001/gpu/config/BUILD.gn#newcode21 gpu/config/BUILD.gn:21: source_set("crash_keys") { add ...
3 years, 9 months ago (2017-03-23 12:43:46 UTC) #46
Nico
On 2017/03/23 12:43:46, Nico wrote: > diff from 5 to 6 lgtm > > https://codereview.chromium.org/2751103008/diff/120001/gpu/config/BUILD.gn ...
3 years, 9 months ago (2017-03-23 12:44:04 UTC) #47
Robert Sesek
lgtm
3 years, 9 months ago (2017-03-23 14:44:59 UTC) #50
sadrul
https://codereview.chromium.org/2751103008/diff/120001/gpu/config/BUILD.gn File gpu/config/BUILD.gn (right): https://codereview.chromium.org/2751103008/diff/120001/gpu/config/BUILD.gn#newcode21 gpu/config/BUILD.gn:21: source_set("crash_keys") { On 2017/03/23 12:43:45, Nico wrote: > add ...
3 years, 9 months ago (2017-03-23 14:45:22 UTC) #51
piman
lgtm
3 years, 9 months ago (2017-03-23 20:19:08 UTC) #54
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/2751103008/140001
3 years, 9 months ago (2017-03-23 20:25:06 UTC) #57
commit-bot: I haz the power
3 years, 9 months ago (2017-03-23 20:31:01 UTC) #60
Message was sent while issue was closed.
Committed patchset #7 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/c05f3475ecaae3f033bb4ee8cfe1...

Powered by Google App Engine
This is Rietveld 408576698