Skip to content

Commit

Permalink
replace fedcm links with new ones (#14478)
Browse files Browse the repository at this point in the history
replace all fedcm links with new ones
  • Loading branch information
navin772 authored Sep 7, 2024
1 parent 247bc2b commit b2ef56a
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion common/devtools/chromium/v126/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -12300,7 +12300,7 @@ experimental domain FedCm
parameters
# Allows callers to disable the promise rejection delay that would
# normally happen, if this is unimportant to what's being tested.
# (step 4 of https://fedidcg.github.io/FedCM/#browser-api-rp-sign-in)
# (step 4 of https://w3c-fedid.github.io/FedCM/#browser-api-rp-sign-in)
optional boolean disableRejectionDelay

command disable
Expand Down
2 changes: 1 addition & 1 deletion common/devtools/chromium/v127/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -12340,7 +12340,7 @@ experimental domain FedCm
parameters
# Allows callers to disable the promise rejection delay that would
# normally happen, if this is unimportant to what's being tested.
# (step 4 of https://fedidcg.github.io/FedCM/#browser-api-rp-sign-in)
# (step 4 of https://w3c-fedid.github.io/FedCM/#browser-api-rp-sign-in)
optional boolean disableRejectionDelay

command disable
Expand Down
2 changes: 1 addition & 1 deletion common/devtools/chromium/v128/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -12447,7 +12447,7 @@ experimental domain FedCm
parameters
# Allows callers to disable the promise rejection delay that would
# normally happen, if this is unimportant to what's being tested.
# (step 4 of https://fedidcg.github.io/FedCM/#browser-api-rp-sign-in)
# (step 4 of https://w3c-fedid.github.io/FedCM/#browser-api-rp-sign-in)
optional boolean disableRejectionDelay

command disable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
/**
* Represents an account displayed in a FedCM account list.
*
* @see <a href="https://fedidcg.github.io/FedCM/#dictdef-identityprovideraccount">
* https://fedidcg.github.io/FedCM/#dictdef-identityprovideraccount</a>
* @see <a href="https://fedidcg.github.io/FedCM/#webdriver-accountlist">
* https://fedidcg.github.io/FedCM/#webdriver-accountlist</a>
* @see <a href="https://w3c-fedid.github.io/FedCM/#dictdef-identityprovideraccount">
* https://w3c-fedid.github.io/FedCM/#dictdef-identityprovideraccount</a>
* @see <a href="https://w3c-fedid.github.io/FedCM/#webdriver-accountlist">
* https://w3c-fedid.github.io/FedCM/#webdriver-accountlist</a>
*/
public class FederatedCredentialManagementAccount {
private final String accountId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* Represents an open dialog of the Federated Credential Management API.
*
* @see <a href="https://fedidcg.github.io/FedCM/">https://fedidcg.github.io/FedCM/</a>
* @see <a href="https://w3c-fedid.github.io/FedCM/">https://w3c-fedid.github.io/FedCM/</a>
*/
public interface FederatedCredentialManagementDialog {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public interface HasFederatedCredentialManagement {
* Disables the promise rejection delay.
*
* <p>FedCM by default delays promise resolution in failure cases for privacy reasons
* (https://fedidcg.github.io/FedCM/#ref-for-setdelayenabled); this function allows turning it off
* (https://w3c-fedid.github.io/FedCM/#ref-for-setdelayenabled); this function allows turning it off
* to let tests run faster where this is not relevant.
*/
void setDelayEnabled(boolean enabled);
Expand Down
2 changes: 1 addition & 1 deletion java/src/org/openqa/selenium/remote/DriverCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public interface DriverCommand {
String REMOVE_ALL_CREDENTIALS = "removeAllCredentials";
String SET_USER_VERIFIED = "setUserVerified";
// Federated Credential Management API
// https://fedidcg.github.io/FedCM/#automation
// https://w3c-fedid.github.io/FedCM/#automation
String CANCEL_DIALOG = "cancelDialog";
String SELECT_ACCOUNT = "selectAccount";
String CLICK_DIALOG = "clickDialog";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Implements FedCM's ID assertion endpoint.
*
* <p>https://fedidcg.github.io/FedCM/#idp-api-id-assertion-endpoint
* <p>https://w3c-fedid.github.io/FedCM/#idp-api-id-assertion-endpoint
*/
class FedCmIdAssertion implements HttpHandler {

Expand Down
4 changes: 2 additions & 2 deletions rb/lib/selenium/webdriver/common/fedcm/account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ module Selenium
module WebDriver
module FedCM
# Represents an account displayed in a FedCm account list.
# See: https://fedidcg.github.io/FedCM/#dictdef-identityprovideraccount
# https://fedidcg.github.io/FedCM/#webdriver-accountlist
# See: https://w3c-fedid.github.io/FedCM/#dictdef-identityprovideraccount
# https://w3c-fedid.github.io/FedCM/#webdriver-accountlist
class Account
LOGIN_STATE_SIGNIN = 'SignIn'
LOGIN_STATE_SIGNUP = 'SignUp'
Expand Down
4 changes: 2 additions & 2 deletions rb/sig/lib/selenium/webdriver/fedcm/account.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module Selenium
module WebDriver
module FedCM
# Represents an account displayed in a FedCm account list.
# See: https://fedidcg.github.io/FedCM/#dictdef-identityprovideraccount
# https://fedidcg.github.io/FedCM/#webdriver-accountlist
# See: https://w3c-fedid.github.io/FedCM/#dictdef-identityprovideraccount
# https://w3c-fedid.github.io/FedCM/#webdriver-accountlist
class Account
@account_id: String

Expand Down

0 comments on commit b2ef56a

Please sign in to comment.