ladybird/Libraries/LibWeb/ContentSecurityPolicy/Directives
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
..
BaseUriDirective.cpp LibWeb/CSP: Implement the base-uri directive 2025-08-07 00:45:31 +02:00
BaseUriDirective.h LibWeb/CSP: Implement the base-uri directive 2025-08-07 00:45:31 +02:00
ChildSourceDirective.cpp LibWeb/CSP: Implement the child-src directive 2025-07-19 17:15:21 +12:00
ChildSourceDirective.h LibWeb/CSP: Implement the child-src directive 2025-07-19 17:15:21 +12:00
ConnectSourceDirective.cpp LibWeb/CSP: Implement the connect-src directive 2025-07-05 21:21:44 +12:00
ConnectSourceDirective.h LibWeb/CSP: Add [[nodiscard]] to result enums 2025-07-06 13:40:04 +12:00
DefaultSourceDirective.cpp LibWeb/CSP: Implement the default-src directive 2025-07-19 17:15:21 +12:00
DefaultSourceDirective.h LibWeb/CSP: Implement the default-src directive 2025-07-19 17:15:21 +12:00
Directive.cpp LibWeb: Make a bunch of CSP classes not realm associated 2025-04-28 12:41:28 +02:00
Directive.h LibWeb: Add require-trusted-types-for Directive 2025-09-01 16:19:24 +01:00
DirectiveFactory.cpp LibWeb: Add require-trusted-types-for Directive 2025-09-01 16:19:24 +01:00
DirectiveFactory.h LibWeb: Make a bunch of CSP classes not realm associated 2025-04-28 12:41:28 +02:00
DirectiveOperations.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
DirectiveOperations.h LibWeb/CSP: Implement the script-src directive 2025-07-09 15:52:54 -06:00
FontSourceDirective.cpp LibWeb/CSP: Implement the font-src directive 2025-07-05 21:21:44 +12:00
FontSourceDirective.h LibWeb/CSP: Add [[nodiscard]] to result enums 2025-07-06 13:40:04 +12:00
FormActionDirective.cpp LibWeb: Add require-trusted-types-for Directive 2025-09-01 16:19:24 +01:00
FormActionDirective.h LibWeb: Add require-trusted-types-for Directive 2025-09-01 16:19:24 +01:00
FrameAncestorsDirective.cpp LibWeb: Block opaque origins in CSP frame-ancestors check 2026-02-21 12:30:48 +01:00
FrameAncestorsDirective.h LibWeb/CSP: Implement the frame-ancestors directive 2025-08-07 00:45:31 +02:00
FrameSourceDirective.cpp LibWeb/CSP: Implement the frame-src directive 2025-07-05 21:21:44 +12:00
FrameSourceDirective.h LibWeb/CSP: Add [[nodiscard]] to result enums 2025-07-06 13:40:04 +12:00
ImageSourceDirective.cpp LibWeb/CSP: Implement the img-src directive 2025-07-05 21:21:44 +12:00
ImageSourceDirective.h LibWeb/CSP: Add [[nodiscard]] to result enums 2025-07-06 13:40:04 +12:00
KeywordSources.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
KeywordSources.h Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
KeywordTrustedTypes.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
KeywordTrustedTypes.h Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
ManifestSourceDirective.cpp LibWeb/CSP: Implement the manifest-src directive 2025-07-06 13:40:04 +12:00
ManifestSourceDirective.h LibWeb/CSP: Implement the manifest-src directive 2025-07-06 13:40:04 +12:00
MediaSourceDirective.cpp LibWeb/CSP: Implement the media-src directive 2025-07-06 13:40:04 +12:00
MediaSourceDirective.h LibWeb/CSP: Implement the media-src directive 2025-07-06 13:40:04 +12:00
Names.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
Names.h Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
ObjectSourceDirective.cpp LibWeb/CSP: Implement the object-src directive 2025-07-06 13:40:04 +12:00
ObjectSourceDirective.h LibWeb/CSP: Implement the object-src directive 2025-07-06 13:40:04 +12:00
ReportToDirective.cpp LibWeb/CSP: Implement the report-to directive 2025-08-07 19:24:39 +02:00
ReportToDirective.h LibWeb/CSP: Implement the report-to directive 2025-08-07 19:24:39 +02:00
ReportUriDirective.cpp LibWeb/CSP: Implement the report-uri directive 2025-08-07 19:24:39 +02:00
ReportUriDirective.h LibWeb/CSP: Implement the report-uri directive 2025-08-07 19:24:39 +02:00
SandboxDirective.cpp LibWeb/CSP: Implement the sandbox directive 2025-08-07 19:24:39 +02:00
SandboxDirective.h LibWeb/CSP: Implement the sandbox directive 2025-08-07 19:24:39 +02:00
ScriptSourceAttributeDirective.cpp LibWeb/CSP: Implement the script-src-attr directive 2025-07-12 13:06:33 +12:00
ScriptSourceAttributeDirective.h LibWeb/CSP: Implement the script-src-attr directive 2025-07-12 13:06:33 +12:00
ScriptSourceDirective.cpp LibWeb/CSP: Implement the script-src directive 2025-07-09 15:52:54 -06:00
ScriptSourceDirective.h LibWeb/CSP: Implement the script-src directive 2025-07-09 15:52:54 -06:00
ScriptSourceElementDirective.cpp LibWeb/CSP: Implement the script-src-elem directive 2025-07-12 13:06:33 +12:00
ScriptSourceElementDirective.h LibWeb/CSP: Implement the script-src-elem directive 2025-07-12 13:06:33 +12:00
SerializedDirective.cpp LibWeb: Introduce Content Security Policy policies and directives 2025-03-04 14:27:19 +01:00
SerializedDirective.h LibWeb: Introduce Content Security Policy policies and directives 2025-03-04 14:27:19 +01:00
SourceExpression.cpp LibWeb: Implement Content Security Policy directive expression parser 2025-07-01 10:24:24 +12:00
SourceExpression.h LibWeb: Implement Content Security Policy directive expression parser 2025-07-01 10:24:24 +12:00
StyleSourceAttributeDirective.cpp LibWeb/CSP: Implement the style-src-attr directive 2025-07-18 11:58:04 +12:00
StyleSourceAttributeDirective.h LibWeb/CSP: Implement the style-src-attr directive 2025-07-18 11:58:04 +12:00
StyleSourceDirective.cpp LibWeb/CSP: Implement the style-src directive 2025-07-18 11:58:04 +12:00
StyleSourceDirective.h LibWeb/CSP: Implement the style-src directive 2025-07-18 11:58:04 +12:00
StyleSourceElementDirective.cpp LibWeb/CSP: Implement the style-src-elem directive 2025-07-18 11:58:04 +12:00
StyleSourceElementDirective.h LibWeb/CSP: Implement the style-src-elem directive 2025-07-18 11:58:04 +12:00
WebRTCDirective.cpp LibWeb/CSP: Implement the webrtc directive 2025-08-07 19:24:39 +02:00
WebRTCDirective.h LibWeb/CSP: Implement the webrtc directive 2025-08-07 19:24:39 +02:00
WorkerSourceDirective.cpp LibWeb/CSP: Implement the worker-src directive 2025-07-19 17:15:21 +12:00
WorkerSourceDirective.h LibWeb/CSP: Implement the worker-src directive 2025-07-19 17:15:21 +12:00