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

Issue 695233002: Revert of Do not haul suggestions back to browser in AutofillHostMsg_ShowPasswordSuggestions (Closed)

Created:
6 years, 1 month ago by kareng
Modified:
6 years, 1 month ago
CC:
chromium-reviews, benquan, browser-components-watch_chromium.org, jam, darin-cc_chromium.org, Dane Wallinga, dyu1, mkwst+moarreviews-renderer_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Revert of Do not haul suggestions back to browser in AutofillHostMsg_ShowPasswordSuggestions (patchset #2 id:20001 of https://codereview.chromium.org/688633004/) Reason for revert: caused crashers. see bug 429576 Original issue's description: > Do not haul suggestions back to browser in AutofillHostMsg_ShowPasswordSuggestions > > 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=400186, 377422, 118601 > > Committed: https://crrev.com/86cc798cc2947dd88aa73505d716f93538dffa5b > Cr-Commit-Position: refs/heads/master@{#302245} TBR=gcasto@chromium.org,tsepez@chromium.org,jww@chromium.org,vabr@chromium.org NOTREECHECKS=true NOTRY=true BUG=400186, 377422, 118601 Committed: https://crrev.com/774088e62d9b28f15bc0f171d65a54cd1bf1c14a Cr-Commit-Position: refs/heads/master@{#302413}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -195 lines) Patch
M chrome/renderer/autofill/password_autofill_agent_browsertest.cc View 5 chunks +41 lines, -16 lines 0 comments Download
M components/autofill/content/common/autofill_messages.h View 1 chunk +5 lines, -4 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 3 chunks +47 lines, -40 lines 0 comments Download
M components/password_manager/core/browser/password_autofill_manager.h View 1 chunk +5 lines, -4 lines 0 comments Download
M components/password_manager/core/browser/password_autofill_manager.cc View 2 chunks +4 lines, -56 lines 0 comments Download
M components/password_manager/core/browser/password_autofill_manager_unittest.cc View 4 chunks +7 lines, -75 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kareng
Created Revert of Do not haul suggestions back to browser in AutofillHostMsg_ShowPasswordSuggestions
6 years, 1 month ago (2014-11-03 04:14:48 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/695233002/1
6 years, 1 month ago (2014-11-03 04:15:25 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1)
6 years, 1 month ago (2014-11-03 04:15:48 UTC) #3
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/774088e62d9b28f15bc0f171d65a54cd1bf1c14a Cr-Commit-Position: refs/heads/master@{#302413}
6 years, 1 month ago (2014-11-03 04:16:32 UTC) #4
vabr (Chromium)
LGTM Thanks for the revert and sorry for the troubles! Vaclav
6 years, 1 month ago (2014-11-04 08:06:46 UTC) #5
jww
vabr@, are you going to submit a fixed version of this, or take it off ...
6 years, 1 month ago (2014-11-04 17:30:02 UTC) #6
vabr (Chromium)
On 2014/11/04 17:30:02, jww wrote: > vabr@, are you going to submit a fixed version ...
6 years, 1 month ago (2014-11-04 20:23:49 UTC) #7
jww
6 years, 1 month ago (2014-11-04 21:42:18 UTC) #8
Message was sent while issue was closed.
On Tue, Nov 4, 2014 at 12:23 PM, <vabr@chromium.org> wrote:

> On 2014/11/04 17:30:02, jww wrote:
>
>> vabr@, are you going to submit a fixed version of this, or take it off
>> the
>> table completely? I have a patch set that deals with similar code, and I'm
>> just curious if I should expect conflicts again in the near future :-)
>> --Joel
>>
>
>  On Tue, Nov 4, 2014 at 12:06 AM, <mailto:vabr@chromium.org> wrote:
>>
>
>  > LGTM
>> > Thanks for the revert and sorry for the troubles!
>> > Vaclav
>> >
>> > https://codereview.chromium.org/695233002/
>> >
>>
>
>  To unsubscribe from this group and stop receiving emails from it, send an
>>
> email
>
>> to mailto:chromium-reviews+unsubscribe@chromium.org.
>>
>
> Hi jww@,
> Indeed, I will try to reland this tomorrow, see http://crbug.com/429607#c7
> .
> Apologies for conflicts, password autofill seems to be a popular topic
> lately
> (just going to review a CL from other people touching it).
>
No problem at all! I just wanted to make sure that I should wait to rebase
until your fix goes in, which sounds like the right approach.

>
> Cheers,
> Vaclav
>
> https://codereview.chromium.org/695233002/
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698