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

Issue 130563003: Change all other AutofillDialogView methods with a const DetailInput& as a param (Closed)

Created:
6 years, 11 months ago by Dan Beam
Modified:
6 years, 11 months ago
CC:
chromium-reviews, benquan, tfarina, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

Change all other AutofillDialogView methods with a const DetailInput& as a param to a ServerFieldType. This is necessary as some browser tests started failing when country changes caused DetailInputs for a section to be rebuilt even with the same type and contents. R=estade@chromium.org,groby@chromium.org BUG=331544 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243992

Patch Set 1 : . #

Total comments: 1

Patch Set 2 : merge #

Total comments: 2

Messages

Total messages: 6 (0 generated)
Dan Beam
https://codereview.chromium.org/130563003/diff/30001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc File chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc (left): https://codereview.chromium.org/130563003/diff/30001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc#oldcode584 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc:584: &inputs[i] == &triggering_input || users_input.empty() ? ^ stuff like ...
6 years, 11 months ago (2014-01-09 04:31:33 UTC) #1
Evan Stade
lgtm
6 years, 11 months ago (2014-01-09 19:12:41 UTC) #2
groby-ooo-7-16
I suppose ControllerImpl is next? Cocoa LGTM unless you can address the comment. https://chromiumcodereview.appspot.com/130563003/diff/240001/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm File ...
6 years, 11 months ago (2014-01-09 19:35:21 UTC) #3
Dan Beam
https://chromiumcodereview.appspot.com/130563003/diff/240001/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm File chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm (right): https://chromiumcodereview.appspot.com/130563003/diff/240001/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm#newcode156 chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm:156: for (size_t i = SECTION_MIN; i <= SECTION_MAX; ++i) ...
6 years, 11 months ago (2014-01-09 19:44:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/130563003/240001
6 years, 11 months ago (2014-01-09 19:46:16 UTC) #5
commit-bot: I haz the power
6 years, 11 months ago (2014-01-09 22:11:43 UTC) #6
Message was sent while issue was closed.
Change committed as 243992

Powered by Google App Engine
This is Rietveld 408576698