ladybird/Libraries/LibWeb/CredentialManagement
Shannon Booth fd44da6829 LibWeb/Bindings: Emit one bindings header and cpp per IDL
Previously, the LibWeb bindings generator would output multiple per
interface files like Prototype/Constructor/Namespace/GlobalMixin
depending on the contents of that IDL file.

This complicates the build system as it means that it does not know
what files will be generated without knowledge of the contents of that
IDL file.

Instead, for each IDL file only generate a single Bindings/<IDLFile>.h
and Bindings/<IDLFile>.cpp.
2026-04-21 07:36:13 +02:00
..
Credential.cpp LibWeb: Default impl of Credential.isConditionalMediationAvailable 2026-02-22 14:55:30 -05:00
Credential.h LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
Credential.idl LibWeb: Remove Credential.willRequestConditionalCreation 2026-02-22 14:55:30 -05:00
CredentialsContainer.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
CredentialsContainer.h LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
CredentialsContainer.idl
CredentialUserData.h LibWeb: Make CredentialUserData accessors const 2026-02-22 14:55:30 -05:00
FederatedCredential.cpp LibWeb: Implement FederatedCredential ctor and corresponding AO 2026-01-08 13:10:35 +01:00
FederatedCredential.h LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
FederatedCredential.idl LibWeb: Specify why origin is missing from credentials IDL 2026-02-22 14:55:30 -05:00
FederatedCredentialOperations.cpp LibWeb: Implement FederatedCredential ctor and corresponding AO 2026-01-08 13:10:35 +01:00
FederatedCredentialOperations.h LibWeb: Implement FederatedCredential ctor and corresponding AO 2026-01-08 13:10:35 +01:00
PasswordCredential.cpp LibWeb: Remove ShadowRealm HTML integration 2026-04-05 13:57:58 +02:00
PasswordCredential.h LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
PasswordCredential.idl LibWeb: Specify why origin is missing from credentials IDL 2026-02-22 14:55:30 -05:00
PasswordCredentialOperations.cpp LibWeb: Do not pass GC::Ptr by reference 2026-02-22 14:55:30 -05:00
PasswordCredentialOperations.h LibWeb: Do not pass GC::Ptr by reference 2026-02-22 14:55:30 -05:00