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

Issue 936333004: win: Add implementation of system_snapshot for Windows (Closed)

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

Description

win: Add implementation of system_snapshot for Windows ProcessReaderWin only a stub for now. R=mark@chromium.org BUG=crashpad:1 Committed: https://chromium.googlesource.com/crashpad/crashpad/+/bcc580e561fe89fbf078a83b3ea96cb8b3091865

Patch Set 1 #

Total comments: 26

Patch Set 2 : . #

Total comments: 18

Patch Set 3 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+509 lines, -91 lines) Patch
M compat/compat.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A + compat/win/winnt.h View 1 2 1 chunk +15 lines, -6 lines 0 comments Download
M snapshot/snapshot.gyp View 1 2 2 chunks +15 lines, -0 lines 0 comments Download
M snapshot/system_snapshot.h View 1 chunk +3 lines, -0 lines 0 comments Download
A snapshot/win/process_reader_win.h View 1 chunk +53 lines, -0 lines 0 comments Download
A + snapshot/win/process_reader_win.cc View 1 chunk +12 lines, -6 lines 0 comments Download
A + snapshot/win/system_snapshot_win.h View 4 chunks +22 lines, -27 lines 0 comments Download
A snapshot/win/system_snapshot_win.cc View 1 2 1 chunk +356 lines, -0 lines 0 comments Download
A + snapshot/win/system_snapshot_win_test.cc View 1 3 chunks +32 lines, -52 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
scottmg
5 years, 10 months ago (2015-02-19 21:16:15 UTC) #4
Mark Mentovai
https://codereview.chromium.org/936333004/diff/60001/snapshot/win/system_snapshot_win.cc File snapshot/win/system_snapshot_win.cc (right): https://codereview.chromium.org/936333004/diff/60001/snapshot/win/system_snapshot_win.cc#newcode52 snapshot/win/system_snapshot_win.cc:52: if (!GetVersionEx(reinterpret_cast<OSVERSIONINFO*>(&version_info))) { Looking at the docs for GetVersionEx(), ...
5 years, 10 months ago (2015-02-20 18:58:52 UTC) #5
scottmg
https://codereview.chromium.org/936333004/diff/60001/snapshot/win/system_snapshot_win.cc File snapshot/win/system_snapshot_win.cc (right): https://codereview.chromium.org/936333004/diff/60001/snapshot/win/system_snapshot_win.cc#newcode52 snapshot/win/system_snapshot_win.cc:52: if (!GetVersionEx(reinterpret_cast<OSVERSIONINFO*>(&version_info))) { On 2015/02/20 18:58:52, Mark Mentovai wrote: ...
5 years, 10 months ago (2015-02-20 22:00:45 UTC) #7
scottmg
Hi Mark, do you have time to take another look at this patch?
5 years, 9 months ago (2015-02-27 21:51:29 UTC) #8
Mark Mentovai
Major oops on my part, I hadn’t realized that you came back with another round. ...
5 years, 9 months ago (2015-02-27 21:59:37 UTC) #9
Mark Mentovai
Really sorry about the delay, I hope you weren’t blocked waiting on this. A week’s ...
5 years, 9 months ago (2015-02-27 22:27:43 UTC) #10
scottmg
No problem on the delay, I've been busy with other things this week anyway. https://codereview.chromium.org/936333004/diff/100001/compat/win/processor_power_information.h ...
5 years, 9 months ago (2015-02-28 00:37:33 UTC) #13
Mark Mentovai
LGTM
5 years, 9 months ago (2015-03-02 20:15:17 UTC) #14
scottmg
5 years, 9 months ago (2015-03-02 21:06:36 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:160001) manually as
bcc580e561fe89fbf078a83b3ea96cb8b3091865 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698