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
2025-12-27 03:37:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
25504f6a1b8e37c3da36845a27441cc5aba67f0c
ladybird
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
Parser
History
Andreas Kling
25504f6a1b
LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizer
...
This avoids constantly reallocating the Vector<HTMLToken>.
2022-02-19 14:45:59 +01:00
..
Entities.cpp
…
Entities.h
…
HTMLEncodingDetection.cpp
…
HTMLEncodingDetection.h
…
HTMLParser.cpp
LibWeb: Fail gracefully when reaching the unimplemented part of the AAA
2022-02-15 23:24:34 +01:00
HTMLParser.h
LibWeb: Implement state switch for "[CDATA[" in HTML parser
2022-02-15 23:24:34 +01:00
HTMLToken.cpp
…
HTMLToken.h
…
HTMLTokenizer.cpp
LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizer
2022-02-19 14:45:59 +01:00
HTMLTokenizer.h
LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizer
2022-02-15 23:24:34 +01:00
ListOfActiveFormattingElements.cpp
…
ListOfActiveFormattingElements.h
…
StackOfOpenElements.cpp
LibWeb: Rename element_before() => element_immediately_above()
2022-02-15 02:05:53 +01:00
StackOfOpenElements.h
LibWeb: Add spec comments to the StackOfOpenElements class
2022-02-15 02:05:53 +01:00