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

Issue 1902563004: Add module name to module_list to aid debugging. (Closed)

Created:
4 years, 8 months ago by Will Harris
Modified:
4 years, 8 months ago
Reviewers:
robertshield
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add module name to module_list to aid debugging. BUG=603701

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -17 lines) Patch
M chrome/browser/install_verification/win/module_list.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/install_verification/win/module_list.cc View 3 chunks +16 lines, -15 lines 4 comments Download

Messages

Total messages: 7 (2 generated)
Will Harris
Added this code while debugging 603701, decided to put it in a CL to keep ...
4 years, 8 months ago (2016-04-18 23:14:46 UTC) #3
robertshield
Lg, doesn't look like this would add any meaningful overhead, I would try to avoid ...
4 years, 8 months ago (2016-04-19 00:54:23 UTC) #4
Will Harris
https://codereview.chromium.org/1902563004/diff/1/chrome/browser/install_verification/win/module_list.cc File chrome/browser/install_verification/win/module_list.cc (right): https://codereview.chromium.org/1902563004/diff/1/chrome/browser/install_verification/win/module_list.cc#newcode52 chrome/browser/install_verification/win/module_list.cc:52: MAX_PATH) && On 2016/04/19 00:54:22, robertshield wrote: > Many ...
4 years, 8 months ago (2016-04-19 00:59:05 UTC) #5
robertshield
On 2016/04/19 00:59:05, Will Harris wrote: > https://codereview.chromium.org/1902563004/diff/1/chrome/browser/install_verification/win/module_list.cc > File chrome/browser/install_verification/win/module_list.cc (right): > > https://codereview.chromium.org/1902563004/diff/1/chrome/browser/install_verification/win/module_list.cc#newcode52 ...
4 years, 8 months ago (2016-04-19 02:13:14 UTC) #6
Will Harris
4 years, 8 months ago (2016-04-19 02:52:04 UTC) #7
On 2016/04/19 02:13:14, robertshield wrote:
> On 2016/04/19 00:59:05, Will Harris wrote:
> >
>
https://codereview.chromium.org/1902563004/diff/1/chrome/browser/install_veri...
> > File chrome/browser/install_verification/win/module_list.cc (right):
> > 
> >
>
https://codereview.chromium.org/1902563004/diff/1/chrome/browser/install_veri...
> > chrome/browser/install_verification/win/module_list.cc:52: MAX_PATH) &&
> > On 2016/04/19 00:54:22, robertshield wrote:
> > > Many of the entries in modules_ will already have the filename populated.
> Can
> > we
> > > skip retrieving the filename again if the modules_ entry already contains
> it?
> > 
> > yes I found that later, I think I should change how I do this.
> > 
> > turns out the fact we can't close guard64.dll doesn't have any material
impact
> > on the bug anyway. I might chuck this CL, unless you think strongly that
it's
> > worth it.
> 
> I don't have an urgent need for this, let's park it for now until you decide
you
> really want it :-)

Very happy to kill this. :)

Powered by Google App Engine
This is Rietveld 408576698