Shannon Booth
cc6e048bd6
LibWeb+LibIDL: Remove support for #import directives during parsing
...
These no longer serve any purpose now that we run the IDLGenerator
on all of these files at once.
2026-04-24 20:08:29 +02:00
devgianlu
fd80acd730
LibWeb: Specify why origin is missing from credentials IDL
...
The spec is outdated with respect to what is actually implemented
by browsers. Point to a PR that aims to update the spec.
2026-02-22 14:55:30 -05:00
Kenneth Myhra
4dc3d9b163
LibWeb: Remove 'origin' attribute
...
Aligning with the Chromium implementation, deviating from the spec we
remove the 'origin' attribute from FederatedCredentialInit and
PasswordCredentialData.
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