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

Issue 112663005: Add autofill preview support for Textarea (Closed)

Created:
6 years, 12 months ago by ziran.sun
Modified:
6 years, 11 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, Ilya Sherman, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 17

Patch Set 2 : Update code as per review comments #

Patch Set 3 : Add test code #

Total comments: 20

Patch Set 4 : Update code as per review comments #

Patch Set 5 : Update testcode for preview form to use kFormHtml rather than a custom form #

Total comments: 5

Patch Set 6 : Change <option> values in <select> to its existing ones #

Patch Set 7 : minor change - use defined variable #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -58 lines) Patch
M chrome/renderer/autofill/form_autofill_browsertest.cc View 1 2 3 4 5 5 chunks +46 lines, -21 lines 0 comments Download
M components/autofill/content/renderer/form_autofill_util.cc View 1 2 3 4 5 6 2 chunks +57 lines, -37 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Ilya Sherman
Thanks for the patch! Some comments below: https://codereview.chromium.org/112663005/diff/1/components/autofill/content/renderer/form_autofill_util.cc File components/autofill/content/renderer/form_autofill_util.cc (right): https://codereview.chromium.org/112663005/diff/1/components/autofill/content/renderer/form_autofill_util.cc#newcode589 components/autofill/content/renderer/form_autofill_util.cc:589: } Can ...
6 years, 12 months ago (2013-12-29 03:36:02 UTC) #1
upodestabd
lgtm
6 years, 12 months ago (2013-12-29 04:49:43 UTC) #2
upodestabd
lgtm
6 years, 12 months ago (2013-12-29 04:49:44 UTC) #3
upodestabd
lgtm
6 years, 12 months ago (2013-12-29 04:49:46 UTC) #4
upodestabd
lgtm
6 years, 12 months ago (2013-12-29 04:49:48 UTC) #5
upodestabd
lgtm
6 years, 12 months ago (2013-12-29 04:49:50 UTC) #6
upodestabd
lgtm
6 years, 12 months ago (2013-12-29 04:49:52 UTC) #7
upodestabd
lgtm
6 years, 12 months ago (2013-12-29 04:49:53 UTC) #8
ziran.sun
https://codereview.chromium.org/112663005/diff/1/components/autofill/content/renderer/form_autofill_util.cc File components/autofill/content/renderer/form_autofill_util.cc (right): https://codereview.chromium.org/112663005/diff/1/components/autofill/content/renderer/form_autofill_util.cc#newcode589 components/autofill/content/renderer/form_autofill_util.cc:589: } On 2013/12/29 03:36:02, Ilya Sherman (Away thru Jan ...
6 years, 11 months ago (2014-01-02 15:22:53 UTC) #9
ziran.sun
Code updated as per comments. Please let me know if it's okay. Many thanks.
6 years, 11 months ago (2014-01-02 15:41:20 UTC) #10
ziran.sun
Add test code. Please review.
6 years, 11 months ago (2014-01-03 17:28:13 UTC) #11
Ilya Sherman
Thanks! https://codereview.chromium.org/112663005/diff/1/components/autofill/content/renderer/form_autofill_util.cc File components/autofill/content/renderer/form_autofill_util.cc (right): https://codereview.chromium.org/112663005/diff/1/components/autofill/content/renderer/form_autofill_util.cc#newcode589 components/autofill/content/renderer/form_autofill_util.cc:589: } On 2014/01/02 15:22:54, ziran.sun wrote: > On ...
6 years, 11 months ago (2014-01-07 01:09:38 UTC) #12
Ilya Sherman
By the way, please note that when addressing review comments, it's very helpful to click ...
6 years, 11 months ago (2014-01-07 01:09:51 UTC) #13
ziran.sun
https://codereview.chromium.org/112663005/diff/1/components/autofill/content/renderer/form_autofill_util.cc File components/autofill/content/renderer/form_autofill_util.cc (right): https://codereview.chromium.org/112663005/diff/1/components/autofill/content/renderer/form_autofill_util.cc#newcode589 components/autofill/content/renderer/form_autofill_util.cc:589: } On 2014/01/07 01:09:38, Ilya Sherman (Away Jan11-Feb2) wrote: ...
6 years, 11 months ago (2014-01-07 16:40:40 UTC) #14
Ilya Sherman
Thanks! One last comment, then this should be good to land :) https://codereview.chromium.org/112663005/diff/170001/chrome/renderer/autofill/form_autofill_browsertest.cc File chrome/renderer/autofill/form_autofill_browsertest.cc ...
6 years, 11 months ago (2014-01-08 04:13:46 UTC) #15
ziran.sun
https://codereview.chromium.org/112663005/diff/170001/chrome/renderer/autofill/form_autofill_browsertest.cc File chrome/renderer/autofill/form_autofill_browsertest.cc (right): https://codereview.chromium.org/112663005/diff/170001/chrome/renderer/autofill/form_autofill_browsertest.cc#newcode1196 chrome/renderer/autofill/form_autofill_browsertest.cc:1196: "</FORM>"; On 2014/01/08 04:13:47, Ilya Sherman (Away Jan11-Feb2) wrote: ...
6 years, 11 months ago (2014-01-08 17:02:38 UTC) #16
Ilya Sherman
Thanks! LGTM % one remaining nit: https://codereview.chromium.org/112663005/diff/320001/chrome/renderer/autofill/form_autofill_browsertest.cc File chrome/renderer/autofill/form_autofill_browsertest.cc (right): https://codereview.chromium.org/112663005/diff/320001/chrome/renderer/autofill/form_autofill_browsertest.cc#newcode1204 chrome/renderer/autofill/form_autofill_browsertest.cc:1204: // Regular <input ...
6 years, 11 months ago (2014-01-08 23:01:35 UTC) #17
ziran.sun
https://codereview.chromium.org/112663005/diff/320001/chrome/renderer/autofill/form_autofill_browsertest.cc File chrome/renderer/autofill/form_autofill_browsertest.cc (right): https://codereview.chromium.org/112663005/diff/320001/chrome/renderer/autofill/form_autofill_browsertest.cc#newcode1204 chrome/renderer/autofill/form_autofill_browsertest.cc:1204: // Regular <input type="month"> should not be previewed. On ...
6 years, 11 months ago (2014-01-09 10:21:16 UTC) #18
Ilya Sherman
LGTM, thanks.
6 years, 11 months ago (2014-01-09 18:17:14 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ziran.sun@samsung.com/112663005/420001
6 years, 11 months ago (2014-01-09 18:19:00 UTC) #20
commit-bot: I haz the power
6 years, 11 months ago (2014-01-09 21:31:47 UTC) #21
Message was sent while issue was closed.
Change committed as 243977

Powered by Google App Engine
This is Rietveld 408576698