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

Issue 432003005: Introduce MinidumpWritable, its dependencies, and their tests (Closed)

Created:
6 years, 4 months ago by Mark Mentovai
Modified:
6 years, 4 months ago
Reviewers:
Robert Sesek
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Project:
crashpad
Visibility:
Public.

Description

Introduce MinidumpWritable, its dependencies, and their tests. MinidumpWritable is the base class for all minidump-writing operations. R=rsesek@chromium.org Committed: https://chromium.googlesource.com/crashpad/crashpad/+/995012534e34

Patch Set 1 #

Total comments: 21

Patch Set 2 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2516 lines, -1 line) Patch
M DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
M crashpad.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
A minidump/minidump.gyp View 1 chunk +53 lines, -0 lines 0 comments Download
A minidump/minidump_writable.h View 1 1 chunk +273 lines, -0 lines 0 comments Download
A minidump/minidump_writable.cc View 1 1 chunk +264 lines, -0 lines 0 comments Download
A minidump/minidump_writable_test.cc View 1 chunk +835 lines, -0 lines 0 comments Download
A util/file/fd_io.h View 1 chunk +50 lines, -0 lines 0 comments Download
A util/file/fd_io.cc View 1 chunk +75 lines, -0 lines 0 comments Download
A util/file/file_writer.h View 1 1 chunk +130 lines, -0 lines 0 comments Download
A util/file/file_writer.cc View 1 1 chunk +149 lines, -0 lines 0 comments Download
A util/file/string_file_writer.h View 1 1 chunk +70 lines, -0 lines 0 comments Download
A util/file/string_file_writer.cc View 1 1 chunk +137 lines, -0 lines 0 comments Download
A util/file/string_file_writer_test.cc View 1 chunk +378 lines, -0 lines 0 comments Download
A util/numeric/safe_assignment.h View 1 chunk +44 lines, -0 lines 0 comments Download
A util/util.gyp View 1 chunk +55 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Mark Mentovai
Here’s another 2500 lines or so, but at least half are in tests, and a ...
6 years, 4 months ago (2014-07-31 19:02:50 UTC) #1
Robert Sesek
Yes, this would have been easier (and faster to turn around) had util been split ...
6 years, 4 months ago (2014-08-01 14:38:04 UTC) #2
Mark Mentovai
OK, we’ll do a smaller chunk next time. Sorry. https://codereview.chromium.org/432003005/diff/1/minidump/minidump_writable.cc File minidump/minidump_writable.cc (right): https://codereview.chromium.org/432003005/diff/1/minidump/minidump_writable.cc#newcode185 minidump/minidump_writable.cc:185: ...
6 years, 4 months ago (2014-08-01 16:09:35 UTC) #3
Robert Sesek
LGTM
6 years, 4 months ago (2014-08-01 16:47:05 UTC) #4
Mark Mentovai
6 years, 4 months ago (2014-08-01 16:48:32 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as 995012534e34 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698