DescriptionReland "Do not haul suggestions back to browser in AutofillHostMsg_ShowPasswordSuggestions"
This is a reland of https://codereview.chromium.org/688633004.
Patch set 1 here = the landed patch set (2) of the relanded CL, just automatically rebased on ToT
Patch set 2 here = fix of the crash, as outlined in http://crbug.com/429607#c7
Patch set 3 here = Comments from jww@ (https://codereview.chromium.org/688633004#msg12) addressed
Original CL description:
****************************************************************
Currently, PasswordAutofillAgent (in renderer) prepares password autofill suggestions for PasswordAutofillManager (in browser) and sends them via IPC.
But the manager has the data to generate the suggestions itself, so this CL makes it derive the suggestions from that data instead of hauling it through IPC.
This CL also adds one more test case to the PasswordAutofillManager unittest, to compensate for the coverage lost in the PasswordAutofillAgent browsertest by moving some logic out of the agent to the manager.
****************************************************************
BUG=429607, 400186, 377422, 118601
TBR=gcasto@chromium.org,jww@chromium.org
Committed: https://crrev.com/2f5c6cafb187ea63f5edd2314280dd66bc5d7855
Cr-Commit-Position: refs/heads/master@{#302781}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fix crash #Patch Set 3 : Don't validate browser-computed values #Patch Set 4 : Boolean typo #
Messages
Total messages: 14 (5 generated)
|