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

Issue 10307004: Support datalist UI for <input type=email multiple> (Closed)

Created:
8 years, 7 months ago by keishi
Modified:
8 years, 7 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews, dhollowa+watch_chromium.org, brettw-cc_chromium.org, Ilya Sherman, dyu1, darin-cc_chromium.org, tkent
Visibility:
Public.

Description

Support datalist UI for <input type=email multiple> BUG=126459 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137838

Patch Set 1 #

Patch Set 2 : Updated #

Total comments: 11

Patch Set 3 : fix indentation and include #

Total comments: 1

Patch Set 4 : Using newly added WebInputType::setEditingValue #

Total comments: 9

Patch Set 5 : Fixed nits #

Patch Set 6 : Fixed nits #

Total comments: 4

Patch Set 7 : Fixed nits #

Patch Set 8 : fix varialbe name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -7 lines) Patch
M chrome/renderer/autofill/autofill_agent.h View 1 2 3 4 5 6 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/renderer/autofill/autofill_agent.cc View 1 2 3 4 5 6 7 6 chunks +47 lines, -7 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
keishi
I am adding the necessary WebKit API in these patches https://bugs.webkit.org/show_bug.cgi?id=85353 https://bugs.webkit.org/show_bug.cgi?id=85355 Here is a ...
8 years, 7 months ago (2012-05-07 13:40:05 UTC) #1
Ilya Sherman
https://chromiumcodereview.appspot.com/10307004/diff/2001/chrome/renderer/autofill/autofill_agent.cc File chrome/renderer/autofill/autofill_agent.cc (right): https://chromiumcodereview.appspot.com/10307004/diff/2001/chrome/renderer/autofill/autofill_agent.cc#newcode48 chrome/renderer/autofill/autofill_agent.cc:48: #include <iostream> nit: Did you mean to add this ...
8 years, 7 months ago (2012-05-07 23:34:52 UTC) #2
keishi
http://codereview.chromium.org/10307004/diff/2001/chrome/renderer/autofill/autofill_agent.cc File chrome/renderer/autofill/autofill_agent.cc (right): http://codereview.chromium.org/10307004/diff/2001/chrome/renderer/autofill/autofill_agent.cc#newcode48 chrome/renderer/autofill/autofill_agent.cc:48: #include <iostream> On 2012/05/07 23:34:52, Ilya Sherman wrote: > ...
8 years, 7 months ago (2012-05-09 01:38:21 UTC) #3
Ilya Sherman
http://codereview.chromium.org/10307004/diff/2001/chrome/renderer/autofill/autofill_agent.cc File chrome/renderer/autofill/autofill_agent.cc (right): http://codereview.chromium.org/10307004/diff/2001/chrome/renderer/autofill/autofill_agent.cc#newcode629 chrome/renderer/autofill/autofill_agent.cc:629: substring); On 2012/05/09 01:38:21, keishi1 wrote: > On 2012/05/07 ...
8 years, 7 months ago (2012-05-09 02:38:58 UTC) #4
keishi
On 2012/05/09 02:38:58, Ilya Sherman wrote: > http://codereview.chromium.org/10307004/diff/2001/chrome/renderer/autofill/autofill_agent.cc > File chrome/renderer/autofill/autofill_agent.cc (right): > > http://codereview.chromium.org/10307004/diff/2001/chrome/renderer/autofill/autofill_agent.cc#newcode629 ...
8 years, 7 months ago (2012-05-15 15:09:34 UTC) #5
keishi
https://bugs.webkit.org/show_bug.cgi?id=85353
8 years, 7 months ago (2012-05-15 15:09:54 UTC) #6
Ilya Sherman
LGTM, thanks https://chromiumcodereview.appspot.com/10307004/diff/10001/chrome/renderer/autofill/autofill_agent.cc File chrome/renderer/autofill/autofill_agent.cc (right): https://chromiumcodereview.appspot.com/10307004/diff/10001/chrome/renderer/autofill/autofill_agent.cc#newcode11 chrome/renderer/autofill/autofill_agent.cc:11: #include "base/string_split.h" nit: These should precede the ...
8 years, 7 months ago (2012-05-15 21:12:39 UTC) #7
keishi
http://codereview.chromium.org/10307004/diff/10001/chrome/renderer/autofill/autofill_agent.cc File chrome/renderer/autofill/autofill_agent.cc (right): http://codereview.chromium.org/10307004/diff/10001/chrome/renderer/autofill/autofill_agent.cc#newcode11 chrome/renderer/autofill/autofill_agent.cc:11: #include "base/string_split.h" On 2012/05/15 21:12:39, Ilya Sherman wrote: > ...
8 years, 7 months ago (2012-05-16 11:44:06 UTC) #8
Ilya Sherman
(Still LGTM) https://chromiumcodereview.appspot.com/10307004/diff/10001/chrome/renderer/autofill/autofill_agent.cc File chrome/renderer/autofill/autofill_agent.cc (right): https://chromiumcodereview.appspot.com/10307004/diff/10001/chrome/renderer/autofill/autofill_agent.cc#newcode74 chrome/renderer/autofill/autofill_agent.cc:74: if (!StartsWith(option.value(), prefix, false) || option.value() == ...
8 years, 7 months ago (2012-05-16 18:05:31 UTC) #9
keishi
Thanks! http://codereview.chromium.org/10307004/diff/14003/chrome/renderer/autofill/autofill_agent.cc File chrome/renderer/autofill/autofill_agent.cc (right): http://codereview.chromium.org/10307004/diff/14003/chrome/renderer/autofill/autofill_agent.cc#newcode632 chrome/renderer/autofill/autofill_agent.cc:632: return; On 2012/05/16 18:05:31, Ilya Sherman wrote: > ...
8 years, 7 months ago (2012-05-17 02:24:09 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/10307004/6005
8 years, 7 months ago (2012-05-17 02:24:40 UTC) #11
commit-bot: I haz the power
Try job failure for 10307004-6005 (retry) on linux_chromeos for step "compile" (clobber build). It's a ...
8 years, 7 months ago (2012-05-17 02:44:53 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/10307004/6005
8 years, 7 months ago (2012-05-17 12:05:46 UTC) #13
commit-bot: I haz the power
Try job failure for 10307004-6005 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 7 months ago (2012-05-17 12:23:53 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/10307004/6005
8 years, 7 months ago (2012-05-18 01:28:46 UTC) #15
commit-bot: I haz the power
Try job failure for 10307004-6005 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 7 months ago (2012-05-18 01:46:35 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/10307004/10004
8 years, 7 months ago (2012-05-18 03:33:36 UTC) #17
commit-bot: I haz the power
Try job failure for 10307004-10004 on win for step "update". http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win&number=12190 Step "update" is always ...
8 years, 7 months ago (2012-05-18 04:07:18 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/10307004/10004
8 years, 7 months ago (2012-05-18 08:02:08 UTC) #19
commit-bot: I haz the power
8 years, 7 months ago (2012-05-18 09:16:55 UTC) #20
Change committed as 137838

Powered by Google App Engine
This is Rietveld 408576698