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

Issue 369323003: Implement autocomplete='current-password' and 'new-password'. (Closed)

Created:
6 years, 5 months ago by engedy
Modified:
6 years, 5 months ago
CC:
chromium-reviews, benquan, jam, browser-components-watch_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, rouslan+autofillwatch_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, Ilya Sherman, mkwst+watchlist_chromium.org
Project:
chromium
Visibility:
Public.

Description

Implement autocomplete='current-password' and 'new-password'. BUG=375333 # Depends on recently landed CL, ran try bots with manually specified base revison. NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282356

Patch Set 1 #

Patch Set 2 : #

Total comments: 20

Patch Set 3 : Addressed comments from vabr@. #

Total comments: 2

Patch Set 4 : Fixed nits. #

Total comments: 4

Patch Set 5 : Addressed comments from gcasto@. #

Patch Set 6 : Rebase/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -25 lines) Patch
M components/autofill/content/renderer/password_form_conversion_utils.cc View 1 2 3 4 4 chunks +33 lines, -8 lines 0 comments Download
M components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc View 1 2 3 4 9 chunks +156 lines, -17 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
engedy
@Vaclav, @Garrett, please review. I think the main question here is how we want to ...
6 years, 5 months ago (2014-07-04 18:26:56 UTC) #1
vabr (Chromium)
Thanks, Balázs. LGTM, with some comments. https://codereview.chromium.org/369323003/diff/20001/components/autofill/content/renderer/password_form_conversion_utils.cc File components/autofill/content/renderer/password_form_conversion_utils.cc (right): https://codereview.chromium.org/369323003/diff/20001/components/autofill/content/renderer/password_form_conversion_utils.cc#newcode48 components/autofill/content/renderer/password_form_conversion_utils.cc:48: // the element ...
6 years, 5 months ago (2014-07-05 09:21:40 UTC) #2
engedy
https://codereview.chromium.org/369323003/diff/20001/components/autofill/content/renderer/password_form_conversion_utils.cc File components/autofill/content/renderer/password_form_conversion_utils.cc (right): https://codereview.chromium.org/369323003/diff/20001/components/autofill/content/renderer/password_form_conversion_utils.cc#newcode48 components/autofill/content/renderer/password_form_conversion_utils.cc:48: // the element we are looking for. On 2014/07/05 ...
6 years, 5 months ago (2014-07-07 08:00:39 UTC) #3
vabr (Chromium)
Still LGTM. Thanks, Vaclav https://codereview.chromium.org/369323003/diff/20001/components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc File components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc (right): https://codereview.chromium.org/369323003/diff/20001/components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc#newcode364 components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc:364: ASSERT_NE(static_cast<PasswordForm*>(NULL), password_form.get()); On 2014/07/07 08:00:39, ...
6 years, 5 months ago (2014-07-07 10:01:47 UTC) #4
engedy
https://codereview.chromium.org/369323003/diff/20001/components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc File components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc (right): https://codereview.chromium.org/369323003/diff/20001/components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc#newcode364 components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc:364: ASSERT_NE(static_cast<PasswordForm*>(NULL), password_form.get()); On 2014/07/07 10:01:46, vabr (Chromium) wrote: > ...
6 years, 5 months ago (2014-07-07 10:49:26 UTC) #5
vabr (Chromium)
Thanks, still LGTM. Please make sure that the EXPECT_THAT solution, employed by you in https://codereview.chromium.org/372683003/, ...
6 years, 5 months ago (2014-07-07 12:45:32 UTC) #6
engedy
On 2014/07/07 12:45:32, vabr (Chromium) wrote: > Thanks, still LGTM. > Please make sure that ...
6 years, 5 months ago (2014-07-07 17:01:07 UTC) #7
Garrett Casto
LGTM Disabling heuristics in the presence of these attributes seem reasonable to me. It should ...
6 years, 5 months ago (2014-07-07 22:32:36 UTC) #8
engedy
https://codereview.chromium.org/369323003/diff/60001/components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc File components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc (right): https://codereview.chromium.org/369323003/diff/60001/components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc#newcode278 components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc:278: {{"current-password", NULL, NULL}, "password1", "alpha", "", ""}, On 2014/07/07 ...
6 years, 5 months ago (2014-07-09 14:24:10 UTC) #9
engedy
The CQ bit was checked by engedy@chromium.org
6 years, 5 months ago (2014-07-10 15:38:53 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/engedy@chromium.org/369323003/100001
6 years, 5 months ago (2014-07-10 15:40:06 UTC) #11
commit-bot: I haz the power
6 years, 5 months ago (2014-07-10 16:41:52 UTC) #12
Message was sent while issue was closed.
Change committed as 282356

Powered by Google App Engine
This is Rietveld 408576698