ladybird/Userland/Libraries/LibWeb/HTML/Parser
Timothy Flynn 48fb343230 LibWeb: Change HTMLParser's factory to accept the encoding as StringView
No need to force an allocation. This makes a future patch a bit simpler,
where we will have the encoding as a String. With this patch, we won't
have to convert it to a ByteString.
2024-04-04 11:23:21 +02:00
..
Entities.cpp
Entities.h
HTMLEncodingDetection.cpp LibWeb: Fix utf16-be check in HTMLEncodingDetection 2024-01-08 23:35:09 +01:00
HTMLEncodingDetection.h
HTMLParser.cpp LibWeb: Change HTMLParser's factory to accept the encoding as StringView 2024-04-04 11:23:21 +02:00
HTMLParser.h LibWeb: Change HTMLParser's factory to accept the encoding as StringView 2024-04-04 11:23:21 +02:00
HTMLToken.cpp
HTMLToken.h
HTMLTokenizer.cpp LibWeb: Emit the current token before EOF on invalid comments 2024-03-23 20:58:31 +01:00
HTMLTokenizer.h LibWeb: Stop parsing after document.write at the insertion point 2024-02-20 17:04:36 +01:00
ListOfActiveFormattingElements.cpp
ListOfActiveFormattingElements.h
StackOfOpenElements.cpp
StackOfOpenElements.h