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

Issue 153043005: Autofilling passwords imported from IE more conservative (Closed)

Created:
6 years, 10 months ago by mpawlowski
Modified:
6 years, 10 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Autofilling passwords imported from IE more conservative The trick is to leave action, username_element and password_element fields of the form empty, this will stop the browser from autofilling every form on the page with the credentials and will require user interaction. The user will have to click on the input box, select his login from the drop down and click 'submit'. When this happens, Login Data will be updated with the action url of the particular form. Basically, since we don't know which form on the page is the one we have imported credentials for, we don't autofill anything until the user tells us. We'll remember his choice afterwards. BUG=52513 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251035

Patch Set 1 #

Patch Set 2 : Updating unit test" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -5 lines) Patch
M chrome/browser/password_manager/password_store_win.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_win_unittest.cc View 1 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
mpawlowski
Fixing a 3 year old bug ;)
6 years, 10 months ago (2014-02-06 10:28:43 UTC) #1
jeremy
Sorry, I only did work on the Mac importers :( From looking at the blamelist ...
6 years, 10 months ago (2014-02-06 11:50:20 UTC) #2
mpawlowski
On 2014/02/06 11:50:20, jeremy wrote: > Sorry, I only did work on the Mac importers ...
6 years, 10 months ago (2014-02-06 13:33:04 UTC) #3
sky
I'm not familiar with this code sky->thestig (he reviewed your last change to this file.
6 years, 10 months ago (2014-02-06 17:42:23 UTC) #4
Lei Zhang
+ an autofill owner
6 years, 10 months ago (2014-02-07 02:34:53 UTC) #5
Garrett Casto
Change looks reasonable, though would you mind updating the ConvertIE7Login test as part of this? ...
6 years, 10 months ago (2014-02-11 00:08:42 UTC) #6
mpawlowski
On 2014/02/11 00:08:42, Garrett Casto wrote: > Change looks reasonable, though would you mind updating ...
6 years, 10 months ago (2014-02-11 14:10:17 UTC) #7
Garrett Casto
LGTM
6 years, 10 months ago (2014-02-13 00:11:21 UTC) #8
mpawlowski
The CQ bit was checked by mpawlowski@opera.com
6 years, 10 months ago (2014-02-13 08:05:27 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpawlowski@opera.com/153043005/100001
6 years, 10 months ago (2014-02-13 08:06:23 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-13 09:05:49 UTC) #11
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) content_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=263340
6 years, 10 months ago (2014-02-13 09:05:49 UTC) #12
mpawlowski
The CQ bit was checked by mpawlowski@opera.com
6 years, 10 months ago (2014-02-13 12:11:09 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpawlowski@opera.com/153043005/100001
6 years, 10 months ago (2014-02-13 12:11:51 UTC) #14
commit-bot: I haz the power
6 years, 10 months ago (2014-02-13 15:56:58 UTC) #15
Message was sent while issue was closed.
Change committed as 251035

Powered by Google App Engine
This is Rietveld 408576698