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

Issue 219383008: chrome://crashes: support showing the product name per crash (Closed)

Created:
6 years, 8 months ago by vapier
Modified:
6 years, 8 months ago
Reviewers:
xiyuan, achaulk, Ben Chan
CC:
chromium-reviews, arv+watch_chromium.org
Visibility:
Public.

Description

chrome://crashes: support showing the product name per crash The upload list supports a new "local_id" field. Currently we aren't using it in the crash list, but let's start doing so. When you have a system crash reporter, it can be used to provide more fine grained information as to where the crash came from (e.g. Chrome, powerd, update engine, etc...). When you don't (like on Linux/Windows/etc.), it'll just say "Chrome" by default. BUG=chromium:210624 TEST=loaded on a new system, went to chrome://crashes, and looked at listing Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262525

Patch Set 1 #

Total comments: 3

Patch Set 2 : use localized product id #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/crashes.js View 1 1 chunk +6 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/crashes_ui.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
vapier
6 years, 8 months ago (2014-04-02 13:25:59 UTC) #1
xiyuan
lgtm https://codereview.chromium.org/219383008/diff/1/chrome/browser/resources/crashes.js File chrome/browser/resources/crashes.js (right): https://codereview.chromium.org/219383008/diff/1/chrome/browser/resources/crashes.js#newcode41 chrome/browser/resources/crashes.js:41: crash['local_id'] = 'Chrome'; nit: Should we use IDS_SHORT_PRODUCT_NAME ...
6 years, 8 months ago (2014-04-02 16:26:48 UTC) #2
vapier
https://codereview.chromium.org/219383008/diff/1/chrome/browser/resources/crashes.js File chrome/browser/resources/crashes.js (right): https://codereview.chromium.org/219383008/diff/1/chrome/browser/resources/crashes.js#newcode41 chrome/browser/resources/crashes.js:41: crash['local_id'] = 'Chrome'; hmm, good idea. lemme see how ...
6 years, 8 months ago (2014-04-02 16:36:41 UTC) #3
xiyuan
https://codereview.chromium.org/219383008/diff/1/chrome/browser/resources/crashes.js File chrome/browser/resources/crashes.js (right): https://codereview.chromium.org/219383008/diff/1/chrome/browser/resources/crashes.js#newcode41 chrome/browser/resources/crashes.js:41: crash['local_id'] = 'Chrome'; On 2014/04/02 16:36:41, vapier wrote: > ...
6 years, 8 months ago (2014-04-02 17:04:27 UTC) #4
vapier
thanks ... i've implemented that now. and it works 'cause my page now shows (Chromium) ...
6 years, 8 months ago (2014-04-02 18:37:31 UTC) #5
vapier
not sure if you wanted to double check my i10n plumbing, or if the previous ...
6 years, 8 months ago (2014-04-07 19:19:14 UTC) #6
xiyuan
SLGTM in case you are waiting for me. :p
6 years, 8 months ago (2014-04-08 17:02:06 UTC) #7
vapier
The CQ bit was checked by vapier@chromium.org
6 years, 8 months ago (2014-04-08 17:37:44 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vapier@chromium.org/219383008/20001
6 years, 8 months ago (2014-04-08 17:37:52 UTC) #9
commit-bot: I haz the power
6 years, 8 months ago (2014-04-08 22:36:32 UTC) #10
Message was sent while issue was closed.
Change committed as 262525

Powered by Google App Engine
This is Rietveld 408576698