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

Issue 10443084: Add Datalist Support to New Autofill UI (Closed)

Created:
8 years, 6 months ago by csharp
Modified:
8 years, 6 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews, dhollowa+watch_chromium.org, brettw-cc_chromium.org, Ilya Sherman, dyu1, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add Datalist Support to New Autofill UI Show Datalist elements in the new Autofill UI, properly separated from the other data and fully selectable. BUG=51644 TEST=The datalist elements can be selected like normal autofill elements and unit tests pass. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141287

Patch Set 1 #

Total comments: 14

Patch Set 2 : Fix order of adding datalist items to keep warning code #

Total comments: 6

Patch Set 3 : #

Total comments: 27

Patch Set 4 : #

Total comments: 28

Patch Set 5 : Better Data List Tests #

Total comments: 8

Patch Set 6 : #

Patch Set 7 : Fixing linux compile #

Patch Set 8 : Merging #

Unified diffs Side-by-side diffs Delta from patch set Stats (+366 lines, -89 lines) Patch
M chrome/browser/autofill/autofill_external_delegate.h View 1 2 3 4 5 6 7 3 chunks +36 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_external_delegate.cc View 1 2 3 4 5 6 7 7 chunks +153 lines, -74 lines 0 comments Download
M chrome/browser/autofill/autofill_external_delegate_unittest.cc View 1 2 3 4 5 6 7 4 chunks +86 lines, -13 lines 0 comments Download
M chrome/browser/autofill/autofill_manager.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_manager.cc View 1 2 3 4 5 6 7 2 chunks +14 lines, -0 lines 0 comments Download
M chrome/common/autofill_messages.h View 1 2 3 4 5 2 chunks +13 lines, -2 lines 0 comments Download
M chrome/renderer/autofill/autofill_agent.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/autofill/autofill_agent.cc View 1 2 3 4 5 5 chunks +59 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
csharp
8 years, 6 months ago (2012-05-30 13:53:03 UTC) #1
Ilya Sherman
https://chromiumcodereview.appspot.com/10443084/diff/1/chrome/browser/autofill/autofill_external_delegate.cc File chrome/browser/autofill/autofill_external_delegate.cc (right): https://chromiumcodereview.appspot.com/10443084/diff/1/chrome/browser/autofill/autofill_external_delegate.cc#newcode40 chrome/browser/autofill/autofill_external_delegate.cc:40: unique_id == WebAutofillClient::MenuItemIDWarningMessage) Hmm, I would have expected this ...
8 years, 6 months ago (2012-05-30 21:55:43 UTC) #2
csharp
http://codereview.chromium.org/10443084/diff/1/chrome/browser/autofill/autofill_external_delegate.cc File chrome/browser/autofill/autofill_external_delegate.cc (right): http://codereview.chromium.org/10443084/diff/1/chrome/browser/autofill/autofill_external_delegate.cc#newcode40 chrome/browser/autofill/autofill_external_delegate.cc:40: unique_id == WebAutofillClient::MenuItemIDWarningMessage) On 2012/05/30 21:55:43, Ilya Sherman wrote: ...
8 years, 6 months ago (2012-05-31 14:20:26 UTC) #3
Ilya Sherman
https://chromiumcodereview.appspot.com/10443084/diff/1/chrome/browser/autofill/autofill_external_delegate.cc File chrome/browser/autofill/autofill_external_delegate.cc (right): https://chromiumcodereview.appspot.com/10443084/diff/1/chrome/browser/autofill/autofill_external_delegate.cc#newcode40 chrome/browser/autofill/autofill_external_delegate.cc:40: unique_id == WebAutofillClient::MenuItemIDWarningMessage) On 2012/05/31 14:20:26, csharp wrote: > ...
8 years, 6 months ago (2012-06-01 06:28:16 UTC) #4
csharp
http://codereview.chromium.org/10443084/diff/1/chrome/browser/autofill/autofill_external_delegate.cc File chrome/browser/autofill/autofill_external_delegate.cc (right): http://codereview.chromium.org/10443084/diff/1/chrome/browser/autofill/autofill_external_delegate.cc#newcode40 chrome/browser/autofill/autofill_external_delegate.cc:40: unique_id == WebAutofillClient::MenuItemIDWarningMessage) On 2012/06/01 06:28:16, Ilya Sherman wrote: ...
8 years, 6 months ago (2012-06-04 15:02:02 UTC) #5
Ilya Sherman
http://codereview.chromium.org/10443084/diff/7001/chrome/browser/autofill/autofill_external_delegate.cc File chrome/browser/autofill/autofill_external_delegate.cc (left): http://codereview.chromium.org/10443084/diff/7001/chrome/browser/autofill/autofill_external_delegate.cc#oldcode108 chrome/browser/autofill/autofill_external_delegate.cc:108: return; What happened to this early return? http://codereview.chromium.org/10443084/diff/7001/chrome/browser/autofill/autofill_external_delegate.cc File ...
8 years, 6 months ago (2012-06-04 22:05:01 UTC) #6
csharp
ptal http://codereview.chromium.org/10443084/diff/7001/chrome/browser/autofill/autofill_external_delegate.cc File chrome/browser/autofill/autofill_external_delegate.cc (left): http://codereview.chromium.org/10443084/diff/7001/chrome/browser/autofill/autofill_external_delegate.cc#oldcode108 chrome/browser/autofill/autofill_external_delegate.cc:108: return; On 2012/06/04 22:05:01, Ilya Sherman wrote: > ...
8 years, 6 months ago (2012-06-06 14:06:52 UTC) #7
Ilya Sherman
https://chromiumcodereview.appspot.com/10443084/diff/7001/chrome/browser/autofill/autofill_external_delegate.h File chrome/browser/autofill/autofill_external_delegate.h (right): https://chromiumcodereview.appspot.com/10443084/diff/7001/chrome/browser/autofill/autofill_external_delegate.h#newcode161 chrome/browser/autofill/autofill_external_delegate.h:161: std::vector<int>* autofill_unique_ids); On 2012/06/06 14:06:52, csharp wrote: > On ...
8 years, 6 months ago (2012-06-06 22:25:45 UTC) #8
csharp
Something that I was just wondering about. The current code will always show data list ...
8 years, 6 months ago (2012-06-07 14:57:43 UTC) #9
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years, 6 months ago (2012-06-07 15:29:23 UTC) #10
csharp
On 2012/06/07 15:29:23, I haz the power (commit-bot) wrote: > No LGTM from a valid ...
8 years, 6 months ago (2012-06-07 15:42:32 UTC) #11
Ilya Sherman
LGTM, thanks https://chromiumcodereview.appspot.com/10443084/diff/16001/chrome/browser/autofill/autofill_external_delegate.cc File chrome/browser/autofill/autofill_external_delegate.cc (right): https://chromiumcodereview.appspot.com/10443084/diff/16001/chrome/browser/autofill/autofill_external_delegate.cc#newcode117 chrome/browser/autofill/autofill_external_delegate.cc:117: has_shown_autofill_popup_for_current_edit_ |= has_autofill_item; On 2012/06/07 14:57:43, csharp ...
8 years, 6 months ago (2012-06-07 22:56:05 UTC) #12
csharp
http://codereview.chromium.org/10443084/diff/16001/chrome/browser/autofill/autofill_external_delegate.cc File chrome/browser/autofill/autofill_external_delegate.cc (right): http://codereview.chromium.org/10443084/diff/16001/chrome/browser/autofill/autofill_external_delegate.cc#newcode117 chrome/browser/autofill/autofill_external_delegate.cc:117: has_shown_autofill_popup_for_current_edit_ |= has_autofill_item; On 2012/06/07 22:56:05, Ilya Sherman wrote: ...
8 years, 6 months ago (2012-06-08 14:44:53 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/10443084/20003
8 years, 6 months ago (2012-06-08 14:45:03 UTC) #14
commit-bot: I haz the power
Try job failure for 10443084-20003 (retry) on linux_chromeos for step "compile" (clobber build). It's a ...
8 years, 6 months ago (2012-06-08 15:10:08 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/10443084/16004
8 years, 6 months ago (2012-06-08 18:15:37 UTC) #16
commit-bot: I haz the power
Failed to apply patch for chrome/browser/autofill/autofill_external_delegate.cc: While running patch -p1 --forward --force; patching file chrome/browser/autofill/autofill_external_delegate.cc ...
8 years, 6 months ago (2012-06-08 18:15:42 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/10443084/20007
8 years, 6 months ago (2012-06-08 18:51:56 UTC) #18
commit-bot: I haz the power
8 years, 6 months ago (2012-06-08 21:24:10 UTC) #19
Change committed as 141287

Powered by Google App Engine
This is Rietveld 408576698