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

Issue 13607006: rAc: don't clobber user input when accepting autofill popup suggestion (Closed)

Created:
7 years, 8 months ago by Evan Stade
Modified:
7 years, 8 months ago
Reviewers:
Ilya Sherman, sky
CC:
chromium-reviews, Raman Kakilate, tfarina, benquan, dhollowa+watch_chromium.org, ahutter, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, Ilya Sherman, aurimas (slooooooooow)
Visibility:
Public.

Description

rAc: don't clobber user input when accepting autofill popup suggestion BUG=226347 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193282

Patch Set 1 #

Patch Set 2 : . #

Total comments: 6

Patch Set 3 : a couple more bugs #

Total comments: 3

Patch Set 4 : android fix #

Patch Set 5 : fixes #

Patch Set 6 : merge #

Patch Set 7 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -17 lines) Patch
M chrome/browser/ui/android/autofill/autofill_dialog_view_android.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/android/autofill/autofill_dialog_view_android.cc View 1 2 3 4 2 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_models.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_types.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_view.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 2 3 4 5 6 2 chunks +7 lines, -2 lines 0 comments Download
M ui/views/controls/combobox/native_combobox_views.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Evan Stade
this matches web Autofill behavior: only fill Autofill data into empty form fields.
7 years, 8 months ago (2013-04-04 03:22:01 UTC) #1
Ilya Sherman
https://codereview.chromium.org/13607006/diff/2001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/13607006/diff/2001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1262 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1262: view_->UpdateSection(section_showing_popup_, false); Why is it the view's responsibility to ...
7 years, 8 months ago (2013-04-04 03:59:55 UTC) #2
sky
LGTM
7 years, 8 months ago (2013-04-04 15:30:07 UTC) #3
Evan Stade
https://codereview.chromium.org/13607006/diff/2001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/13607006/diff/2001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1262 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1262: view_->UpdateSection(section_showing_popup_, false); On 2013/04/04 03:59:55, Ilya Sherman wrote: > ...
7 years, 8 months ago (2013-04-04 17:56:50 UTC) #4
Ilya Sherman
https://codereview.chromium.org/13607006/diff/2001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/13607006/diff/2001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1262 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1262: view_->UpdateSection(section_showing_popup_, false); On 2013/04/04 17:56:51, Evan Stade wrote: > ...
7 years, 8 months ago (2013-04-04 23:11:02 UTC) #5
Evan Stade
https://codereview.chromium.org/13607006/diff/2001/chrome/browser/ui/autofill/autofill_dialog_view.h File chrome/browser/ui/autofill/autofill_dialog_view.h (right): https://codereview.chromium.org/13607006/diff/2001/chrome/browser/ui/autofill/autofill_dialog_view.h#newcode41 chrome/browser/ui/autofill/autofill_dialog_view.h:41: virtual void UpdateSection(DialogSection section, bool clear_user_input) = 0; On ...
7 years, 8 months ago (2013-04-05 23:24:01 UTC) #6
Ilya Sherman
LGTM, thanks. https://codereview.chromium.org/13607006/diff/20001/chrome/browser/ui/android/autofill/autofill_dialog_view_android.h File chrome/browser/ui/android/autofill/autofill_dialog_view_android.h (right): https://codereview.chromium.org/13607006/diff/20001/chrome/browser/ui/android/autofill/autofill_dialog_view_android.h#newcode31 chrome/browser/ui/android/autofill/autofill_dialog_view_android.h:31: UserInput action) OVERRIDE; nit: UserInput -> UserInputAction
7 years, 8 months ago (2013-04-05 23:29:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/13607006/35001
7 years, 8 months ago (2013-04-08 18:58:05 UTC) #8
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 8 months ago (2013-04-08 18:58:08 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/13607006/40001
7 years, 8 months ago (2013-04-09 00:41:29 UTC) #10
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 8 months ago (2013-04-09 01:02:41 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/13607006/56001
7 years, 8 months ago (2013-04-09 22:31:35 UTC) #12
commit-bot: I haz the power
7 years, 8 months ago (2013-04-10 01:55:52 UTC) #13
Message was sent while issue was closed.
Change committed as 193282

Powered by Google App Engine
This is Rietveld 408576698