ladybird/Libraries/LibWeb/ContentSecurityPolicy
Andreas Kling 164ed80244 Meta: Enable exit-time destructor warnings for libraries
Enable -Wexit-time-destructors for all in-tree library targets and
update process-lifetime library statics so they no longer register
exit-time destructors. Long-lived caches, lookup tables, singleton
registries, and generated constants now use NeverDestroyed or leaked
references where the data is intended to live until process exit.

Update LibWeb, LibLine, and the binding generators so regenerated
sources follow the same rule instead of reintroducing destructed
statics.
2026-06-04 19:20:49 +02:00
..
Directives Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02: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 LibGC: Default-construct RootVector from the global heap 2026-05-20 20:37:55 +02: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: Generate struct definitions from IDL dictionaries 2026-05-09 10:49:49 +02:00
SecurityPolicyViolationEvent.h LibWeb/Bindings: Generate struct definitions from IDL dictionaries 2026-05-09 10:49:49 +02:00
SecurityPolicyViolationEvent.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02: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/Bindings: Generate struct definitions from IDL dictionaries 2026-05-09 10:49:49 +02:00
Violation.h LibWeb/CSP: Introduce the ability to create and report a violation 2025-03-19 00:55:14 +01:00