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

Issue 1023943003: crashpad_database_util: Accept --new-report=- to read a new report from standard input (Closed)

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

Description

crashpad_database_util: Accept --new-report=- to read a new report from standard input. R=rsesek@chromium.org Committed: https://chromium.googlesource.com/crashpad/crashpad/+/124ace19bdce69e2974e3cfe3ef166241c5be8ec

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 2

Patch Set 3 : Rebase #

Patch Set 4 : Use WeakFileHandleFileReader #

Patch Set 5 : Back to WeakStdioFileReader #

Patch Set 6 : Fix Windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -23 lines) Patch
M tools/crashpad_database_util.ad View 1 1 chunk +3 lines, -2 lines 0 comments Download
M tools/crashpad_database_util.cc View 1 2 3 4 5 4 chunks +29 lines, -10 lines 0 comments Download
M util/file/file_io.h View 1 2 4 1 chunk +21 lines, -0 lines 0 comments Download
M util/file/file_reader.h View 4 6 chunks +39 lines, -5 lines 0 comments Download
M util/file/file_reader.cc View 4 2 chunks +36 lines, -0 lines 0 comments Download
M util/file/file_writer.h View 4 chunks +4 lines, -5 lines 0 comments Download
M util/file/string_file.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (2 generated)
Mark Mentovai
This enhances and depends on https://codereview.chromium.org/1018853006/. Robert: basic review, since you reviewed the rest of ...
5 years, 9 months ago (2015-03-20 21:43:33 UTC) #2
scottmg
On 2015/03/20 21:43:33, Mark Mentovai wrote: > This enhances and depends on https://codereview.chromium.org/1018853006/. > > ...
5 years, 9 months ago (2015-03-20 22:00:19 UTC) #3
Mark Mentovai
Robert, this one’s still hanging out too.
5 years, 8 months ago (2015-04-17 21:33:52 UTC) #4
Robert Sesek
https://codereview.chromium.org/1023943003/diff/20001/util/file/file_reader.h File util/file/file_reader.h (right): https://codereview.chromium.org/1023943003/diff/20001/util/file/file_reader.h#newcode157 util/file/file_reader.h:157: class WeakStdioFileReader : public FileReaderInterface { Why use this ...
5 years, 8 months ago (2015-04-23 13:40:13 UTC) #5
Mark Mentovai
https://codereview.chromium.org/1023943003/diff/20001/util/file/file_reader.h File util/file/file_reader.h (right): https://codereview.chromium.org/1023943003/diff/20001/util/file/file_reader.h#newcode157 util/file/file_reader.h:157: class WeakStdioFileReader : public FileReaderInterface { Robert Sesek wrote: ...
5 years, 4 months ago (2015-08-06 14:30:08 UTC) #6
Mark Mentovai
Never mind, I figured out why it was hanging with WeakFileHandleFileReader and fixed it. Updated.
5 years, 4 months ago (2015-08-06 14:49:39 UTC) #8
Mark Mentovai
I take it back. WeakFileHandleFileReader doesn’t work because fileno(stdin) and STDIN_FILENO aren’t valid file handles ...
5 years, 4 months ago (2015-08-06 21:01:08 UTC) #9
Robert Sesek
LGTM
5 years, 4 months ago (2015-08-07 16:21:02 UTC) #10
Mark Mentovai
5 years, 4 months ago (2015-08-07 17:57:10 UTC) #11
Message was sent while issue was closed.
Committed patchset #6 (id:120001) manually as
124ace19bdce69e2974e3cfe3ef166241c5be8ec (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698