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

Issue 246833006: Filter out datalist values for textarea field from renderer side. (Closed)

Created:
6 years, 8 months ago by ziran.sun
Modified:
6 years, 7 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Filter out datalist values for textarea field from renderer side. R=isherman@chromium.org BUG=364727 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267667

Patch Set 1 #

Total comments: 2

Patch Set 2 : Do not insert datalist as suggestions for textarea field. #

Total comments: 1

Patch Set 3 : Filter out datalist values for textarea field on the renderer side. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M components/autofill/content/renderer/autofill_agent.cc View 1 2 1 chunk +6 lines, -6 lines 2 comments Download

Messages

Total messages: 26 (0 generated)
ziran.sun
Add checks on element to fix NULL pointer dereference crash. Please review. Thanks!
6 years, 8 months ago (2014-04-22 12:41:40 UTC) #1
Ilya Sherman
https://codereview.chromium.org/246833006/diff/1/components/autofill/content/renderer/autofill_agent.cc File components/autofill/content/renderer/autofill_agent.cc (right): https://codereview.chromium.org/246833006/diff/1/components/autofill/content/renderer/autofill_agent.cc#newcode352 components/autofill/content/renderer/autofill_agent.cc:352: return; Why is this code reachable? https://codereview.chromium.org/246833006/diff/1/components/autofill/content/renderer/autofill_agent.cc#newcode424 components/autofill/content/renderer/autofill_agent.cc:424: return; ...
6 years, 8 months ago (2014-04-22 21:08:44 UTC) #2
ziran.sun
On 2014/04/22 21:08:44, Ilya Sherman wrote: > https://codereview.chromium.org/246833006/diff/1/components/autofill/content/renderer/autofill_agent.cc > File components/autofill/content/renderer/autofill_agent.cc (right): > > https://codereview.chromium.org/246833006/diff/1/components/autofill/content/renderer/autofill_agent.cc#newcode352 ...
6 years, 8 months ago (2014-04-24 17:25:34 UTC) #3
Ilya Sherman
On 2014/04/24 17:25:34, ziran.sun wrote: > Just added the script to repo the use case ...
6 years, 8 months ago (2014-04-24 22:50:31 UTC) #4
ziran.sun
Updated code. Please review. Thanks!
6 years, 7 months ago (2014-04-28 15:47:09 UTC) #5
Ilya Sherman
Thanks. This is an improvement, but we're still not quite addressing the core issue: https://codereview.chromium.org/246833006/diff/40001/components/autofill/core/browser/autofill_external_delegate.cc ...
6 years, 7 months ago (2014-04-28 21:23:14 UTC) #6
ziran.sun
Code updated as per comments. Please review. Thanks!
6 years, 7 months ago (2014-04-29 12:33:38 UTC) #7
Ilya Sherman
https://codereview.chromium.org/246833006/diff/60001/components/autofill/content/renderer/autofill_agent.cc File components/autofill/content/renderer/autofill_agent.cc (right): https://codereview.chromium.org/246833006/diff/60001/components/autofill/content/renderer/autofill_agent.cc#newcode659 components/autofill/content/renderer/autofill_agent.cc:659: data_list_labels)); Aha! This makes perfect sense -- we were ...
6 years, 7 months ago (2014-04-29 20:29:29 UTC) #8
ziran.sun
https://codereview.chromium.org/246833006/diff/60001/components/autofill/content/renderer/autofill_agent.cc File components/autofill/content/renderer/autofill_agent.cc (right): https://codereview.chromium.org/246833006/diff/60001/components/autofill/content/renderer/autofill_agent.cc#newcode659 components/autofill/content/renderer/autofill_agent.cc:659: data_list_labels)); On 2014/04/29 20:29:30, Ilya Sherman wrote: > Aha! ...
6 years, 7 months ago (2014-04-30 10:05:22 UTC) #9
Ilya Sherman
Ok, LGTM then. Thanks very much for bearing with me and getting to the bottom ...
6 years, 7 months ago (2014-05-01 00:53:41 UTC) #10
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 7 months ago (2014-05-01 00:53:45 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/246833006/60001
6 years, 7 months ago (2014-05-01 00:54:12 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-01 01:55:56 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium
6 years, 7 months ago (2014-05-01 01:55:57 UTC) #14
ziran.sun
The CQ bit was checked by ziran.sun@samsung.com
6 years, 7 months ago (2014-05-01 09:18:06 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ziran.sun@samsung.com/246833006/60001
6 years, 7 months ago (2014-05-01 09:18:12 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-01 09:36:25 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium
6 years, 7 months ago (2014-05-01 09:36:26 UTC) #18
ziran.sun
On 2014/05/01 00:53:41, Ilya Sherman wrote: > Ok, LGTM then. Thanks very much for bearing ...
6 years, 7 months ago (2014-05-01 09:55:31 UTC) #19
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 7 months ago (2014-05-01 19:19:47 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ziran.sun@samsung.com/246833006/60001
6 years, 7 months ago (2014-05-01 19:20:23 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-01 20:19:12 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium
6 years, 7 months ago (2014-05-01 20:19:12 UTC) #23
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 7 months ago (2014-05-01 21:12:17 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ziran.sun@samsung.com/246833006/60001
6 years, 7 months ago (2014-05-01 21:13:36 UTC) #25
commit-bot: I haz the power
6 years, 7 months ago (2014-05-01 23:39:52 UTC) #26
Message was sent while issue was closed.
Change committed as 267667

Powered by Google App Engine
This is Rietveld 408576698