ladybird/Libraries/LibWeb/Loader
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
..
ContentBlocker.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
ContentBlocker.h LibWeb: Refresh blocker CSS after relevant class/id changes 2026-05-24 08:16:46 +02:00
FileRequest.cpp
FileRequest.h Everywhere: Abandon Swift adoption 2026-02-17 10:48:09 -05:00
GeneratedPagesLoader.cpp LibURL+LibWeb+LibWebView: Convert about:version to a proper WebUI 2026-04-21 06:59:11 -04:00
GeneratedPagesLoader.h LibURL+LibWeb+LibWebView: Convert about:version to a proper WebUI 2026-04-21 06:59:11 -04:00
LoadRequest.h LibWeb: Thread request context into ContentBlocker 2026-05-21 21:16:56 +02:00
NavigatorCompatibilityMode.h
ProxyMappings.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
ProxyMappings.h
ResourceLoader.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
ResourceLoader.h LibWeb+LibHTTP: Consult HSTS preload list before dynamic-store IPC 2026-05-29 22:23:33 +02:00
UserAgent.h LibWeb: Bump Chrome version in SAD_COMPATIBILITY_HACK 2026-03-13 18:44:47 +01:00