Commit Graph

6 Commits

Author SHA1 Message Date
devgianlu
1edf60bf08 LibWeb: Make {,Federated,Password}Credential accessors const 2026-02-22 14:55:30 -05:00
devgianlu
1fd1ea3b97 LibWeb: Remove Credential.willRequestConditionalCreation
This method has been removed from the spec as unused.
2026-02-22 14:55:30 -05:00
Kenneth Myhra
b2918dbe3c LibWeb: Introduce mixin implementation CredentialUserData
Previously the attributes for the mixin CredentialUserData was added to
the Credential implementation. Now they are moved to the
CredentialUserData implementation, and any *Credential implementations
which includes this mixin in IDL can now instead inherit from the
CredentialUserData class.
2026-01-08 13:10:35 +01:00
Kenneth Myhra
3fcdbedd77 LibWeb: Add ctor to Credential interface intitializing member data 2026-01-08 13:10:35 +01:00
Kenneth Myhra
c769fc404e LibWeb: Remove not implemented Credential::create() method 2026-01-08 13:10:35 +01:00
devgianlu
da9eaf8788 LibWeb: Stub for Credential Management API
Stub out basic Credential Management APIs and import IDL tests.

Spec: https://w3c.github.io/webappsec-credential-management/
2025-02-05 13:18:47 -07:00