Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Issue 99523009: Move DumpProcessWithoutCrash to base, so we can use it from net and content (Closed)

Created:
7 years ago by jochen (gone - plz use gerrit)
Modified:
6 years, 11 months ago
Reviewers:
Mark Mentovai, Wez
CC:
chromium-reviews, tim+watch_chromium.org, rsimha+watch_chromium.org, jar (doing other things), browser-components-watch_chromium.org, haitaol+watch_chromium.org, asvitkine+watch_chromium.org, erikwright+watch_chromium.org, Ilya Sherman, maniscalco+watch_chromium.org
Visibility:
Public.

Description

Move DumpProcessWithoutCrash to base, so we can use it from net and content BUG=none [email protected] [email protected] Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241589

Patch Set 1 #

Patch Set 2 : updates #

Total comments: 2

Patch Set 3 : updates #

Patch Set 4 : updates #

Total comments: 4

Patch Set 5 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -163 lines) Patch
M base/base.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M base/compiler_specific.h View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
A + base/debug/dump_without_crashing.h View 1 2 1 chunk +14 lines, -10 lines 0 comments Download
A + base/debug/dump_without_crashing.cc View 1 2 1 chunk +10 lines, -29 lines 0 comments Download
M base/native_library.h View 1 2 2 chunks +1 line, -7 lines 0 comments Download
M chrome/app/chrome_breakpad_client.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/app/chrome_breakpad_client.cc View 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/history/thumbnail_database.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/metrics/thread_watcher.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/chrome_report_unrecoverable_error.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
D chrome/common/dump_without_crashing.h View 1 chunk +0 lines, -23 lines 0 comments Download
D chrome/common/dump_without_crashing.cc View 1 chunk +0 lines, -51 lines 0 comments Download
M chrome/common/logging_chrome.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M components/breakpad/app/breakpad_client.h View 1 chunk +0 lines, -6 lines 0 comments Download
M components/breakpad/app/breakpad_client.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M components/breakpad/app/breakpad_linux.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/breakpad/app/breakpad_mac.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M components/breakpad/app/breakpad_win.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M remoting/client/plugin/pepper_plugin_thread_delegate.h View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jochen (gone - plz use gerrit)
plz review
7 years ago (2013-12-17 19:01:04 UTC) #1
Mark Mentovai
https://codereview.chromium.org/99523009/diff/20001/base/debug/dump_without_crashing.cc File base/debug/dump_without_crashing.cc (right): https://codereview.chromium.org/99523009/diff/20001/base/debug/dump_without_crashing.cc#newcode16 base/debug/dump_without_crashing.cc:16: void (__cdecl *dump_without_crashing_function_)() = NULL; All of these #ifdefs ...
7 years ago (2013-12-17 20:12:08 UTC) #2
jochen (gone - plz use gerrit)
PTAL
7 years ago (2013-12-18 08:41:46 UTC) #3
Mark Mentovai
LGTM https://codereview.chromium.org/99523009/diff/50001/base/compiler_specific.h File base/compiler_specific.h (right): https://codereview.chromium.org/99523009/diff/50001/base/compiler_specific.h#newcode215 base/compiler_specific.h:215: #if defined(OS_WIN) && !defined(CDECL) When would CDECL be ...
7 years ago (2013-12-18 13:47:49 UTC) #4
jochen (gone - plz use gerrit)
TBR'ing wez for remoting/ https://codereview.chromium.org/99523009/diff/50001/base/compiler_specific.h File base/compiler_specific.h (right): https://codereview.chromium.org/99523009/diff/50001/base/compiler_specific.h#newcode215 base/compiler_specific.h:215: #if defined(OS_WIN) && !defined(CDECL) On ...
7 years ago (2013-12-18 14:49:40 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/99523009/70001
7 years ago (2013-12-18 14:51:50 UTC) #6
commit-bot: I haz the power
Change committed as 241589
7 years ago (2013-12-18 17:42:33 UTC) #7
Wez
6 years, 11 months ago (2013-12-30 15:24:23 UTC) #8
Message was sent while issue was closed.
LGTM, FWIW

Powered by Google App Engine
This is Rietveld 408576698