ladybird/Libraries/LibWeb/HTML/Parser
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
..
Rust LibWeb: Track parser-created style sheets 2026-06-04 16:39:54 +01:00
Entities.cpp LibWeb/HTML: Improve data structure of named character reference data 2025-07-14 09:43:08 +02:00
Entities.h LibWeb/HTML: Improve data structure of named character reference data 2025-07-14 09:43:08 +02:00
Entities.json LibWeb: Make named character references more spec-compliant & efficient 2025-03-22 16:03:44 +01:00
HTMLEncodingDetection.cpp LibWeb: Allow UTF-8 detection for file: scheme 2026-05-25 23:45:28 +02:00
HTMLEncodingDetection.h LibWeb: Implement chardetng-based encoding detection for HTML parsing 2026-05-23 11:57:33 +02:00
HTMLParser.cpp LibWeb: Track parser-created style sheets 2026-06-04 16:39:54 +01:00
HTMLParser.h LibWeb: Normalize decoded HTML string parsing 2026-05-24 10:14:17 +02:00
HTMLToken.cpp LibWeb: Track if element was created from token with dupe attributes 2025-07-09 15:52:54 -06:00
HTMLToken.h LibWeb: Remove the C++ HTML tree builder 2026-05-17 15:35:56 +02:00
HTMLTokenizer.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
HTMLTokenizer.h LibWeb: Normalize decoded HTML string parsing 2026-05-24 10:14:17 +02:00
IncrementalDocumentParser.cpp LibWeb: Add incremental HTML parsing 2026-04-29 04:12:44 +02:00
IncrementalDocumentParser.h LibWeb: Add incremental HTML parsing 2026-04-29 04:12:44 +02:00
ParserScriptingMode.h LibWeb: Set fragment scripting mode from the context document 2026-04-14 23:01:36 +02:00
SpeculativeHTMLParser.cpp AK+LibWeb: Centralize FFI helper functions 2026-05-28 14:15:43 -05:00
SpeculativeHTMLParser.h LibWeb: Use Rust preload scanner 2026-05-18 00:23:52 +02:00