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

Issue 2653333002: [win] Create utilities for helping to populate ModuleDatabase. (Closed)

Created:
3 years, 11 months ago by chrisha
Modified:
3 years, 10 months ago
Reviewers:
Patrick Monette
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[win] Create utilities for helping to populate ModuleDatabase. Further CLs will move (and test!) the rest of the enumerate_modules_model logic to this collection of helper functions. BUG=662084 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win10_chromium_x64_rel_ng Review-Url: https://codereview.chromium.org/2653333002 Cr-Commit-Position: refs/heads/master@{#448536} Committed: https://chromium.googlesource.com/chromium/src/+/2b10cfea6a7bfad0a361aa79d66e7ede05eb397a

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address review comments. #

Total comments: 2

Patch Set 3 : Fix include order. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+374 lines, -282 lines) Patch
M chrome/browser/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/conflicts/module_database_win.h View 1 3 chunks +73 lines, -19 lines 0 comments Download
M chrome/browser/conflicts/module_database_win.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/browser/conflicts/module_info_util_win.h View 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/browser/conflicts/module_info_util_win.cc View 1 2 1 chunk +231 lines, -0 lines 0 comments Download
A chrome/browser/conflicts/module_info_util_win_unittest.cc View 1 1 chunk +39 lines, -0 lines 0 comments Download
M chrome/browser/win/enumerate_modules_model.h View 1 3 chunks +2 lines, -20 lines 0 comments Download
M chrome/browser/win/enumerate_modules_model.cc View 1 2 chunks +2 lines, -243 lines 0 comments Download
M chrome/test/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 26 (14 generated)
chrisha
This is mostly just moving around already reviewed code. PTAL?
3 years, 11 months ago (2017-01-25 22:28:33 UTC) #2
Patrick Monette
https://codereview.chromium.org/2653333002/diff/1/chrome/browser/conflicts/module_database_win.cc File chrome/browser/conflicts/module_database_win.cc (right): https://codereview.chromium.org/2653333002/diff/1/chrome/browser/conflicts/module_database_win.cc#newcode349 chrome/browser/conflicts/module_database_win.cc:349: ModuleDatabase::ModuleInfoData::ModuleInfoData() : process_types(0) {} Change to PROCESS_TYPE_UNKNOWN whose value ...
3 years, 11 months ago (2017-01-26 20:49:07 UTC) #7
chrisha
Thanks, committing. https://codereview.chromium.org/2653333002/diff/1/chrome/browser/conflicts/module_database_win.cc File chrome/browser/conflicts/module_database_win.cc (right): https://codereview.chromium.org/2653333002/diff/1/chrome/browser/conflicts/module_database_win.cc#newcode349 chrome/browser/conflicts/module_database_win.cc:349: ModuleDatabase::ModuleInfoData::ModuleInfoData() : process_types(0) {} On 2017/01/26 20:49:07, ...
3 years, 10 months ago (2017-02-06 18:38:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2653333002/20001
3 years, 10 months ago (2017-02-06 18:39:28 UTC) #11
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
3 years, 10 months ago (2017-02-06 18:39:30 UTC) #13
chrisha
Oops, not committing. Need your l-g-t-m Pat!
3 years, 10 months ago (2017-02-06 19:01:24 UTC) #14
Patrick Monette
lgtm with one modification. https://codereview.chromium.org/2653333002/diff/20001/chrome/browser/conflicts/module_info_util_win.cc File chrome/browser/conflicts/module_info_util_win.cc (right): https://codereview.chromium.org/2653333002/diff/20001/chrome/browser/conflicts/module_info_util_win.cc#newcode7 chrome/browser/conflicts/module_info_util_win.cc:7: #include <mscat.h> // NOLINT: This ...
3 years, 10 months ago (2017-02-06 19:05:23 UTC) #15
chrisha
https://codereview.chromium.org/2653333002/diff/20001/chrome/browser/conflicts/module_info_util_win.cc File chrome/browser/conflicts/module_info_util_win.cc (right): https://codereview.chromium.org/2653333002/diff/20001/chrome/browser/conflicts/module_info_util_win.cc#newcode7 chrome/browser/conflicts/module_info_util_win.cc:7: #include <mscat.h> // NOLINT: This must be after wincrypt ...
3 years, 10 months ago (2017-02-06 20:54:46 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2653333002/40001
3 years, 10 months ago (2017-02-06 20:56:00 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win10_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win10_chromium_x64_rel_ng/builds/659)
3 years, 10 months ago (2017-02-07 00:39:45 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2653333002/40001
3 years, 10 months ago (2017-02-07 02:14:10 UTC) #23
commit-bot: I haz the power
3 years, 10 months ago (2017-02-07 03:35:01 UTC) #26
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/2b10cfea6a7bfad0a361aa79d66e...

Powered by Google App Engine
This is Rietveld 408576698