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

Issue 27307: Fixes a bug in the criteria checker that caused the 6-month flag to not be de... (Closed)

Created:
11 years, 10 months ago by Glenn Wilson
Modified:
9 years, 7 months ago
Reviewers:
kuchhal
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fixes a bug in the criteria checker that caused the 6-month flag to not be deleted. BUG=8217 R=kuchhal Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11038

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 1

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -72 lines) Patch
M chrome/installer/gcapi/gcapi.cc View 1 2 3 4 5 6 7 8 9 3 chunks +32 lines, -72 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Glenn Wilson
Here's a revised version of the criteria checker fix, which cleans up the original version ...
11 years, 9 months ago (2009-03-03 18:23:22 UTC) #1
kuchhal
I think the new for loop can get stuck in infinite loop since we are ...
11 years, 9 months ago (2009-03-03 18:33:18 UTC) #2
Glenn Wilson
On 2009/03/03 18:33:18, kuchhal wrote: > I think the new for loop can get stuck ...
11 years, 9 months ago (2009-03-03 22:22:55 UTC) #3
kuchhal
lgtm
11 years, 9 months ago (2009-03-03 22:25:41 UTC) #4
Glenn Wilson
Sorry for the second set of changes on this, but we have an improved patch ...
11 years, 9 months ago (2009-03-05 17:59:28 UTC) #5
kuchhal
11 years, 9 months ago (2009-03-05 18:20:43 UTC) #6
lgtm. with one nit below.

http://codereview.chromium.org/27307/diff/2009/2010
File chrome/installer/gcapi/gcapi.cc (right):

http://codereview.chromium.org/27307/diff/2009/2010#newcode123
Line 123: ::RegSetValueEx(key, company, 0, REG_DWORD, (LPBYTE)&value,
sizeof(DWORD));
More than 80 chars

Powered by Google App Engine
This is Rietveld 408576698