ladybird/Libraries/LibWebView/WebUI
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
..
BookmarksUI.cpp LibWebView: Add bookmark import/export to about:bookmarks 2026-04-22 08:02:15 -04:00
BookmarksUI.h LibWebView: Add bookmark import/export to about:bookmarks 2026-04-22 08:02:15 -04:00
ProcessesUI.cpp LibWeb+LibWebView+WebContent: Convert about:processes to a WebUI 2025-03-28 07:31:10 -04:00
ProcessesUI.h LibWebView: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
SettingsUI.cpp LibWebView+UI/Qt: Move the vertical tab width to LibWebView settings 2026-06-03 18:14:12 -04:00
SettingsUI.h LibWebView: Add settings and actions to control vertical tabs 2026-05-31 21:24:57 +02:00
VersionUI.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
VersionUI.h LibURL+LibWeb+LibWebView: Convert about:version to a proper WebUI 2026-04-21 06:59:11 -04:00