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

Issue 1479283002: Reland: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed)

Created:
5 years ago by scottmg
Modified:
5 years ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, sadrul, Peter Beverloo, grt+watch_chromium.org, jam, darin-cc_chromium.org, wfh+watch_chromium.org, kalyank, mkwst+moarreviews-shell_chromium.org, jochen+watch_chromium.org, hans, danakj
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows Changes since https://codereview.chromium.org/1416133003 are ps1 -> ps2. - Includes build fix to for debug component GN build. - Includes Crashpad roll to pull in clang compile fixes and a limit on the number of locks saved to the crash dump. - Increase timeout on tab crash telemetry test for debug builds. Original CL: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows Crashpad is always compiled into chrome and its handler is always enabled. It only uploads in Official builds. On Windows, the crash handler is chrome.exe run with a --crashpad-handler argument. This is due to concern about incompatibilities of shipping an additional new different binary for AV, firewalls, etc. Sample renderer crash/1aed2bc785e28995 Sample browser: crash/66c822815474a5d8 See also http://crbug.com/427611 . R=mark@chromium.org TBR=cpu@chromium.org BUG=447073, 546288, 456193 Committed: https://crrev.com/cfa5b01bb1d06bf96967bd37e21a44752801948c Cr-Commit-Position: refs/heads/master@{#362258}

Patch Set 1 : original #

Patch Set 2 : fixes #

Patch Set 3 : rebase #

Patch Set 4 : with crashpad 1f3ced1846f3956e678c562c90e0d6c970543617 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+765 lines, -790 lines) Patch
M DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/secondary/third_party/crashpad/crashpad/client/BUILD.gn View 2 chunks +7 lines, -2 lines 0 comments Download
A build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn View 1 chunk +46 lines, -0 lines 0 comments Download
A build/secondary/third_party/crashpad/crashpad/minidump/BUILD.gn View 1 chunk +65 lines, -0 lines 0 comments Download
A build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn View 1 1 chunk +103 lines, -0 lines 0 comments Download
M build/secondary/third_party/crashpad/crashpad/third_party/getopt/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
A + build/secondary/third_party/crashpad/crashpad/tools/BUILD.gn View 1 chunk +11 lines, -10 lines 0 comments Download
M build/secondary/third_party/crashpad/crashpad/util/BUILD.gn View 6 chunks +49 lines, -33 lines 0 comments Download
M chrome/BUILD.gn View 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/app/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/chrome_crash_reporter_client.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M chrome/app/chrome_exe_main_win.cc View 5 chunks +38 lines, -1 line 0 comments Download
M chrome/app/chrome_main_delegate.cc View 9 chunks +16 lines, -6 lines 0 comments Download
M chrome/app/main_dll_loader_win.cc View 1 2 8 chunks +10 lines, -29 lines 0 comments Download
M chrome/browser/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_browser_main_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/crash_upload_list.cc View 2 chunks +5 lines, -10 lines 0 comments Download
A + chrome/browser/crash_upload_list_crashpad.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + chrome/browser/crash_upload_list_crashpad.cc View 2 chunks +7 lines, -10 lines 0 comments Download
D chrome/browser/crash_upload_list_mac.h View 1 chunk +0 lines, -37 lines 0 comments Download
D chrome/browser/crash_upload_list_mac.cc View 1 chunk +0 lines, -34 lines 0 comments Download
D chrome/browser/crash_upload_list_win.h View 1 chunk +0 lines, -41 lines 0 comments Download
D chrome/browser/crash_upload_list_win.cc View 1 chunk +0 lines, -88 lines 0 comments Download
M chrome/browser/google/google_update_settings_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/chrome_dll.gypi View 5 chunks +13 lines, -0 lines 0 comments Download
M chrome/chrome_exe.gypi View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/chrome_installer.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/common/child_process_logging_win.cc View 1 chunk +0 lines, -50 lines 0 comments Download
M chrome/common/chrome_paths.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/common/crash_keys.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/setup/BUILD.gn View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/interactive_ui_tests.isolate View 1 chunk +1 line, -0 lines 0 comments Download
M components/crash.gypi View 7 chunks +48 lines, -34 lines 0 comments Download
M components/crash/content/app/BUILD.gn View 5 chunks +26 lines, -14 lines 0 comments Download
A + components/crash/content/app/crashpad.h View 3 chunks +22 lines, -11 lines 0 comments Download
A + components/crash/content/app/crashpad.cc View 7 chunks +25 lines, -72 lines 0 comments Download
D components/crash/content/app/crashpad_mac.h View 1 chunk +0 lines, -73 lines 0 comments Download
M components/crash/content/app/crashpad_mac.mm View 5 chunks +7 lines, -188 lines 0 comments Download
A components/crash/content/app/crashpad_win.cc View 1 chunk +202 lines, -0 lines 0 comments Download
M components/crash/content/browser/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M components/crash/core/common/crash_keys.h View 1 chunk +6 lines, -3 lines 0 comments Download
M components/crash/core/common/crash_keys.cc View 3 chunks +10 lines, -2 lines 0 comments Download
M content/content_shell.gypi View 1 chunk +1 line, -1 line 0 comments Download
M content/ppapi_plugin/ppapi_plugin_main.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/internal/browser/tab_unittest.py View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (9 generated)
scottmg
To be updated with correct DEPS roll after Crashpad-side fix lands.
5 years ago (2015-11-30 18:17:13 UTC) #5
Mark Mentovai
LGTM
5 years ago (2015-11-30 18:42:18 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1479283002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1479283002/100001
5 years ago (2015-11-30 22:11:00 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:100001)
5 years ago (2015-11-30 23:13:54 UTC) #12
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/cfa5b01bb1d06bf96967bd37e21a44752801948c Cr-Commit-Position: refs/heads/master@{#362258}
5 years ago (2015-11-30 23:14:54 UTC) #14
Mark Mentovai
Awesome! I hope it sticks this time.
5 years ago (2015-12-01 00:05:38 UTC) #15
Will Harris
yay 🎈 🎈
5 years ago (2015-12-01 00:39:16 UTC) #16
gab
5 years ago (2015-12-01 15:26:31 UTC) #17
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:100001) has been created in
https://codereview.chromium.org/1490613004/ by gab@chromium.org.

The reason for reverting is: Breaks Win x64 GN compile :
http://build.chromium.org/p/chromium.win/builders/Win%20x64%20GN?numbuilds=200

(sad that this bot doesn't have a CQ counterpart...).

Powered by Google App Engine
This is Rietveld 408576698