mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-06-17 15:25:35 +00:00
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. |
||
|---|---|---|
| .. | ||
| Directives | ||
| BlockingAlgorithms.cpp | ||
| BlockingAlgorithms.h | ||
| Policy.cpp | ||
| Policy.h | ||
| PolicyList.cpp | ||
| PolicyList.h | ||
| SecurityPolicyViolationEvent.cpp | ||
| SecurityPolicyViolationEvent.h | ||
| SecurityPolicyViolationEvent.idl | ||
| SerializedPolicy.cpp | ||
| SerializedPolicy.h | ||
| Violation.cpp | ||
| Violation.h | ||