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

Issue 11446028: Ignore autocomplete=off when password manager is saving the generated passwords during account crea… (Closed)

Created:
8 years ago by zysxqn
Modified:
8 years ago
CC:
chromium-reviews, dhollowa+watch_chromium.org, jam, dbeam+watch-autofill_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, dyu1, Albert Bodenhamer, estade+watch_chromium.org, Ilya Sherman
Visibility:
Public.

Description

Ignore autocomplete=off when password manager is saving the generated passwords during account creation. Note that for the entire feature to work we also need to ignore autocomplete=off when autofill manager is autofilling the generated passwords during log-in, which will be addressed in later CLs. BUG=120779 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=172557

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address gcasto's comment #

Total comments: 16

Patch Set 3 : Fix some typos. #

Patch Set 4 : checkout glcpp-parse.c #

Patch Set 5 : Address isherman's comment. #

Total comments: 2

Patch Set 6 : An alignment fix #

Total comments: 2

Patch Set 7 : Fix a naming issue. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -11 lines) Patch
M chrome/browser/password_manager/password_manager.cc View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/password_manager_unittest.cc View 1 2 3 4 5 6 4 chunks +64 lines, -1 line 0 comments Download
M chrome/renderer/autofill/password_autofill_manager.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/renderer/autofill/password_generation_manager.cc View 1 chunk +1 line, -4 lines 0 comments Download
M chrome/renderer/autofill/password_generation_manager_browsertest.cc View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M content/public/common/password_form.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M content/public/common/password_form.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/password_form_conversion_utils.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
zysxqn
Can't figure out why glcpp-parse.c is listed here. I tried to sync the master and ...
8 years ago (2012-12-06 00:36:40 UTC) #1
Garrett Casto
Could you add a test for the password_manager change? Also, we should loop in someone ...
8 years ago (2012-12-06 08:06:14 UTC) #2
zysxqn
Test added. Please have another look
8 years ago (2012-12-06 22:39:27 UTC) #3
Ilya Sherman
https://codereview.chromium.org/11446028/diff/4001/chrome/browser/password_manager/password_manager.cc File chrome/browser/password_manager/password_manager.cc (right): https://codereview.chromium.org/11446028/diff/4001/chrome/browser/password_manager/password_manager.cc#newcode185 chrome/browser/password_manager/password_manager.cc:185: // is turned off. Optional nit: I would suggest ...
8 years ago (2012-12-06 22:55:58 UTC) #4
Ilya Sherman
https://codereview.chromium.org/11446028/diff/4001/chrome/browser/password_manager/password_manager_unittest.cc File chrome/browser/password_manager/password_manager_unittest.cc (right): https://codereview.chromium.org/11446028/diff/4001/chrome/browser/password_manager/password_manager_unittest.cc#newcode423 chrome/browser/password_manager/password_manager_unittest.cc:423: // consent. The form should be saved once navigation ...
8 years ago (2012-12-06 23:40:37 UTC) #5
zysxqn
https://codereview.chromium.org/11446028/diff/4001/chrome/browser/password_manager/password_manager.cc File chrome/browser/password_manager/password_manager.cc (right): https://codereview.chromium.org/11446028/diff/4001/chrome/browser/password_manager/password_manager.cc#newcode185 chrome/browser/password_manager/password_manager.cc:185: // is turned off. On 2012/12/06 22:55:59, Ilya Sherman ...
8 years ago (2012-12-06 23:54:49 UTC) #6
Ilya Sherman
LGTM, but please also wait for Garrett and Roger's review. Thanks. https://codereview.chromium.org/11446028/diff/11016/chrome/renderer/autofill/password_generation_manager_browsertest.cc File chrome/renderer/autofill/password_generation_manager_browsertest.cc (right): ...
8 years ago (2012-12-07 01:52:16 UTC) #7
Garrett Casto
lgtm https://codereview.chromium.org/11446028/diff/11016/chrome/renderer/autofill/password_generation_manager_browsertest.cc File chrome/renderer/autofill/password_generation_manager_browsertest.cc (right): https://codereview.chromium.org/11446028/diff/11016/chrome/renderer/autofill/password_generation_manager_browsertest.cc#newcode108 chrome/renderer/autofill/password_generation_manager_browsertest.cc:108: "autocomplete = 'off' size = 5/>" On 2012/12/07 ...
8 years ago (2012-12-07 19:31:21 UTC) #8
zysxqn
-rogerta, +timsteele
8 years ago (2012-12-10 20:53:28 UTC) #9
tim (not reviewing)
A naming nit, but otherwise LGTM https://codereview.chromium.org/11446028/diff/11017/content/public/common/password_form.h File content/public/common/password_form.h (right): https://codereview.chromium.org/11446028/diff/11017/content/public/common/password_form.h#newcode104 content/public/common/password_form.h:104: bool password_should_autocomplete; This ...
8 years ago (2012-12-11 01:23:04 UTC) #10
zysxqn
https://codereview.chromium.org/11446028/diff/11017/content/public/common/password_form.h File content/public/common/password_form.h (right): https://codereview.chromium.org/11446028/diff/11017/content/public/common/password_form.h#newcode104 content/public/common/password_form.h:104: bool password_should_autocomplete; On 2012/12/11 01:23:04, timsteele wrote: > This ...
8 years ago (2012-12-11 01:52:32 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zysxqn@google.com/11446028/21001
8 years ago (2012-12-11 19:22:35 UTC) #12
commit-bot: I haz the power
Presubmit check for 11446028-21001 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-12-11 19:22:40 UTC) #13
zysxqn
+ avi@ for approval of content/
8 years ago (2012-12-11 19:25:05 UTC) #14
Avi (use Gerrit)
content lgtm
8 years ago (2012-12-11 20:41:06 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zysxqn@google.com/11446028/21001
8 years ago (2012-12-11 20:44:01 UTC) #16
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests
8 years ago (2012-12-12 05:19:53 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zysxqn@google.com/11446028/21001
8 years ago (2012-12-12 06:44:04 UTC) #18
commit-bot: I haz the power
8 years ago (2012-12-12 07:54:52 UTC) #19
Message was sent while issue was closed.
Change committed as 172557

Powered by Google App Engine
This is Rietveld 408576698