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

Issue 2419853002: [Autofill] Do not offer autofill suggestions on insecure forms (Closed)

Created:
4 years, 2 months ago by Mathieu
Modified:
4 years, 2 months ago
Reviewers:
sebsg
CC:
chromium-reviews, rouslan+autofill_chromium.org, estade+watch_chromium.org, vabr+watchlistautofill_chromium.org, browser-components-watch_chromium.org, jdonnelly+autofillwatch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Autofill] Do not offer autofill suggestions on insecure forms The issue was that we would offer CC suggestions on forms that were in secure contexts, but that would POST to insecure URLs. We know require a secure context for the current page + an HTTPS scheme check on the form action. BUG=652334, 630656 TEST=AutofillManagerTest, AutofillAssistantTest Committed: https://crrev.com/d34769d95e75355f0a01b7989d218e7325d6cbfe Cr-Commit-Position: refs/heads/master@{#425683}

Patch Set 1 : Scheme check for HTTPS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -41 lines) Patch
M components/autofill/core/browser/autofill_assistant.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_assistant_unittest.cc View 4 chunks +35 lines, -16 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 3 chunks +29 lines, -2 lines 0 comments Download
M components/autofill/core/browser/autofill_metrics_unittest.cc View 2 chunks +16 lines, -11 lines 0 comments Download
M components/autofill/core/browser/test_autofill_client.h View 2 chunks +0 lines, -6 lines 0 comments Download
M components/autofill/core/browser/test_autofill_client.cc View 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 28 (23 generated)
Mathieu
Hi Seb, can you have a look?
4 years, 2 months ago (2016-10-14 18:03:56 UTC) #20
sebsg
lgtm
4 years, 2 months ago (2016-10-17 13:37:07 UTC) #22
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/2419853002/100001
4 years, 2 months ago (2016-10-17 14:40:35 UTC) #24
commit-bot: I haz the power
Committed patchset #1 (id:100001)
4 years, 2 months ago (2016-10-17 15:20:36 UTC) #26
commit-bot: I haz the power
4 years, 2 months ago (2016-10-17 15:24:34 UTC) #28
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/d34769d95e75355f0a01b7989d218e7325d6cbfe
Cr-Commit-Position: refs/heads/master@{#425683}

Powered by Google App Engine
This is Rietveld 408576698