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

Issue 2878050: AutoFill credit card settings dialog should display obfuscated number in edit field (Closed)

Created:
10 years, 5 months ago by dhollowa
Modified:
9 years, 7 months ago
Reviewers:
Miranda Callahan
CC:
chromium-reviews, John Grabowski, Paweł Hajdan Jr., pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

AutoFill credit card settings dialog should display obfuscated number in edit field Changes the AutoFillTextField class to properly initialize obfuscated credit card text in text field on the credit card editor sheet. Adds additional unit tests to verify that obfuscated text appears to the user. Nib changes: Adds outlet for the credit card number text field for use in unit tests. BUG=49988 TEST=AutoFillDialogControllerTest.CreditCardDataMutation Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53489

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -18 lines) Patch
M chrome/app/nibs/AutoFillCreditCardSheet.xib View 9 chunks +43 lines, -3 lines 0 comments Download
M chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.h View 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.mm View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_dialog_controller_mac_unittest.mm View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_text_field_mac.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/autofill/autofill_text_field_mac.mm View 2 chunks +10 lines, -13 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Miranda Callahan
10 years, 5 months ago (2010-07-23 17:25:06 UTC) #1
LGTM.  It was a little odd to see "[self setObjectValue:[self objectValue]]",
but it makes sense...

Powered by Google App Engine
This is Rietveld 408576698