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

Issue 136793007: Add Autofill preview support for <select> input fields (Closed)

Created:
6 years, 11 months ago by ziran.sun
Modified:
6 years, 9 months ago
CC:
chromium-reviews, benquan, jam, browser-components-watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, rouslan+autofillwatch_chromium.org, jeffreyc
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add Autofill preview support for <select> input fields Since changing the text in display of <select> will inevitably change the selectedIndex of the options, a workaround is introduced for this case. In the workaround, it saves a copy of the original selected option and recovers this value once autofill preview is done. BUG=58719 R=dhollowa@chromium.org, isherman@chromium.org, jhawkins@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259902

Patch Set 1 #

Total comments: 5

Patch Set 2 : update code and addressed all review comments #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -14 lines) Patch
M chrome/renderer/autofill/form_autofill_browsertest.cc View 1 2 4 chunks +13 lines, -7 lines 0 comments Download
M components/autofill/content/renderer/form_autofill_util.cc View 1 2 5 chunks +12 lines, -7 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
ziran.sun
6 years, 11 months ago (2014-01-14 17:00:37 UTC) #1
James Hawkins
Was support added for previewing a select element value without revealing the preview to the ...
6 years, 11 months ago (2014-01-14 17:11:19 UTC) #2
ziran.sun
On 2014/01/14 17:11:19, James Hawkins wrote: > Was support added for previewing a select element ...
6 years, 11 months ago (2014-01-14 19:15:05 UTC) #3
ziran.sun
6 years, 11 months ago (2014-01-14 19:15:14 UTC) #4
Ilya Sherman
On 2014/01/14 17:11:19, James Hawkins wrote: > Was support added for previewing a select element ...
6 years, 10 months ago (2014-02-08 01:36:48 UTC) #5
Ilya Sherman
https://codereview.chromium.org/136793007/diff/1/chrome/renderer/autofill/form_autofill_browsertest.cc File chrome/renderer/autofill/form_autofill_browsertest.cc (right): https://codereview.chromium.org/136793007/diff/1/chrome/renderer/autofill/form_autofill_browsertest.cc#newcode239 chrome/renderer/autofill/form_autofill_browsertest.cc:239: { nit: Please keep all the curly braces as ...
6 years, 10 months ago (2014-02-08 01:40:41 UTC) #6
ziran.sun
Code updated and addressed all the review comments. Please review. Thanks!
6 years, 9 months ago (2014-02-28 15:52:58 UTC) #7
Ilya Sherman
LGTM, thanks. (Though will need to wait for the Blink changes to land, of course.)
6 years, 9 months ago (2014-02-28 21:35:09 UTC) #8
ziran.sun
The CQ bit was checked by ziran.sun@samsung.com
6 years, 9 months ago (2014-03-27 11:47:36 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ziran.sun@samsung.com/136793007/160001
6 years, 9 months ago (2014-03-27 11:47:42 UTC) #10
commit-bot: I haz the power
6 years, 9 months ago (2014-03-27 16:18:23 UTC) #11
Message was sent while issue was closed.
Change committed as 259902

Powered by Google App Engine
This is Rietveld 408576698