ladybird/Libraries/LibWeb/ContentSecurityPolicy
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
..
Directives LibWeb/CSP: Prefer use of Optional<StringView> for algorithm matching 2026-02-21 12:37:44 +01:00
BlockingAlgorithms.cpp LibWeb: Make more use of Value::{as,as_if,is} in LibWeb 2026-02-28 10:24:37 -05:00
BlockingAlgorithms.h LibWeb: Enforce Integrity Policy on Fetch requests 2025-08-14 13:37:38 +01:00
Policy.cpp LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
Policy.h LibWeb: Store HTTP methods and headers as ByteString 2025-11-26 09:15:06 -05:00
PolicyList.cpp LibWeb: Remove ShadowRealm HTML integration 2026-04-05 13:57:58 +02:00
PolicyList.h LibWeb: Support Content-Security-Policy http-equiv state on meta element 2025-05-23 16:39:13 +02:00
SecurityPolicyViolationEvent.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SecurityPolicyViolationEvent.h LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SecurityPolicyViolationEvent.idl LibWeb/CSP: Implement SecurityPolicyViolationEvent 2025-03-19 00:55:14 +01:00
SerializedPolicy.cpp LibURL+LibWeb: Make URL::Origin default constructor private 2025-06-17 20:54:03 +02:00
SerializedPolicy.h LibWeb/CSP: Introduce the ability to create and report a violation 2025-03-19 00:55:14 +01:00
Violation.cpp LibWeb: Remove ShadowRealm HTML integration 2026-04-05 13:57:58 +02:00
Violation.h LibWeb/CSP: Introduce the ability to create and report a violation 2025-03-19 00:55:14 +01:00