Commit Graph

2 Commits

Author SHA1 Message Date
devgianlu
68c53f437e LibWeb: Make CredentialUserData accessors const
Also remove the default constructor.
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