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

Issue 573663002: Credential Manager: Wire up the client. (Closed)

Created:
6 years, 3 months ago by Mike West
Modified:
6 years, 3 months ago
Reviewers:
tkent, sof, philipj_slow
CC:
blink-reviews, jamesr, dglazkov+blink, abarth-chromium, mkwst+moarreviews_chromium.org
Project:
blink
Visibility:
Public.

Description

Credential Manager: Wire up the client. Now that we've added a mock CredentialManagerClient to content shell, we can wire up the various CredentialsContainer methods to the client provided by the embedder. BUG=400674 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182052

Patch Set 1 #

Patch Set 2 : Oops. #

Total comments: 11

Patch Set 3 : Feedback. #

Patch Set 4 : Null check. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -28 lines) Patch
M LayoutTests/http/tests/credentialmanager/credentialscontainer-notifyfailedsignin-basics.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/credentialmanager/credentialscontainer-request-basics.html View 7 chunks +40 lines, -8 lines 0 comments Download
M Source/modules/credentialmanager/Credential.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M Source/modules/credentialmanager/CredentialManagerClient.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M Source/modules/credentialmanager/CredentialManagerClient.cpp View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
M Source/modules/credentialmanager/CredentialsContainer.cpp View 1 2 3 chunks +44 lines, -17 lines 0 comments Download
M Source/modules/credentialmanager/LocalCredential.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M Source/modules/credentialmanager/LocalCredential.cpp View 1 2 2 chunks +12 lines, -0 lines 0 comments Download
M Source/platform/exported/WebCredential.cpp View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M public/platform/WebCredential.h View 1 2 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 12 (4 generated)
Mike West
Mind taking a look, tkent? This patch depends upon the mock added in https://codereview.chromium.org/565943002/, so ...
6 years, 3 months ago (2014-09-15 07:08:23 UTC) #2
Mike West
Dropping tkent@ for the moment in the hopes that philipj@ or sigbjornf@ can review this ...
6 years, 3 months ago (2014-09-15 07:15:48 UTC) #4
sof
https://codereview.chromium.org/573663002/diff/20001/Source/modules/credentialmanager/CredentialManagerClient.cpp File Source/modules/credentialmanager/CredentialManagerClient.cpp (right): https://codereview.chromium.org/573663002/diff/20001/Source/modules/credentialmanager/CredentialManagerClient.cpp#newcode35 Source/modules/credentialmanager/CredentialManagerClient.cpp:35: return from(toDocument(scriptState->executionContext())->page()); If the document has become detached, page() ...
6 years, 3 months ago (2014-09-15 07:57:17 UTC) #5
tkent
basically lgtm. Please address sof's comments. https://codereview.chromium.org/573663002/diff/20001/public/platform/WebCredential.h File public/platform/WebCredential.h (right): https://codereview.chromium.org/573663002/diff/20001/public/platform/WebCredential.h#newcode31 public/platform/WebCredential.h:31: BLINK_PLATFORM_EXPORT WebCredential& operator=(PlatformCredential*); ...
6 years, 3 months ago (2014-09-16 00:02:19 UTC) #7
Mike West
tkent: Thanks! I've dropped the cast operator, in favor of an explicit getter (implicit casts ...
6 years, 3 months ago (2014-09-16 07:53:20 UTC) #8
sof
lgtm https://codereview.chromium.org/573663002/diff/20001/Source/modules/credentialmanager/CredentialManagerClient.cpp File Source/modules/credentialmanager/CredentialManagerClient.cpp (right): https://codereview.chromium.org/573663002/diff/20001/Source/modules/credentialmanager/CredentialManagerClient.cpp#newcode35 Source/modules/credentialmanager/CredentialManagerClient.cpp:35: return from(toDocument(scriptState->executionContext())->page()); On 2014/09/16 07:53:20, Mike West wrote: ...
6 years, 3 months ago (2014-09-16 12:36:11 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/573663002/60001
6 years, 3 months ago (2014-09-16 12:54:15 UTC) #11
commit-bot: I haz the power
6 years, 3 months ago (2014-09-16 14:49:06 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 182052

Powered by Google App Engine
This is Rietveld 408576698