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

Issue 11428071: support CC expiration dates in imperative autocomplete dialog. (Closed)

Created:
8 years ago by Evan Stade
Modified:
8 years ago
Reviewers:
Ilya Sherman, sky
CC:
chromium-reviews, tfarina, dhollowa+watch_chromium.org, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, dyu1, estade+watch_chromium.org, Albert Bodenhamer, Ilya Sherman
Visibility:
Public.

Description

support CC expiration dates in imperative autocomplete dialog. BUG=157270, 157273 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170796

Patch Set 1 #

Patch Set 2 : self review #

Total comments: 2

Patch Set 3 : remove OVERRIDEs from .cc #

Patch Set 4 : sync #

Total comments: 12

Patch Set 5 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -77 lines) Patch
M chrome/browser/autofill/form_structure.cc View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/autofill_dialog_comboboxes.h View 1 1 chunk +77 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/autofill_dialog_comboboxes.cc View 1 2 3 4 1 chunk +70 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller.h View 1 2 3 4 4 chunks +6 lines, -22 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller.cc View 1 2 3 4 7 chunks +44 lines, -40 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.h View 3 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 2 3 4 4 chunks +29 lines, -13 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/autofill/heuristics/output/01_autocomplete_attribute_basic.out View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Evan Stade
isherman: autofill sky: views
8 years ago (2012-11-29 04:53:50 UTC) #1
sky
LGTM if you want to wait on making tf/combobox the same height. https://codereview.chromium.org/11428071/diff/9001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc ...
8 years ago (2012-11-29 16:30:24 UTC) #2
Evan Stade
https://codereview.chromium.org/11428071/diff/9001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc (right): https://codereview.chromium.org/11428071/diff/9001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode341 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:341: // TODO(estade): TextFields and Comboboxes need to be the ...
8 years ago (2012-11-29 19:50:52 UTC) #3
Ilya Sherman
https://codereview.chromium.org/11428071/diff/1011/chrome/browser/autofill/form_structure.cc File chrome/browser/autofill/form_structure.cc (right): https://codereview.chromium.org/11428071/diff/1011/chrome/browser/autofill/form_structure.cc#newcode194 chrome/browser/autofill/form_structure.cc:194: return CREDIT_CARD_VERIFICATION_CODE; You'll need to update chrome/test/data/autofill/heuristics/output/01_autocomplete_attribute_basic.out to reflect ...
8 years ago (2012-11-30 01:01:32 UTC) #4
Evan Stade
https://codereview.chromium.org/11428071/diff/1011/chrome/browser/autofill/form_structure.cc File chrome/browser/autofill/form_structure.cc (right): https://codereview.chromium.org/11428071/diff/1011/chrome/browser/autofill/form_structure.cc#newcode194 chrome/browser/autofill/form_structure.cc:194: return CREDIT_CARD_VERIFICATION_CODE; On 2012/11/30 01:01:32, Ilya Sherman wrote: > ...
8 years ago (2012-11-30 22:55:25 UTC) #5
Ilya Sherman
8 years ago (2012-12-01 01:17:37 UTC) #6
LGTM, thanks

Powered by Google App Engine
This is Rietveld 408576698