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

Issue 533493004: Credential Manager: Refactor password_manager::CredentialManagerClient. (Closed)

Created:
6 years, 3 months ago by Mike West
Modified:
6 years, 3 months ago
CC:
chromium-reviews, darin-cc_chromium.org, gcasto+watchlist_chromium.org, jam, mkwst+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Credential Manager: Refactor password_manager::CredentialManagerClient. password_manager::CredentialManagerClient was a RenderProcessObserver, and sent messages via RenderThread. This couldn't possibly have ever worked; the messages it sent were simply dropped on the floor. After this patch, it's a RenderViewObserver and its messages successfully land in the ChromePasswordManagerClient, just as they ought to. BUG=400674 Committed: https://crrev.com/4ea2bcacd49f172b9e49a1b2aea112ad04512687 Cr-Commit-Position: refs/heads/master@{#292932}

Patch Set 1 #

Patch Set 2 : GN. #

Total comments: 1

Patch Set 3 : Explicit. #

Messages

Total messages: 8 (2 generated)
Mike West
Thanks for working through this with me, Jochen. Mind taking a look at the result? ...
6 years, 3 months ago (2014-09-02 11:56:11 UTC) #2
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/533493004/diff/20001/components/password_manager/content/renderer/credential_manager_client.h File components/password_manager/content/renderer/credential_manager_client.h (right): https://codereview.chromium.org/533493004/diff/20001/components/password_manager/content/renderer/credential_manager_client.h#newcode50 components/password_manager/content/renderer/credential_manager_client.h:50: CredentialManagerClient(content::RenderView* render_view); explicit
6 years, 3 months ago (2014-09-02 12:08:15 UTC) #3
vabr (Chromium)
LGTM, thanks for educating me. :)
6 years, 3 months ago (2014-09-02 14:16:59 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkwst@chromium.org/533493004/40001
6 years, 3 months ago (2014-09-02 14:19:54 UTC) #6
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 9dfbec34ac75d4a936623b0dfed57b8c20e35700
6 years, 3 months ago (2014-09-02 15:38:13 UTC) #7
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:18:41 UTC) #8
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/4ea2bcacd49f172b9e49a1b2aea112ad04512687
Cr-Commit-Position: refs/heads/master@{#292932}

Powered by Google App Engine
This is Rietveld 408576698