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

Issue 7645038: Autofill: Check for different string sizes when comparing for equality. (Closed)

Created:
9 years, 4 months ago by James Hawkins
Modified:
9 years, 4 months ago
CC:
chromium-reviews, GeorgeY, Paweł Hajdan Jr., dhollowa
Visibility:
Public.

Description

Autofill: Check for different string sizes when comparing for equality. Also uses StringToLowerASCII for consistency with AF code. Fixes a crash under Win Dbg. BUG=92937 TEST=WebDatabaseMigrationTest.MigrateVersion32ToCurrent R=dhollowa@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97108

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use StringToLowerASCII. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -10 lines) Patch
M chrome/browser/autofill/autofill_profile.cc View 1 1 chunk +2 lines, -2 lines 1 comment Download
M chrome/browser/webdata/web_database_migration_unittest.cc View 1 chunk +1 line, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
James Hawkins
9 years, 4 months ago (2011-08-15 21:34:39 UTC) #1
dhollowa
http://codereview.chromium.org/7645038/diff/1/chrome/browser/autofill/autofill_profile.cc File chrome/browser/autofill/autofill_profile.cc (right): http://codereview.chromium.org/7645038/diff/1/chrome/browser/autofill/autofill_profile.cc#newcode546 chrome/browser/autofill/autofill_profile.cc:546: if (x.size() != y.size()) return false; Elsewhere in the ...
9 years, 4 months ago (2011-08-15 21:45:15 UTC) #2
James Hawkins
http://codereview.chromium.org/7645038/diff/1/chrome/browser/autofill/autofill_profile.cc File chrome/browser/autofill/autofill_profile.cc (right): http://codereview.chromium.org/7645038/diff/1/chrome/browser/autofill/autofill_profile.cc#newcode546 chrome/browser/autofill/autofill_profile.cc:546: if (x.size() != y.size()) return false; On 2011/08/15 21:45:15, ...
9 years, 4 months ago (2011-08-15 21:57:11 UTC) #3
dhollowa
LGTM.
9 years, 4 months ago (2011-08-15 21:57:52 UTC) #4
Ilya Sherman
http://codereview.chromium.org/7645038/diff/4001/chrome/browser/autofill/autofill_profile.cc File chrome/browser/autofill/autofill_profile.cc (right): http://codereview.chromium.org/7645038/diff/4001/chrome/browser/autofill/autofill_profile.cc#newcode546 chrome/browser/autofill/autofill_profile.cc:546: if (x.size() != y.size()) return false; nit: The size ...
9 years, 4 months ago (2011-08-17 00:58:55 UTC) #5
commit-bot: I haz the power
9 years, 4 months ago (2011-08-17 06:37:47 UTC) #6
Change committed as 97108

Powered by Google App Engine
This is Rietveld 408576698