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

Issue 1126273003: win: Retrieve module version/type information (Closed)

Created:
5 years, 7 months ago by scottmg
Modified:
5 years, 7 months ago
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@thread-context-fixes
Target Ref:
refs/heads/master
Project:
crashpad
Visibility:
Public.

Description

win: Retrieve module version/type information Refactor version retrieval from system snapshot to use when retrieving the module version information. Follows https://codereview.chromium.org/1133203002/. R=cpu@chromium.org, rsesek@chromium.org TBR=mark@chromium.org BUG=crashpad:1 Committed: https://chromium.googlesource.com/crashpad/crashpad/+/b0889f61eefa6f89dd823df0b8f4e17aa8ed6ba4

Patch Set 1 #

Patch Set 2 : mostly working #

Patch Set 3 : . #

Total comments: 7

Patch Set 4 : simplify a bit #

Total comments: 4

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -63 lines) Patch
M snapshot/win/module_snapshot_win.h View 1 1 chunk +1 line, -1 line 0 comments Download
M snapshot/win/module_snapshot_win.cc View 1 2 3 5 chunks +38 lines, -7 lines 0 comments Download
M snapshot/win/system_snapshot_win.cc View 1 2 3 2 chunks +20 lines, -40 lines 0 comments Download
M util/util.gyp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A + util/win/module_version.h View 1 chunk +15 lines, -14 lines 0 comments Download
A util/win/module_version.cc View 1 1 chunk +55 lines, -0 lines 0 comments Download
M util/win/process_structs.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (2 generated)
scottmg
5 years, 7 months ago (2015-05-12 20:34:51 UTC) #2
Robert Sesek
https://codereview.chromium.org/1126273003/diff/40001/snapshot/win/module_snapshot_win.cc File snapshot/win/module_snapshot_win.cc (right): https://codereview.chromium.org/1126273003/diff/40001/snapshot/win/module_snapshot_win.cc#newcode150 snapshot/win/module_snapshot_win.cc:150: // TODO(scottmg): Not sure if there's anything equivalent on ...
5 years, 7 months ago (2015-05-12 22:44:57 UTC) #3
scottmg
Thanks https://codereview.chromium.org/1126273003/diff/40001/snapshot/win/module_snapshot_win.cc File snapshot/win/module_snapshot_win.cc (right): https://codereview.chromium.org/1126273003/diff/40001/snapshot/win/module_snapshot_win.cc#newcode150 snapshot/win/module_snapshot_win.cc:150: // TODO(scottmg): Not sure if there's anything equivalent ...
5 years, 7 months ago (2015-05-12 23:28:38 UTC) #4
cpu_(ooo_6.6-7.5)
lgtm https://codereview.chromium.org/1126273003/diff/60001/util/win/module_version.cc File util/win/module_version.cc (right): https://codereview.chromium.org/1126273003/diff/60001/util/win/module_version.cc#newcode24 util/win/module_version.cc:24: fyi you can have modules without fixedfileinfo, I ...
5 years, 7 months ago (2015-05-13 01:34:12 UTC) #6
scottmg
Thanks https://codereview.chromium.org/1126273003/diff/60001/util/win/module_version.cc File util/win/module_version.cc (right): https://codereview.chromium.org/1126273003/diff/60001/util/win/module_version.cc#newcode24 util/win/module_version.cc:24: On 2015/05/13 01:34:12, cpu wrote: > fyi you ...
5 years, 7 months ago (2015-05-13 02:12:41 UTC) #7
Robert Sesek
https://codereview.chromium.org/1126273003/diff/40001/snapshot/win/system_snapshot_win.cc File snapshot/win/system_snapshot_win.cc (right): https://codereview.chromium.org/1126273003/diff/40001/snapshot/win/system_snapshot_win.cc#newcode103 snapshot/win/system_snapshot_win.cc:103: os_version_major_ = (ffi.dwFileVersionMS & 0xffff0000) >> 16; On 2015/05/12 ...
5 years, 7 months ago (2015-05-13 19:06:00 UTC) #8
Robert Sesek
On 2015/05/13 19:06:00, Robert Sesek wrote: > https://codereview.chromium.org/1126273003/diff/40001/snapshot/win/system_snapshot_win.cc > File snapshot/win/system_snapshot_win.cc (right): > > https://codereview.chromium.org/1126273003/diff/40001/snapshot/win/system_snapshot_win.cc#newcode103 ...
5 years, 7 months ago (2015-05-13 19:06:15 UTC) #9
scottmg
On 2015/05/13 19:06:00, Robert Sesek wrote: > https://codereview.chromium.org/1126273003/diff/40001/snapshot/win/system_snapshot_win.cc > File snapshot/win/system_snapshot_win.cc (right): > > https://codereview.chromium.org/1126273003/diff/40001/snapshot/win/system_snapshot_win.cc#newcode103 ...
5 years, 7 months ago (2015-05-13 19:28:07 UTC) #10
Robert Sesek
On 2015/05/13 19:28:07, scottmg wrote: > On 2015/05/13 19:06:00, Robert Sesek wrote: > > > ...
5 years, 7 months ago (2015-05-13 19:29:16 UTC) #11
scottmg
On 2015/05/13 19:29:16, Robert Sesek wrote: > On 2015/05/13 19:28:07, scottmg wrote: > > On ...
5 years, 7 months ago (2015-05-13 19:51:58 UTC) #12
scottmg
5 years, 7 months ago (2015-05-15 00:43:56 UTC) #13
Message was sent while issue was closed.
Committed patchset #5 (id:100001) manually as
b0889f61eefa6f89dd823df0b8f4e17aa8ed6ba4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698