This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-01-08 17:47:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b73bd76571a5be1d41eb667193cab2972604f58c
ladybird
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
Parser
History
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
…
HTMLTokenizer.h
…
ListOfActiveFormattingElements.cpp
…
ListOfActiveFormattingElements.h
…
StackOfOpenElements.cpp
…
StackOfOpenElements.h
…