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

Issue 2895243002: Rename requireUserMediation to preventSilentAccess in the CM API. (Closed)

Created:
3 years, 7 months ago by vasilii
Modified:
3 years, 7 months ago
CC:
Aaron Boodman, abarth-chromium, asvitkine+watch_chromium.org, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-frames_chromium.org, blink-reviews-w3ctests_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, dglazkov+blink, gcasto+watchlist_chromium.org, haraken, jam, jochen+watch_chromium.org, mac-reviews_chromium.org, mlamouri+watch-content_chromium.org, Peter Beverloo, qsr+mojo_chromium.org, vabr+watchlistpasswordmanager_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename requireUserMediation to preventSilentAccess in the CM API. Pull request for the spec: https://github.com/w3c/webappsec-credential-management/pull/84 Intent to ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/TZ1wr5BJ0Uk BUG=724464 NOTRY=true Review-Url: https://codereview.chromium.org/2895243002 Cr-Commit-Position: refs/heads/master@{#474640} Committed: https://chromium.googlesource.com/chromium/src/+/2118f8bacddd5504dbea6a2906f2f3b7ee61aa8d

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 2

Patch Set 3 : webkit tests #

Total comments: 8

Patch Set 4 : comments #

Patch Set 5 : merge #

Patch Set 6 : merge #

Patch Set 7 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -163 lines) Patch
M components/password_manager/content/browser/credential_manager_impl.h View 4 chunks +4 lines, -4 lines 0 comments Download
M components/password_manager/content/browser/credential_manager_impl.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M components/password_manager/content/browser/credential_manager_impl_unittest.cc View 7 chunks +9 lines, -9 lines 0 comments Download
M components/password_manager/content/common/credential_manager.mojom View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M components/password_manager/content/renderer/credential_manager_client.h View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/content/renderer/credential_manager_client.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/password_manager/content/renderer/credential_manager_client_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/BUILD.gn View 1 1 chunk +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/credential_manager_logger.h View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/credential_manager_logger.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/credential_manager_logger_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + components/password_manager/core/browser/credential_manager_pending_prevent_silent_access_task.h View 4 chunks +11 lines, -11 lines 0 comments Download
A + components/password_manager/core/browser/credential_manager_pending_prevent_silent_access_task.cc View 1 2 3 1 chunk +9 lines, -10 lines 0 comments Download
D components/password_manager/core/browser/credential_manager_pending_require_user_mediation_task.h View 1 chunk +0 lines, -53 lines 0 comments Download
D components/password_manager/core/browser/credential_manager_pending_require_user_mediation_task.cc View 1 chunk +0 lines, -40 lines 0 comments Download
M content/shell/test_runner/mock_credential_manager_client.h View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/test_runner/mock_credential_manager_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https.html View 1 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/credentialmanager/credentialscontainer-preventsilentaccess-basics.html View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/credentialmanager/credentialscontainer-requireusermediation-basics.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/credentialmanager/resources/iframed-credentialscontainer.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Deprecation.cpp View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/credentialmanager/CredentialsContainer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/credentialmanager/CredentialsContainer.cpp View 1 2 2 chunks +7 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/credentialmanager/CredentialsContainer.idl View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/credentialmanager/CredentialsContainerTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/platform/WebCredentialManagerClient.h View 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/histograms/enums.xml View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 48 (35 generated)
vasilii
Hi all, please review the CL. Jochen, we need a 3rd LGTM for landing this ...
3 years, 7 months ago (2017-05-23 09:45:12 UTC) #8
jochen (gone - plz use gerrit)
you'll also need to get the PR merged before landing the patch. do layout tests ...
3 years, 7 months ago (2017-05-23 11:07:56 UTC) #9
vasilii
It was a mistake to remove requireUserMediation. Now the failing tests are passing locally. https://codereview.chromium.org/2895243002/diff/20001/third_party/WebKit/Source/core/frame/UseCounter.h ...
3 years, 7 months ago (2017-05-23 12:34:19 UTC) #14
Mike West
https://codereview.chromium.org/2895243002/diff/40001/components/password_manager/content/common/credential_manager.mojom File components/password_manager/content/common/credential_manager.mojom (right): https://codereview.chromium.org/2895243002/diff/40001/components/password_manager/content/common/credential_manager.mojom#newcode43 components/password_manager/content/common/credential_manager.mojom:43: // Require user mediation. For navigator.credentials.requireUserMediation(). Nit: Replace here ...
3 years, 7 months ago (2017-05-23 18:54:33 UTC) #17
vasilii
https://codereview.chromium.org/2895243002/diff/40001/components/password_manager/content/common/credential_manager.mojom File components/password_manager/content/common/credential_manager.mojom (right): https://codereview.chromium.org/2895243002/diff/40001/components/password_manager/content/common/credential_manager.mojom#newcode43 components/password_manager/content/common/credential_manager.mojom:43: // Require user mediation. For navigator.credentials.requireUserMediation(). On 2017/05/23 18:54:32, ...
3 years, 7 months ago (2017-05-24 10:02:13 UTC) #19
Mike West
LGTM, pending Jochen's review, here and on blink-dev@.
3 years, 7 months ago (2017-05-24 11:11:10 UTC) #24
vasilii
Jochen, the spec changes have landed.
3 years, 7 months ago (2017-05-24 12:37:45 UTC) #27
jochen (gone - plz use gerrit)
lgtm once the intent is approved
3 years, 7 months ago (2017-05-24 15:10:02 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2895243002/120001
3 years, 7 months ago (2017-05-25 09:50:32 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/464370)
3 years, 7 months ago (2017-05-25 13:05:46 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2895243002/120001
3 years, 7 months ago (2017-05-25 13:10:27 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2895243002/120001
3 years, 7 months ago (2017-05-25 13:53:17 UTC) #45
commit-bot: I haz the power
3 years, 7 months ago (2017-05-25 13:59:36 UTC) #48
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/2118f8bacddd5504dbea6a2906f2...

Powered by Google App Engine
This is Rietveld 408576698