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

Issue 6903091: Autofill Multi-Value: Additional profiles with same name and address not added to DOM UI (Closed)

Created:
9 years, 8 months ago by dhollowa
Modified:
9 years, 7 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews, GeorgeY, Paweł Hajdan Jr., Ilya Sherman, dhollowa
Visibility:
Public.

Description

Autofill Multi-Value: Additional profiles with same name and address not added to DOM UI Separates out the merging from |PersonalDataManager::AddProfile| so that merging only happens on form submission, and not when the user edits profiles manually via preferences. BUG=80341 TEST=PersonalDataManagerTest.AddProfile Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=83270

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -17 lines) Patch
M chrome/browser/autofill/autofill-inl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/credit_card.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/autofill/credit_card.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/autofill/personal_data_manager.cc View 5 chunks +25 lines, -15 lines 0 comments Download
M chrome/browser/autofill/personal_data_manager_unittest.cc View 1 1 chunk +68 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
dhollowa
9 years, 8 months ago (2011-04-27 23:07:48 UTC) #1
Ilya Sherman
http://codereview.chromium.org/6903091/diff/1/chrome/browser/autofill/personal_data_manager.cc File chrome/browser/autofill/personal_data_manager.cc (right): http://codereview.chromium.org/6903091/diff/1/chrome/browser/autofill/personal_data_manager.cc#newcode852 chrome/browser/autofill/personal_data_manager.cc:852: SetProfiles(&profiles); nit: Will we still be calling SetProfiles() here, ...
9 years, 8 months ago (2011-04-27 23:32:43 UTC) #2
Ilya Sherman
LGTM w/ nits addressed
9 years, 8 months ago (2011-04-27 23:39:49 UTC) #3
dhollowa
http://codereview.chromium.org/6903091/diff/1/chrome/browser/autofill/personal_data_manager.cc File chrome/browser/autofill/personal_data_manager.cc (right): http://codereview.chromium.org/6903091/diff/1/chrome/browser/autofill/personal_data_manager.cc#newcode852 chrome/browser/autofill/personal_data_manager.cc:852: SetProfiles(&profiles); TBD, however since the merge can either add ...
9 years, 8 months ago (2011-04-28 00:08:46 UTC) #4
Ilya Sherman
9 years, 8 months ago (2011-04-28 00:26:11 UTC) #5
LGTM, thanks.

Powered by Google App Engine
This is Rietveld 408576698