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

Issue 127153004: Change AutofillDialogControllerImpl::input_showing_popup_ -> popup_input_type_ (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 AutofillDialogControllerImpl::input_showing_popup_ -> popup_input_type_ so that rebuilding detail inputs on Autofill popup acceptance doesn't crash. This also changes the public AutofillDialogView API to accept ServerFieldTypes intead of DetailInputs in FillSection() and HitTestInput(). NOTE: |input.type| was the only thing used by all callers anyways, so rather than dance around resetting a potentially dead pointer, I'd rather change to server types. BUG=331544 R=estade@chromium.org,groby@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243831

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -60 lines) Patch
M chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc View 9 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 6 chunks +12 lines, -20 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_view.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_section_container.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_section_container.mm View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 3 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Dan Beam
6 years, 11 months ago (2014-01-08 01:28:25 UTC) #1
groby-ooo-7-16
I assume you'll address the other APIs using pointers instead of a type ID in ...
6 years, 11 months ago (2014-01-08 17:54:40 UTC) #2
Dan Beam
On 2014/01/08 17:54:40, groby wrote: > I assume you'll address the other APIs using pointers ...
6 years, 11 months ago (2014-01-08 22:01:05 UTC) #3
Evan Stade
lgtm
6 years, 11 months ago (2014-01-08 22:03:47 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/127153004/1
6 years, 11 months ago (2014-01-08 22:06:04 UTC) #5
commit-bot: I haz the power
6 years, 11 months ago (2014-01-09 10:26:49 UTC) #6
Message was sent while issue was closed.
Change committed as 243831

Powered by Google App Engine
This is Rietveld 408576698