ladybird/Userland/Libraries/LibWeb/HTML/Parser
Andreas Kling 7dacd6be89 LibWeb: Use static_cast<HTMLTemplateElement> right after an is<> check
The double verify_cast here was just barely visible in a profile.
2024-07-20 15:35:30 +02:00
..
Entities.cpp
Entities.h
HTMLEncodingDetection.cpp
HTMLEncodingDetection.h
HTMLParser.cpp LibWeb: Use static_cast<HTMLTemplateElement> right after an is<> check 2024-07-20 15:35:30 +02:00
HTMLParser.h LibWeb: Implement unsafe HTML parsing methods 2024-06-26 06:13:29 +02:00
HTMLToken.cpp
HTMLToken.h AK+Userland: Remove NOESCAPE 2024-05-22 21:55:34 -06:00
HTMLTokenizer.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
HTMLTokenizer.h
ListOfActiveFormattingElements.cpp
ListOfActiveFormattingElements.h
StackOfOpenElements.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
StackOfOpenElements.h