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

Issue 6082001: Autofill saves duplicate profiles and credit card info in preferences (Closed)

Created:
10 years ago by dhollowa
Modified:
9 years, 7 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews, pam+watch_chromium.org, Ilya Sherman, James Hawkins, dhollowa
Visibility:
Public.

Description

Autofill saves duplicate profiles and credit card info in preferences Adds logic to filter out duplicate profiles and credit cards when the Autofill preferences dialog commits changes. BUG=67395 TEST=Manual according to bug. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69795

Patch Set 1 #

Total comments: 6

Patch Set 2 : Factoring out helper templates. #

Total comments: 2

Patch Set 3 : Credit card and GUID functor. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -36 lines) Patch
A chrome/browser/autofill/autofill-inl.h View 1 1 chunk +36 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_dialog_controller_mac.mm View 1 2 7 chunks +38 lines, -11 lines 0 comments Download
M chrome/browser/autofill/personal_data_manager.cc View 1 2 8 chunks +23 lines, -25 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
dhollowa
10 years ago (2010-12-20 20:16:16 UTC) #1
Ilya Sherman
Two behavioral oddities I noticed on Mac: 1) If I add profile A, then add ...
10 years ago (2010-12-20 20:57:04 UTC) #2
dhollowa
>1) If I add profile A, then add profile B, then try to add profile ...
10 years ago (2010-12-20 23:16:44 UTC) #3
dhollowa
10 years ago (2010-12-20 23:17:01 UTC) #4
Ilya Sherman
Looks good for profiles, hooray! I think you forgot about the credit cards view though ...
10 years ago (2010-12-20 23:41:31 UTC) #5
dhollowa
Bwah. Yes, credit cards too now. Thx. http://codereview.chromium.org/6082001/diff/5001/chrome/browser/autofill/personal_data_manager.cc File chrome/browser/autofill/personal_data_manager.cc (right): http://codereview.chromium.org/6082001/diff/5001/chrome/browser/autofill/personal_data_manager.cc#newcode59 chrome/browser/autofill/personal_data_manager.cc:59: }; On ...
10 years ago (2010-12-20 23:55:33 UTC) #6
Ilya Sherman
10 years ago (2010-12-21 00:04:48 UTC) #7
LGTM, thanks

Powered by Google App Engine
This is Rietveld 408576698