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

Issue 23471007: Set active extension IDs for crash reports using the crash key logging system. (Closed)

Created:
7 years, 3 months ago by Robert Sesek
Modified:
7 years, 3 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, erikwright+watch_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Set active extension IDs for crash reports using the crash key logging system. BUG=77656 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221867

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : base::snprintf #

Total comments: 7

Patch Set 4 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -208 lines) Patch
M base/debug/crash_logging.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/breakpad_linux.cc View 2 chunks +0 lines, -30 lines 0 comments Download
M chrome/app/breakpad_win.cc View 3 chunks +0 lines, -31 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/child_process_logging.h View 1 4 chunks +0 lines, -18 lines 0 comments Download
M chrome/common/child_process_logging_mac.mm View 2 chunks +0 lines, -21 lines 0 comments Download
M chrome/common/child_process_logging_posix.cc View 2 chunks +0 lines, -20 lines 0 comments Download
M chrome/common/child_process_logging_win.cc View 2 chunks +0 lines, -46 lines 0 comments Download
M chrome/common/crash_keys.h View 1 2 3 2 chunks +20 lines, -0 lines 0 comments Download
M chrome/common/crash_keys.cc View 1 2 3 3 chunks +87 lines, -37 lines 0 comments Download
M chrome/renderer/extensions/dispatcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Robert Sesek
mark: the one-line change in base/ thestig: generally more of the same cleanup https://codereview.chromium.org/23471007/diff/27001/base/debug/crash_logging.h File ...
7 years, 3 months ago (2013-09-06 20:20:59 UTC) #1
Robert Sesek
mark: the one-line change in base/ thestig: generally more of the same cleanup
7 years, 3 months ago (2013-09-06 20:21:10 UTC) #2
Mark Mentovai
LGTM in base. https://codereview.chromium.org/23471007/diff/27001/base/debug/crash_logging.h File base/debug/crash_logging.h (left): https://codereview.chromium.org/23471007/diff/27001/base/debug/crash_logging.h#oldcode59 base/debug/crash_logging.h:59: const char* const key_name; rsesek wrote: ...
7 years, 3 months ago (2013-09-06 20:50:05 UTC) #3
Lei Zhang
lgtm https://codereview.chromium.org/23471007/diff/27001/chrome/common/crash_keys.cc File chrome/common/crash_keys.cc (right): https://codereview.chromium.org/23471007/diff/27001/chrome/common/crash_keys.cc#newcode168 chrome/common/crash_keys.cc:168: base::debug::SetCrashKeyValue(key, *(it++)); Pre-increment, even if that means adding ...
7 years, 3 months ago (2013-09-06 21:15:22 UTC) #4
Mark Mentovai
https://codereview.chromium.org/23471007/diff/27001/chrome/common/crash_keys.cc File chrome/common/crash_keys.cc (right): https://codereview.chromium.org/23471007/diff/27001/chrome/common/crash_keys.cc#newcode168 chrome/common/crash_keys.cc:168: base::debug::SetCrashKeyValue(key, *(it++)); Lei Zhang wrote: > Pre-increment, even if ...
7 years, 3 months ago (2013-09-06 21:21:35 UTC) #5
Lei Zhang
On 2013/09/06 21:21:35, Mark Mentovai wrote: > https://codereview.chromium.org/23471007/diff/27001/chrome/common/crash_keys.cc > File chrome/common/crash_keys.cc (right): > > https://codereview.chromium.org/23471007/diff/27001/chrome/common/crash_keys.cc#newcode168 ...
7 years, 3 months ago (2013-09-06 21:23:06 UTC) #6
Robert Sesek
Thanks! https://codereview.chromium.org/23471007/diff/27001/chrome/common/crash_keys.cc File chrome/common/crash_keys.cc (right): https://codereview.chromium.org/23471007/diff/27001/chrome/common/crash_keys.cc#newcode168 chrome/common/crash_keys.cc:168: base::debug::SetCrashKeyValue(key, *(it++)); On 2013/09/06 21:15:22, Lei Zhang wrote: ...
7 years, 3 months ago (2013-09-06 21:32:01 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsesek@chromium.org/23471007/43001
7 years, 3 months ago (2013-09-06 21:32:50 UTC) #8
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 3 months ago (2013-09-06 21:42:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsesek@chromium.org/23471007/43001
7 years, 3 months ago (2013-09-06 21:43:28 UTC) #10
commit-bot: I haz the power
7 years, 3 months ago (2013-09-07 02:53:53 UTC) #11
Message was sent while issue was closed.
Change committed as 221867

Powered by Google App Engine
This is Rietveld 408576698