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

Issue 2277943002: Update Crashpad to b35ee1fca18956f3c27ba124d6dc456a723c7670 (Closed)

Created:
4 years, 4 months ago by gayane -on leave until 09-2017
Modified:
4 years, 3 months ago
Reviewers:
Mark Mentovai, scottmg
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update Crashpad to b35ee1fca18956f3c27ba124d6dc456a723c7670 660a5e69d661 win: switch crashpad_handler.exe to /subsystem:windows and add .com b35ee1fca189 Adding support for on-demand uploads Committed: https://crrev.com/2d0070cefc5486ad17cf7cedd5ef26612a174b84 Cr-Commit-Position: refs/heads/master@{#414619}

Patch Set 1 #

Total comments: 2

Patch Set 2 #

Total comments: 1

Patch Set 3 : fix build.gn #

Patch Set 4 : fix build.gn #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+347 lines, -40 lines) Patch
M build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn View 1 2 3 1 chunk +5 lines, -0 lines 2 comments Download
M third_party/crashpad/README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/client/crash_report_database.h View 4 chunks +18 lines, -1 line 0 comments Download
M third_party/crashpad/crashpad/client/crash_report_database.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/client/crash_report_database_mac.mm View 9 chunks +91 lines, -20 lines 0 comments Download
M third_party/crashpad/crashpad/client/crash_report_database_test.cc View 5 chunks +79 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/client/crash_report_database_win.cc View 8 chunks +59 lines, -6 lines 0 comments Download
M third_party/crashpad/crashpad/client/crashpad_client_win_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/client/prune_crash_reports_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/crashpad/crashpad/handler/crash_report_upload_thread.cc View 2 chunks +10 lines, -5 lines 0 comments Download
M third_party/crashpad/crashpad/handler/handler.gyp View 2 chunks +37 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/handler/main.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/end_to_end_test.py View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/util/mac/xattr.h View 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/mac/xattr.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/mac/xattr_test.cc View 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (8 generated)
gayane -on leave until 09-2017
PTAL
4 years, 4 months ago (2016-08-24 22:09:43 UTC) #2
Mark Mentovai
LGTM https://codereview.chromium.org/2277943002/diff/1/third_party/crashpad/crashpad/handler/handler.gyp File third_party/crashpad/crashpad/handler/handler.gyp (right): https://codereview.chromium.org/2277943002/diff/1/third_party/crashpad/crashpad/handler/handler.gyp#newcode106 third_party/crashpad/crashpad/handler/handler.gyp:106: # Duplicates crashpad_handler.exe to crashpad_handler.com and makes it ...
4 years, 4 months ago (2016-08-24 22:12:32 UTC) #3
scottmg
https://codereview.chromium.org/2277943002/diff/1/third_party/crashpad/crashpad/handler/handler.gyp File third_party/crashpad/crashpad/handler/handler.gyp (right): https://codereview.chromium.org/2277943002/diff/1/third_party/crashpad/crashpad/handler/handler.gyp#newcode106 third_party/crashpad/crashpad/handler/handler.gyp:106: # Duplicates crashpad_handler.exe to crashpad_handler.com and makes it On ...
4 years, 4 months ago (2016-08-24 22:55:50 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2277943002/1
4 years, 4 months ago (2016-08-24 23:17:12 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/74864)
4 years, 4 months ago (2016-08-25 00:58:17 UTC) #9
Mark Mentovai
Based on the commit queue failure, I think we need to edit build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn to add ...
4 years, 3 months ago (2016-08-25 12:51:46 UTC) #10
scottmg
On 2016/08/25 12:51:46, Mark Mentovai wrote: > Based on the commit queue failure, I think ...
4 years, 3 months ago (2016-08-25 15:54:59 UTC) #11
Mark Mentovai
https://codereview.chromium.org/2277943002/diff/20001/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn File build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn (right): https://codereview.chromium.org/2277943002/diff/20001/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn#newcode59 build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn:59: if (is_win) { This didn’t seem to work. Maybe ...
4 years, 3 months ago (2016-08-25 16:11:22 UTC) #12
gayane -on leave until 09-2017
It works with this last change. Could you double check that the logic is what ...
4 years, 3 months ago (2016-08-25 18:07:56 UTC) #13
Mark Mentovai
LGTM https://codereview.chromium.org/2277943002/diff/60001/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn File build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn (right): https://codereview.chromium.org/2277943002/diff/60001/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn#newcode60 build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn:60: configs -= [ "//build/config/win:console" ] I don’t know ...
4 years, 3 months ago (2016-08-25 18:10:28 UTC) #14
scottmg
https://codereview.chromium.org/2277943002/diff/60001/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn File build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn (right): https://codereview.chromium.org/2277943002/diff/60001/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn#newcode60 build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn:60: configs -= [ "//build/config/win:console" ] On 2016/08/25 18:10:28, Mark ...
4 years, 3 months ago (2016-08-25 18:14:10 UTC) #15
gayane -on leave until 09-2017
On 2016/08/25 18:14:10, scottmg wrote: > https://codereview.chromium.org/2277943002/diff/60001/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn > File build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn (right): > > https://codereview.chromium.org/2277943002/diff/60001/build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn#newcode60 > ...
4 years, 3 months ago (2016-08-25 18:32:29 UTC) #16
Mark Mentovai
Go right ahead!
4 years, 3 months ago (2016-08-25 18:49:12 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2277943002/60001
4 years, 3 months ago (2016-08-25 18:51:51 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/284949)
4 years, 3 months ago (2016-08-25 20:24:10 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2277943002/60001
4 years, 3 months ago (2016-08-26 00:55:39 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-08-26 01:34:53 UTC) #24
commit-bot: I haz the power
4 years, 3 months ago (2016-08-26 01:37:03 UTC) #26
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2d0070cefc5486ad17cf7cedd5ef26612a174b84
Cr-Commit-Position: refs/heads/master@{#414619}

Powered by Google App Engine
This is Rietveld 408576698