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

Issue 3039031: AutoFill Assert with AutoFillManager unique ids and Credit Card filling (Closed)

Created:
10 years, 4 months ago by dhollowa
Modified:
9 years, 7 months ago
Reviewers:
James Hawkins
CC:
chromium-reviews, Paweł Hajdan Jr., ben+cc_chromium.org
Visibility:
Public.

Description

AutoFill Assert with AutoFillManager unique ids and Credit Card filling Changes unique id matching that happens between browser and renderer. Unique ids sent between processes are now combined in the case where credit card and address combination suggestions are supplied to popup. BUG=50264 TEST=AutoFillManagerTest.FillCreditCardForm, AutoFillManagerTest.FillNonBillingFormSemicolon, AutoFillManagerTest.FillBillFormSemicolon Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53879

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressing review comments. #

Total comments: 2

Patch Set 3 : Move to static methods. #

Total comments: 4

Patch Set 4 : Nits #

Patch Set 5 : Moving static methods private. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -43 lines) Patch
M chrome/browser/autofill/autofill_manager.h View 1 2 3 4 3 chunks +11 lines, -1 line 0 comments Download
M chrome/browser/autofill/autofill_manager.cc View 1 2 4 11 chunks +50 lines, -33 lines 0 comments Download
M chrome/browser/autofill/autofill_manager_unittest.cc View 1 2 3 4 7 chunks +6 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
dhollowa
10 years, 4 months ago (2010-07-27 00:25:58 UTC) #1
James Hawkins
http://codereview.chromium.org/3039031/diff/1/2 File chrome/browser/autofill/autofill_manager.cc (right): http://codereview.chromium.org/3039031/diff/1/2#newcode83 chrome/browser/autofill/autofill_manager.cc:83: DCHECK(cc_id <= 0xFFFF); How about using limits? http://codereview.chromium.org/3039031/diff/1/2#newcode89 chrome/browser/autofill/autofill_manager.cc:89: ...
10 years, 4 months ago (2010-07-27 18:49:53 UTC) #2
dhollowa
http://codereview.chromium.org/3039031/diff/1/2 File chrome/browser/autofill/autofill_manager.cc (right): http://codereview.chromium.org/3039031/diff/1/2#newcode83 chrome/browser/autofill/autofill_manager.cc:83: DCHECK(cc_id <= 0xFFFF); On 2010/07/27 18:49:53, James Hawkins wrote: ...
10 years, 4 months ago (2010-07-27 21:16:47 UTC) #3
James Hawkins
http://codereview.chromium.org/3039031/diff/6001/7001 File chrome/browser/autofill/autofill_manager.cc (right): http://codereview.chromium.org/3039031/diff/6001/7001#newcode85 chrome/browser/autofill/autofill_manager.cc:85: // Note: Using external linkage for use in unit ...
10 years, 4 months ago (2010-07-27 21:23:11 UTC) #4
dhollowa
http://codereview.chromium.org/3039031/diff/6001/7001 File chrome/browser/autofill/autofill_manager.cc (right): http://codereview.chromium.org/3039031/diff/6001/7001#newcode85 chrome/browser/autofill/autofill_manager.cc:85: // Note: Using external linkage for use in unit ...
10 years, 4 months ago (2010-07-27 23:15:39 UTC) #5
James Hawkins
LGTM with nits. http://codereview.chromium.org/3039031/diff/13001/14001 File chrome/browser/autofill/autofill_manager.cc (right): http://codereview.chromium.org/3039031/diff/13001/14001#newcode736 chrome/browser/autofill/autofill_manager.cc:736: int AutoFillManager::PackIDs(int cc_id, int profile_id) { ...
10 years, 4 months ago (2010-07-27 23:20:46 UTC) #6
dhollowa
http://codereview.chromium.org/3039031/diff/13001/14001 File chrome/browser/autofill/autofill_manager.cc (right): http://codereview.chromium.org/3039031/diff/13001/14001#newcode736 chrome/browser/autofill/autofill_manager.cc:736: int AutoFillManager::PackIDs(int cc_id, int profile_id) { On 2010/07/27 23:20:46, ...
10 years, 4 months ago (2010-07-27 23:30:28 UTC) #7
dhollowa
10 years, 4 months ago (2010-07-28 00:09:18 UTC) #8
James Hawkins
10 years, 4 months ago (2010-07-28 00:14:58 UTC) #9
SLGTM

Powered by Google App Engine
This is Rietveld 408576698