-
Notifications
You must be signed in to change notification settings - Fork 458
Migrate Crypto to KDL #2277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate Crypto to KDL #2277
Conversation
|
Thanks for the PR! This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged. |
inputfiles/patches/crypto-public.kdl
Outdated
| @@ -0,0 +1,14 @@ | |||
| removals { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should go to webauthn.kdl which already exists
inputfiles/patches/webcrypto.kdl
Outdated
| encapsulateKey // No implementation as of 2025-09 | ||
| } | ||
|
|
||
| dictionary KeySystemTrackConfiguration { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one goes to media-capabilities.kdl
inputfiles/patches/webcrypto.kdl
Outdated
| member encryptionScheme // Gecko only as of 2025-05 | ||
| } | ||
|
|
||
| dictionary CredentialRequestOptions { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one is to webauthn.kdl
|
It's useful to use https://respec.org/xref/?term=PublicKeyCredentialRequestOptions to see where things belong to. |
|
Thank you very much @saschanaz, this will help me a lot, I didn't know about it |
|
I have update it |
Removed an empty line before the JsonWebKey dictionary.
|
LGTM |
|
Merging because @saschanaz is a code-owner of all the changes - thanks! |
No description provided.