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

Issue 2370053002: [win] Make conflict module enumeration occur at most once. (Closed)

Created:
4 years, 2 months ago by chrisha
Modified:
4 years, 2 months ago
Reviewers:
gab
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[win] Make conflict module enumeration occur at most once. This prevents the module enumeration from running repeatedly if the user revisits chrome://conflicts. BUG=617176 Committed: https://crrev.com/82dfb2421849dacb4dd315dbfc34b469b2dc3e79 Cr-Commit-Position: refs/heads/master@{#421311}

Patch Set 1 #

Total comments: 6

Patch Set 2 : More comments, add DCHECK. #

Patch Set 3 : Fix comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -2 lines) Patch
M chrome/browser/win/enumerate_modules_model.cc View 1 2 2 chunks +16 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 16 (7 generated)
chrisha
Here's that other CL I mentioned :) PTAL?
4 years, 2 months ago (2016-09-26 20:48:04 UTC) #2
gab
https://codereview.chromium.org/2370053002/diff/1/chrome/browser/win/enumerate_modules_model.cc File chrome/browser/win/enumerate_modules_model.cc (right): https://codereview.chromium.org/2370053002/diff/1/chrome/browser/win/enumerate_modules_model.cc#newcode734 chrome/browser/win/enumerate_modules_model.cc:734: if (!enumerated_modules_.empty()) { I'm not convinced usage of |enumerated_modules_| ...
4 years, 2 months ago (2016-09-27 14:27:11 UTC) #7
chrisha
https://codereview.chromium.org/2370053002/diff/1/chrome/browser/win/enumerate_modules_model.cc File chrome/browser/win/enumerate_modules_model.cc (right): https://codereview.chromium.org/2370053002/diff/1/chrome/browser/win/enumerate_modules_model.cc#newcode734 chrome/browser/win/enumerate_modules_model.cc:734: if (!enumerated_modules_.empty()) { On 2016/09/27 14:27:11, gab wrote: > ...
4 years, 2 months ago (2016-09-27 14:49:39 UTC) #8
gab
https://codereview.chromium.org/2370053002/diff/1/chrome/browser/win/enumerate_modules_model.cc File chrome/browser/win/enumerate_modules_model.cc (right): https://codereview.chromium.org/2370053002/diff/1/chrome/browser/win/enumerate_modules_model.cc#newcode391 chrome/browser/win/enumerate_modules_model.cc:391: enumerated_modules_->clear(); DCHECK(enumerated_modules_->empty()); instead with a comment about how this ...
4 years, 2 months ago (2016-09-27 15:11:24 UTC) #9
chrisha
One last look? https://codereview.chromium.org/2370053002/diff/1/chrome/browser/win/enumerate_modules_model.cc File chrome/browser/win/enumerate_modules_model.cc (right): https://codereview.chromium.org/2370053002/diff/1/chrome/browser/win/enumerate_modules_model.cc#newcode391 chrome/browser/win/enumerate_modules_model.cc:391: enumerated_modules_->clear(); On 2016/09/27 15:11:24, gab wrote: ...
4 years, 2 months ago (2016-09-27 15:29:07 UTC) #10
gab
lgtm
4 years, 2 months ago (2016-09-27 17:11:18 UTC) #11
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/2370053002/40001
4 years, 2 months ago (2016-09-27 19:16:41 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-09-27 20:10:23 UTC) #14
commit-bot: I haz the power
4 years, 2 months ago (2016-09-27 20:12:05 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/82dfb2421849dacb4dd315dbfc34b469b2dc3e79
Cr-Commit-Position: refs/heads/master@{#421311}

Powered by Google App Engine
This is Rietveld 408576698