Skip to content

Commit aad3886

Browse files
committed
update
1 parent 6542ff8 commit aad3886

File tree

3 files changed

+28
-15
lines changed

3 files changed

+28
-15
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
removals {
2+
dictionary KeySystemTrackConfiguration {
3+
member encryptionScheme // Gecko only as of 2025-05
4+
}
5+
}

inputfiles/patches/webauthn.kdl

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,27 @@ removals {
2121
member hmacGetSecret // No implementation as of 2025-05
2222
member payment // Blink only as of 2025-06
2323
}
24+
dictionary PublicKeyCredentialCreationOptions {
25+
member attestationFormats // Blink only as of 2024-08
26+
member hints // Blink only as of 2024-08
27+
}
28+
29+
dictionary PublicKeyCredentialCreationOptionsJSON {
30+
member attestationFormats // Gecko only as of 2024-08
31+
}
32+
33+
dictionary PublicKeyCredentialRequestOptions {
34+
member hints // Blink only as of 2024-08
35+
}
36+
dictionary CredentialRequestOptions {
37+
// Only `mediation`, `publicKey`, `signal` are implemented by 2+ engines, everything else is currently Blink only.
38+
// https://searchfox.org/mozilla-central/source/dom/webidl/CredentialManagement.webidl
39+
// https://searchfox.org/wubkat/source/Source/WebCore/Modules/credentialmanagement/CredentialRequestOptions.idl
40+
// https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/credentialmanagement/credential_request_options.idl
41+
member digital // Behind a flag in WebKit and Blink as of 2024-03
42+
member federated
43+
member identity
44+
member otp
45+
member password
46+
}
2447
}

inputfiles/patches/webcrypto.kdl

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,6 @@ removals {
2828
encapsulateKey // No implementation as of 2025-09
2929
}
3030

31-
dictionary KeySystemTrackConfiguration {
32-
member encryptionScheme // Gecko only as of 2025-05
33-
}
34-
35-
dictionary CredentialRequestOptions {
36-
// Only `mediation`, `publicKey`, `signal` are implemented by 2+ engines, everything else is currently Blink only.
37-
// https://searchfox.org/mozilla-central/source/dom/webidl/CredentialManagement.webidl
38-
// https://searchfox.org/wubkat/source/Source/WebCore/Modules/credentialmanagement/CredentialRequestOptions.idl
39-
// https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/credentialmanagement/credential_request_options.idl
40-
member digital // Behind a flag in WebKit and Blink as of 2024-03
41-
member federated
42-
member identity
43-
member otp
44-
member password
45-
}
4631

4732
dictionary JsonWebKey {
4833
member priv // No implementation as of 2025-09

0 commit comments

Comments
 (0)