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

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

Created:
6 years, 12 months ago by ziran.sun
Modified:
6 years, 11 months ago
Reviewers:
tkent, Ilya Sherman
CC:
blink-reviews, jamesr, dglazkov+blink, adamk+blink_chromium.org, abarth-chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update code as per review comments #

Patch Set 3 : Add test code for textarea setSuggestedValue() #

Total comments: 14

Patch Set 4 : Update code as per review comments #

Patch Set 5 : Update code as per review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -12 lines) Patch
M LayoutTests/fast/forms/suggested-value.html View 1 2 3 chunks +10 lines, -4 lines 0 comments Download
M LayoutTests/fast/forms/suggested-value-expected.txt View 1 2 2 chunks +12 lines, -2 lines 0 comments Download
M Source/core/html/HTMLTextAreaElement.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M Source/core/html/HTMLTextAreaElement.cpp View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M Source/core/testing/Internals.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/testing/Internals.cpp View 1 2 3 4 2 chunks +14 lines, -4 lines 0 comments Download
M Source/web/WebTextAreaElement.cpp View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M public/web/WebTextAreaElement.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Ilya Sherman
Thanks for the patch! Adding tkent@ as a reviewer, as he is much more familiar ...
6 years, 12 months ago (2013-12-29 03:15:07 UTC) #1
ziran.sun
Code updated as per comments. Please let me know if it's okay. Many thanks Ziran
6 years, 11 months ago (2014-01-02 15:42:17 UTC) #2
tkent
Please add tests. We should add textarea support to Internals::setSuggestedValue, and test if HTMLTextAreaElement::value doesn't ...
6 years, 11 months ago (2014-01-06 01:23:14 UTC) #3
ziran.sun
On 2014/01/06 01:23:14, tkent wrote: > Please add tests. We should add textarea support to ...
6 years, 11 months ago (2014-01-06 10:32:34 UTC) #4
ziran.sun
6 years, 11 months ago (2014-01-06 10:32:50 UTC) #5
ziran.sun
On 2014/01/06 01:23:14, tkent wrote: > Please add tests. We should add textarea support to ...
6 years, 11 months ago (2014-01-06 17:37:17 UTC) #6
tkent
https://codereview.chromium.org/120443003/diff/160001/Source/core/html/HTMLTextAreaElement.h File Source/core/html/HTMLTextAreaElement.h (right): https://codereview.chromium.org/120443003/diff/160001/Source/core/html/HTMLTextAreaElement.h#newcode52 Source/core/html/HTMLTextAreaElement.h:52: // suggested values for autofill nit: The first letter ...
6 years, 11 months ago (2014-01-06 23:29:49 UTC) #7
ziran.sun
https://codereview.chromium.org/120443003/diff/160001/Source/core/html/HTMLTextAreaElement.h File Source/core/html/HTMLTextAreaElement.h (right): https://codereview.chromium.org/120443003/diff/160001/Source/core/html/HTMLTextAreaElement.h#newcode52 Source/core/html/HTMLTextAreaElement.h:52: // suggested values for autofill On 2014/01/06 23:29:49, tkent ...
6 years, 11 months ago (2014-01-07 17:18:25 UTC) #8
tkent
https://codereview.chromium.org/120443003/diff/160001/Source/core/testing/Internals.cpp File Source/core/testing/Internals.cpp (right): https://codereview.chromium.org/120443003/diff/160001/Source/core/testing/Internals.cpp#newcode1031 Source/core/testing/Internals.cpp:1031: // FIXME: We should be using hasTagName instead but ...
6 years, 11 months ago (2014-01-08 00:59:37 UTC) #9
ziran.sun
https://codereview.chromium.org/120443003/diff/160001/Source/core/testing/Internals.cpp File Source/core/testing/Internals.cpp (right): https://codereview.chromium.org/120443003/diff/160001/Source/core/testing/Internals.cpp#newcode1031 Source/core/testing/Internals.cpp:1031: // FIXME: We should be using hasTagName instead but ...
6 years, 11 months ago (2014-01-08 10:45:53 UTC) #10
tkent
lgtm
6 years, 11 months ago (2014-01-08 12:33:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ziran.sun@samsung.com/120443003/380001
6 years, 11 months ago (2014-01-08 12:33:24 UTC) #12
commit-bot: I haz the power
6 years, 11 months ago (2014-01-08 13:37:11 UTC) #13
Message was sent while issue was closed.
Change committed as 164683

Powered by Google App Engine
This is Rietveld 408576698