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

Issue 1428803006: win: Implement CrashpadClient::StartHandler() (Closed)

Created:
5 years, 1 month ago by Mark Mentovai
Modified:
5 years, 1 month ago
Reviewers:
scottmg
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Target Ref:
refs/heads/master
Project:
crashpad
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 11

Patch Set 2 : Rebase #

Patch Set 3 : Address review feedback; add a test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+478 lines, -95 lines) Patch
M client/crashpad_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M client/crashpad_client_win.cc View 1 2 6 chunks +84 lines, -15 lines 0 comments Download
M handler/crashpad_handler.ad View 1 2 2 chunks +17 lines, -2 lines 0 comments Download
M handler/main.cc View 6 chunks +12 lines, -3 lines 0 comments Download
M handler/win/crashy_test_program.cc View 3 chunks +28 lines, -9 lines 0 comments Download
M snapshot/win/end_to_end_test.py View 1 2 6 chunks +38 lines, -11 lines 0 comments Download
M snapshot/win/exception_snapshot_win_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/multiprocess_exec_win.cc View 2 chunks +1 line, -2 lines 0 comments Download
M test/win/child_launcher.h View 2 chunks +1 line, -9 lines 0 comments Download
M test/win/child_launcher.cc View 2 chunks +1 line, -34 lines 0 comments Download
M util/util.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M util/util_test.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A util/win/command_line.h View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A util/win/command_line.cc View 1 chunk +58 lines, -0 lines 0 comments Download
A util/win/command_line_test.cc View 1 2 1 chunk +177 lines, -0 lines 0 comments Download
M util/win/exception_handler_server.h View 2 chunks +6 lines, -1 line 0 comments Download
M util/win/exception_handler_server.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M util/win/exception_handler_server_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M util/win/process_info_test.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
Mark Mentovai
There’s no reason you have to use this in Chrome, but there’s also no reason ...
5 years, 1 month ago (2015-10-30 19:31:12 UTC) #2
scottmg
Cool! I started on this, but didn't get this far. LGTM https://codereview.chromium.org/1428803006/diff/1/client/crashpad_client_win.cc File client/crashpad_client_win.cc (right): ...
5 years, 1 month ago (2015-10-30 23:16:31 UTC) #3
Mark Mentovai
https://codereview.chromium.org/1428803006/diff/1/client/crashpad_client_win.cc File client/crashpad_client_win.cc (right): https://codereview.chromium.org/1428803006/diff/1/client/crashpad_client_win.cc#newcode166 client/crashpad_client_win.cc:166: startup_info.hStdInput = GetStdHandle(STD_INPUT_HANDLE); scottmg wrote: > This was one ...
5 years, 1 month ago (2015-10-31 01:22:24 UTC) #4
Mark Mentovai
https://codereview.chromium.org/1428803006/diff/1/client/crashpad_client_win.cc File client/crashpad_client_win.cc (right): https://codereview.chromium.org/1428803006/diff/1/client/crashpad_client_win.cc#newcode166 client/crashpad_client_win.cc:166: startup_info.hStdInput = GetStdHandle(STD_INPUT_HANDLE); I wrote: > scottmg wrote: > ...
5 years, 1 month ago (2015-10-31 18:34:29 UTC) #5
scottmg
https://codereview.chromium.org/1428803006/diff/1/client/crashpad_client_win.cc File client/crashpad_client_win.cc (right): https://codereview.chromium.org/1428803006/diff/1/client/crashpad_client_win.cc#newcode166 client/crashpad_client_win.cc:166: startup_info.hStdInput = GetStdHandle(STD_INPUT_HANDLE); On 2015/10/31 01:22:24, Mark Mentovai wrote: ...
5 years, 1 month ago (2015-10-31 18:34:59 UTC) #6
Mark Mentovai
Thanks. I updated this to address your comments, and I added a test for AppendCommandLineArgument(). ...
5 years, 1 month ago (2015-11-02 16:30:16 UTC) #7
scottmg
On 2015/10/31 18:34:29, Mark Mentovai wrote: > https://codereview.chromium.org/1428803006/diff/1/client/crashpad_client_win.cc > File client/crashpad_client_win.cc (right): > > https://codereview.chromium.org/1428803006/diff/1/client/crashpad_client_win.cc#newcode166 ...
5 years, 1 month ago (2015-11-02 17:51:41 UTC) #8
scottmg
On 2015/11/02 16:30:16, Mark Mentovai wrote: > Thanks. I updated this to address your comments, ...
5 years, 1 month ago (2015-11-02 17:55:58 UTC) #9
Mark Mentovai
5 years, 1 month ago (2015-11-02 18:59:42 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
740c668e872456d969aa990a0316b1b8fdaba944 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698