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

Issue 2895233002: Measure how often HTTPS credentials cannot be filled into HTTP forms. (Closed)

Created:
3 years, 7 months ago by engedy
Modified:
3 years, 7 months ago
Reviewers:
kolos1, rkaplow, dvadym
CC:
chromium-reviews, gcasto+watchlist_chromium.org, vabr+watchlistpasswordmanager_chromium.org, asvitkine+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Measure how often HTTPS credentials cannot be filled into HTTP forms. When no matching HTTP credentials exist for a non-secure origin, but there are credentials for the HTTPS version of that origin (which are obviously not filled and hence called `suppressed` credentials), that could indicate: -- a premature `move-to-HTTPS` migration, -- the site serves its sign-up form over HTTPS, while sign-in forms over HTTP, -- some of its sign-in forms are served over HTTPS, some over HTTP. BUG=720599 Review-Url: https://codereview.chromium.org/2895233002 Cr-Commit-Position: refs/heads/master@{#474708} Committed: https://chromium.googlesource.com/chromium/src/+/3f5e66ed12f91be9c51916fa72f59e98cc927d1b

Patch Set 1 #

Patch Set 2 : Polish. #

Patch Set 3 : More polish. #

Total comments: 10

Patch Set 4 : Addressed all comments. #

Patch Set 5 : Rebase. #

Patch Set 6 : Fix password_manager_unittests. #

Total comments: 2

Patch Set 7 : Update tests to reflect crrev.com/474284. #

Patch Set 8 : Fix histogram suffixes. #

Patch Set 9 : Fix UAF in unittest. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+664 lines, -15 lines) Patch
M components/password_manager/core/browser/password_form_manager.h View 1 2 3 4 chunks +41 lines, -1 line 0 comments Download
M components/password_manager/core/browser/password_form_manager.cc View 1 2 3 4 6 chunks +61 lines, -1 line 0 comments Download
M components/password_manager/core/browser/password_form_manager_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +246 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_manager_unittest.cc View 1 2 3 4 5 13 chunks +24 lines, -13 lines 0 comments Download
M tools/metrics/histograms/enums.xml View 1 2 3 4 1 chunk +253 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 3 chunks +39 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 40 (26 generated)
engedy
@Maxim, Vadym, please take a look at the whole CL. @Robert, please take a look ...
3 years, 7 months ago (2017-05-22 18:18:52 UTC) #10
kolos1
LGTM with two comments. https://codereview.chromium.org/2895233002/diff/40001/components/password_manager/core/browser/password_form_manager.h File components/password_manager/core/browser/password_form_manager.h (right): https://codereview.chromium.org/2895233002/diff/40001/components/password_manager/core/browser/password_form_manager.h#newcode336 components/password_manager/core/browser/password_form_manager.h:336: // it was not filled ...
3 years, 7 months ago (2017-05-23 09:50:12 UTC) #11
dvadym
LGTM, thanks!
3 years, 7 months ago (2017-05-23 10:52:01 UTC) #12
engedy
@Robert, friendly ping.
3 years, 7 months ago (2017-05-23 19:30:08 UTC) #13
rkaplow
https://codereview.chromium.org/2895233002/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2895233002/diff/40001/tools/metrics/histograms/histograms.xml#newcode50178 tools/metrics/histograms/histograms.xml:50178: +<histogram name="PasswordManager.SuppressedAccountsWereChecked" enum="Boolean"> is this supposed to be QueryingSuppressedAccountsFinished? ...
3 years, 7 months ago (2017-05-23 20:13:43 UTC) #14
engedy
@Robert, please take another look. https://codereview.chromium.org/2895233002/diff/40001/components/password_manager/core/browser/password_form_manager.h File components/password_manager/core/browser/password_form_manager.h (right): https://codereview.chromium.org/2895233002/diff/40001/components/password_manager/core/browser/password_form_manager.h#newcode336 components/password_manager/core/browser/password_form_manager.h:336: // it was not ...
3 years, 7 months ago (2017-05-23 20:40:19 UTC) #16
rkaplow
lgtm https://codereview.chromium.org/2895233002/diff/100001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2895233002/diff/100001/tools/metrics/histograms/histograms.xml#newcode90841 tools/metrics/histograms/histograms.xml:90841: + <affected-histogram name="PasswordManager.SuppressedAccount"/> this should have both Generated ...
3 years, 7 months ago (2017-05-24 17:40:38 UTC) #26
engedy
https://codereview.chromium.org/2895233002/diff/100001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2895233002/diff/100001/tools/metrics/histograms/histograms.xml#newcode90841 tools/metrics/histograms/histograms.xml:90841: + <affected-histogram name="PasswordManager.SuppressedAccount"/> On 2017/05/24 17:40:37, rkaplow wrote: > ...
3 years, 7 months ago (2017-05-24 17:46:59 UTC) #27
rkaplow
On 2017/05/24 17:46:59, engedy wrote: > https://codereview.chromium.org/2895233002/diff/100001/tools/metrics/histograms/histograms.xml > File tools/metrics/histograms/histograms.xml (right): > > https://codereview.chromium.org/2895233002/diff/100001/tools/metrics/histograms/histograms.xml#newcode90841 > ...
3 years, 7 months ago (2017-05-24 18:05:15 UTC) #28
engedy
On 2017/05/24 18:05:15, rkaplow wrote: > On 2017/05/24 17:46:59, engedy wrote: > > > https://codereview.chromium.org/2895233002/diff/100001/tools/metrics/histograms/histograms.xml ...
3 years, 7 months ago (2017-05-24 19:31:22 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2895233002/140001
3 years, 7 months ago (2017-05-24 19:31:37 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/378367)
3 years, 7 months ago (2017-05-24 22:40:22 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2895233002/160001
3 years, 7 months ago (2017-05-25 16:46:19 UTC) #37
commit-bot: I haz the power
3 years, 7 months ago (2017-05-25 18:13:40 UTC) #40
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/3f5e66ed12f91be9c51916fa72f5...

Powered by Google App Engine
This is Rietveld 408576698