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

Issue 615483002: Credential Manager: Extract browser-side IPC to a stand-alone dispatcher. (Closed)

Created:
6 years, 2 months ago by Mike West
Modified:
6 years, 2 months ago
Reviewers:
vabr (Chromium)
CC:
chromium-reviews, darin-cc_chromium.org, gcasto+watchlist_chromium.org, jam, mkwst+watchlist_chromium.org, jochen (gone - plz use gerrit)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Credential Manager: Extract browser-side IPC to a stand-alone dispatcher. No functional change in this bug, but it paves the way to doing real work with the PasswordStore by separating the IPC-handling bits from the PasswordManagerClient implementation so that we can easily subclass PasswordStoreConsumer in a way that keeps all the credential functionality well-contained in a single object for clarity. BUG=400674 Committed: https://crrev.com/07f0d3dda6cb3d13f6116c778b02efb6a29ccae7 Cr-Commit-Position: refs/heads/master@{#297161}

Patch Set 1 #

Total comments: 3

Patch Set 2 : fix iOS #

Patch Set 3 : Comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+303 lines, -139 lines) Patch
M chrome/browser/password_manager/chrome_password_manager_client.h View 3 chunks +4 lines, -11 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.cc View 3 chunks +1 line, -50 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client_unittest.cc View 2 chunks +0 lines, -60 lines 0 comments Download
M components/components_tests.gyp View 1 2 chunks +5 lines, -0 lines 0 comments Download
M components/password_manager.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
M components/password_manager/content/browser/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A components/password_manager/content/browser/content_credential_manager_dispatcher.h View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
A components/password_manager/content/browser/content_credential_manager_dispatcher.cc View 1 chunk +86 lines, -0 lines 0 comments Download
A components/password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc View 1 chunk +97 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A components/password_manager/core/browser/credential_manager_dispatcher.h View 1 chunk +48 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_manager_client.h View 1 chunk +0 lines, -18 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Mike West
Vaclav, would you mind taking a first pass at this? It's a fairly mechanical change, ...
6 years, 2 months ago (2014-09-29 10:31:24 UTC) #2
vabr (Chromium)
LGTM with 2 comments and one squeal. :) Vaclav https://codereview.chromium.org/615483002/diff/1/components/password_manager/content/browser/content_credential_manager_dispatcher.h File components/password_manager/content/browser/content_credential_manager_dispatcher.h (right): https://codereview.chromium.org/615483002/diff/1/components/password_manager/content/browser/content_credential_manager_dispatcher.h#newcode8 components/password_manager/content/browser/content_credential_manager_dispatcher.h:8: ...
6 years, 2 months ago (2014-09-29 11:05:27 UTC) #3
Mike West
Thanks Vaclav! Jochen, would you mind stamping the change in chrome/browser? This patch is basically ...
6 years, 2 months ago (2014-09-29 11:21:04 UTC) #5
Mike West
Nevermind, Jochen. I didn't realize that vabr@ was an OWNER in chrome/browser/password_manager/. :)
6 years, 2 months ago (2014-09-29 12:16:29 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/615483002/40001
6 years, 2 months ago (2014-09-29 12:17:23 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001) as c37e48e0492ad49a74ed1a8e0694171fcdde65ba
6 years, 2 months ago (2014-09-29 12:39:56 UTC) #10
commit-bot: I haz the power
6 years, 2 months ago (2014-09-29 12:40:30 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/07f0d3dda6cb3d13f6116c778b02efb6a29ccae7
Cr-Commit-Position: refs/heads/master@{#297161}

Powered by Google App Engine
This is Rietveld 408576698