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

Issue 2733043005: Disable Form-Not-Secure warning when |autofill_client_| is null (Closed)

Created:
3 years, 9 months ago by estark
Modified:
3 years, 9 months ago
Reviewers:
engedy, meacer
CC:
chromium-reviews, gcasto+watchlist_chromium.org, vabr+watchlistpasswordmanager_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable Form-Not-Secure warning when |autofill_client_| is null This is a temporary fix for an M57 crasher when Form-Not-Secure is enabled. PasswordAutofillManager doesn't generally seem to allow for the possibility that |autofill_client_| is null, yet it's possible for it to be null, in the case of the SimpleWebViewDialog ChromeOS captive portal login. In a follow-up, we should figure out whether PasswordAutofillManager is intended to support a null |autofill_client_| and also whether SimpleWebViewDialog is supposed to work with password autofill. BUG=678149 TBR=engedy@chromium.org Review-Url: https://codereview.chromium.org/2733043005 Cr-Commit-Position: refs/heads/master@{#455213} Committed: https://chromium.googlesource.com/chromium/src/+/88c753c103d76fd3697f7fcef962011588e3975f

Patch Set 1 #

Total comments: 2

Patch Set 2 : meacer comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M components/password_manager/core/browser/password_autofill_manager.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
estark
meacer, I realized we probably need to merge this to M57 which goes to stable ...
3 years, 9 months ago (2017-03-07 18:32:41 UTC) #4
meacer
On 2017/03/07 18:32:41, estark wrote: > meacer, I realized we probably need to merge this ...
3 years, 9 months ago (2017-03-07 18:39:22 UTC) #5
meacer
Okay, patch looking good, I don't get any crashes. Lgtm. https://codereview.chromium.org/2733043005/diff/1/components/password_manager/core/browser/password_autofill_manager.cc File components/password_manager/core/browser/password_autofill_manager.cc (right): https://codereview.chromium.org/2733043005/diff/1/components/password_manager/core/browser/password_autofill_manager.cc#newcode265 ...
3 years, 9 months ago (2017-03-07 19:30:07 UTC) #6
estark
Thanks for doing the testing! https://codereview.chromium.org/2733043005/diff/1/components/password_manager/core/browser/password_autofill_manager.cc File components/password_manager/core/browser/password_autofill_manager.cc (right): https://codereview.chromium.org/2733043005/diff/1/components/password_manager/core/browser/password_autofill_manager.cc#newcode265 components/password_manager/core/browser/password_autofill_manager.cc:265: if (!autofill_client_) On 2017/03/07 ...
3 years, 9 months ago (2017-03-07 19:51:34 UTC) #7
estark
engedy: TBRing this small patch as it fixes a crasher and we want to merge ...
3 years, 9 months ago (2017-03-07 19:54:46 UTC) #10
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/2733043005/20001
3 years, 9 months ago (2017-03-07 19:56:17 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/88c753c103d76fd3697f7fcef962011588e3975f
3 years, 9 months ago (2017-03-07 20:57:23 UTC) #16
engedy
3 years, 9 months ago (2017-03-08 12:35:04 UTC) #17
Message was sent while issue was closed.
LGTM.

Powered by Google App Engine
This is Rietveld 408576698