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

Issue 12090096: Split DumpWithoutCrashing() into a separate file (Closed)

Created:
7 years, 10 months ago by Mark Seaborn
Modified:
7 years, 10 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews, MAD, Ilya Sherman, jar (doing other things), sail+watch_chromium.org
Visibility:
Public.

Description

Split DumpWithoutCrashing() into a separate file This will allow nacl_helper to link against breakpad_linux.cc (which calls SetDumpWithoutCrashingFunction()) without pulling in the rest of logging_chrome.cc, which depends on logging code generated for all IPC messages which we don't want to pull into nacl_helper. BUG=https://code.google.com/p/nativeclient/issues/detail?id=2096 TEST=build Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=180057

Patch Set 1 #

Patch Set 2 : Fix Windows build #

Total comments: 8

Patch Set 3 : Review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -40 lines) Patch
M chrome/app/breakpad_linux.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/breakpad_mac.mm View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/metrics/thread_watcher.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_common.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/common/dump_without_crashing.h View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A chrome/common/dump_without_crashing.cc View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
M chrome/common/logging_chrome.h View 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/common/logging_chrome.cc View 1 2 4 chunks +2 lines, -31 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Mark Seaborn
7 years, 10 months ago (2013-01-31 20:29:41 UTC) #1
Lei Zhang
lgtm with green bots. https://codereview.chromium.org/12090096/diff/2003/chrome/common/dump_without_crashing.cc File chrome/common/dump_without_crashing.cc (right): https://codereview.chromium.org/12090096/diff/2003/chrome/common/dump_without_crashing.cc#newcode5 chrome/common/dump_without_crashing.cc:5: #include "build/build_config.h" this should go ...
7 years, 10 months ago (2013-01-31 21:56:22 UTC) #2
Mark Seaborn
https://codereview.chromium.org/12090096/diff/2003/chrome/common/dump_without_crashing.cc File chrome/common/dump_without_crashing.cc (right): https://codereview.chromium.org/12090096/diff/2003/chrome/common/dump_without_crashing.cc#newcode5 chrome/common/dump_without_crashing.cc:5: #include "build/build_config.h" On 2013/01/31 21:56:22, Lei Zhang wrote: > ...
7 years, 10 months ago (2013-01-31 23:09:25 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mseaborn@chromium.org/12090096/4002
7 years, 10 months ago (2013-01-31 23:18:06 UTC) #4
commit-bot: I haz the power
7 years, 10 months ago (2013-02-01 03:37:28 UTC) #5
Message was sent while issue was closed.
Change committed as 180057

Powered by Google App Engine
This is Rietveld 408576698