Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(22)

Issue 1162443006: Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (1/3) (Closed)

Created:
4 years, 11 months ago by Mike West
Modified:
4 years, 11 months ago
CC:
blink-reviews, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@add-type
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (1/3) As per https://w3c.github.io/webappsec/specs/credentialmanagement/#passwordcredential This patch doesn't update the interface, it just does the rename. Given that this touches a jillion files, splitting things up seems reasonable. Patch 1 (Blink): [This patch] Patch 2 (Chromium): https://codereview.chromium.org/1162583003 Patch 3 (Blink): https://codereview.chromium.org/1153403004 BUG=494880 R=vabr@chromium.org,jochen@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196341

Patch Set 1 #

Total comments: 6

Patch Set 2 : Test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+248 lines, -286 lines) Patch
M LayoutTests/http/tests/credentialmanager/credentialscontainer-notifyfailedsignin-basics.html View 2 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/http/tests/credentialmanager/credentialscontainer-notifysignedin-basics.html View 3 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/http/tests/credentialmanager/credentialscontainer-request-basics.html View 1 chunk +1 line, -1 line 0 comments Download
D LayoutTests/http/tests/credentialmanager/localcredential-basics.html View 1 chunk +0 lines, -54 lines 0 comments Download
A + LayoutTests/http/tests/credentialmanager/passwordcredential-basics.html View 4 chunks +10 lines, -10 lines 0 comments Download
M LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/credentialmanager/CredentialsContainer.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
D Source/modules/credentialmanager/LocalCredential.h View 1 chunk +0 lines, -50 lines 0 comments Download
D Source/modules/credentialmanager/LocalCredential.cpp View 1 chunk +0 lines, -53 lines 0 comments Download
D Source/modules/credentialmanager/LocalCredential.idl View 1 chunk +0 lines, -12 lines 0 comments Download
A + Source/modules/credentialmanager/PasswordCredential.h View 2 chunks +12 lines, -12 lines 0 comments Download
A Source/modules/credentialmanager/PasswordCredential.cpp View 1 chunk +53 lines, -0 lines 0 comments Download
A + Source/modules/credentialmanager/PasswordCredential.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/modules.gypi View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/platform/blink_platform.gypi View 2 chunks +3 lines, -2 lines 0 comments Download
M Source/platform/credentialmanager/PlatformCredential.h View 1 chunk +1 line, -1 line 0 comments Download
D Source/platform/credentialmanager/PlatformLocalCredential.h View 1 chunk +0 lines, -32 lines 0 comments Download
D Source/platform/credentialmanager/PlatformLocalCredential.cpp View 1 chunk +0 lines, -27 lines 0 comments Download
A Source/platform/credentialmanager/PlatformPasswordCredential.h View 1 chunk +32 lines, -0 lines 0 comments Download
A Source/platform/credentialmanager/PlatformPasswordCredential.cpp View 1 chunk +27 lines, -0 lines 0 comments Download
M Source/platform/exported/WebCredential.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/platform/exported/WebLocalCredential.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
A Source/platform/exported/WebPasswordCredential.cpp View 1 chunk +39 lines, -0 lines 0 comments Download
M public/platform/WebCredential.h View 1 chunk +4 lines, -1 line 0 comments Download
M public/platform/WebLocalCredential.h View 1 chunk +1 line, -1 line 0 comments Download
A public/platform/WebPasswordCredential.h View 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
Mike West
More. Sorry for the flood. :/
4 years, 11 months ago (2015-06-01 08:49:47 UTC) #1
vabr (Chromium)
LGTM FWIW :) Vaclav https://codereview.chromium.org/1162443006/diff/1/Source/modules/credentialmanager/PasswordCredential.h File Source/modules/credentialmanager/PasswordCredential.h (right): https://codereview.chromium.org/1162443006/diff/1/Source/modules/credentialmanager/PasswordCredential.h#newcode1 Source/modules/credentialmanager/PasswordCredential.h:1: // Copyright 2014 The Chromium ...
4 years, 11 months ago (2015-06-01 09:10:14 UTC) #2
Mike West
https://codereview.chromium.org/1162443006/diff/1/Source/modules/credentialmanager/PasswordCredential.h File Source/modules/credentialmanager/PasswordCredential.h (right): https://codereview.chromium.org/1162443006/diff/1/Source/modules/credentialmanager/PasswordCredential.h#newcode1 Source/modules/credentialmanager/PasswordCredential.h:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
4 years, 11 months ago (2015-06-01 09:12:03 UTC) #3
jochen (gone - plz use gerrit)
lgtm
4 years, 11 months ago (2015-06-01 13:09:07 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1162443006/20001
4 years, 11 months ago (2015-06-02 13:05:30 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/64417)
4 years, 11 months ago (2015-06-02 14:49:19 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1162443006/20001
4 years, 11 months ago (2015-06-02 15:14:14 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/64452)
4 years, 11 months ago (2015-06-02 16:50:11 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1162443006/20001
4 years, 11 months ago (2015-06-02 19:24:40 UTC) #15
commit-bot: I haz the power
4 years, 11 months ago (2015-06-02 20:12:40 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196341

Powered by Google App Engine
This is Rietveld 408576698