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

Issue 8528043: Get all of the certificate data for downloads from the WinVerifyTrust result. (Closed)

Created:
9 years, 1 month ago by Brian Ryner
Modified:
9 years, 1 month ago
Reviewers:
noelutz, Ryan Sleevi
CC:
chromium-reviews, mattm
Visibility:
Public.

Description

Get all of the certificate data for downloads from the WinVerifyTrust result. This should speed up the certificate extraction significantly. BUG=102540 TEST=SignatureUtilWinTest.* pass Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110151

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -148 lines) Patch
M chrome/browser/safe_browsing/signature_util_win.cc View 1 3 chunks +36 lines, -146 lines 0 comments Download
M chrome/browser/safe_browsing/signature_util_win_unittest.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Brian Ryner
9 years, 1 month ago (2011-11-15 00:17:02 UTC) #1
Ryan Sleevi
Nice work - great to see code disappear! :-) LGTM. A few comments below, but ...
9 years, 1 month ago (2011-11-15 00:27:12 UTC) #2
noelutz
http://codereview.chromium.org/8528043/diff/1/chrome/browser/safe_browsing/signature_util_win.cc File chrome/browser/safe_browsing/signature_util_win.cc (right): http://codereview.chromium.org/8528043/diff/1/chrome/browser/safe_browsing/signature_util_win.cc#newcode53 chrome/browser/safe_browsing/signature_util_win.cc:53: signature_info->set_trusted( Should we not set trusted at all if ...
9 years, 1 month ago (2011-11-15 00:29:47 UTC) #3
Brian Ryner
http://codereview.chromium.org/8528043/diff/1/chrome/browser/safe_browsing/signature_util_win.cc File chrome/browser/safe_browsing/signature_util_win.cc (right): http://codereview.chromium.org/8528043/diff/1/chrome/browser/safe_browsing/signature_util_win.cc#newcode45 chrome/browser/safe_browsing/signature_util_win.cc:45: wintrust_data.dwProvFlags = 0; // don't set any flags On ...
9 years, 1 month ago (2011-11-15 01:05:37 UTC) #4
noelutz
lgtm http://codereview.chromium.org/8528043/diff/1/chrome/browser/safe_browsing/signature_util_win.cc File chrome/browser/safe_browsing/signature_util_win.cc (right): http://codereview.chromium.org/8528043/diff/1/chrome/browser/safe_browsing/signature_util_win.cc#newcode53 chrome/browser/safe_browsing/signature_util_win.cc:53: signature_info->set_trusted( On 2011/11/15 01:05:37, Brian Ryner wrote: > ...
9 years, 1 month ago (2011-11-15 01:12:42 UTC) #5
Ryan Sleevi
http://codereview.chromium.org/8528043/diff/1/chrome/browser/safe_browsing/signature_util_win.cc File chrome/browser/safe_browsing/signature_util_win.cc (right): http://codereview.chromium.org/8528043/diff/1/chrome/browser/safe_browsing/signature_util_win.cc#newcode45 chrome/browser/safe_browsing/signature_util_win.cc:45: wintrust_data.dwProvFlags = 0; // don't set any flags On ...
9 years, 1 month ago (2011-11-15 01:20:01 UTC) #6
Brian Ryner
I guess the XP test build bots will catch it if there's a problem that ...
9 years, 1 month ago (2011-11-15 01:24:06 UTC) #7
Brian Ryner
I'll go ahead and submit and keep an eye on the XP bots.
9 years, 1 month ago (2011-11-15 18:34:36 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bryner@chromium.org/8528043/4002
9 years, 1 month ago (2011-11-15 18:35:03 UTC) #9
commit-bot: I haz the power
9 years, 1 month ago (2011-11-15 19:44:46 UTC) #10
Change committed as 110151

Powered by Google App Engine
This is Rietveld 408576698