ladybird/Userland/Libraries/LibWeb/HTML/Parser
Hendiadyoin1 6a95df2526 LibTextCodec: Don't allocate Strings on encoding normalisation
This ripples down to LibWeb's HTML and XHR decoders, which therefore
become less allocation heavy.
2022-03-21 10:48:17 +01:00
..
Entities.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Entities.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
HTMLEncodingDetection.cpp LibTextCodec: Don't allocate Strings on encoding normalisation 2022-03-21 10:48:17 +01:00
HTMLEncodingDetection.h LibTextCodec: Don't allocate Strings on encoding normalisation 2022-03-21 10:48:17 +01:00
HTMLParser.cpp LibWeb: Implement the rest of the Adoption Agency Algorithm 2022-03-20 02:52:37 +01:00
HTMLParser.h LibWeb: Implement the rest of the Adoption Agency Algorithm 2022-03-20 02:52:37 +01:00
HTMLToken.cpp LibWeb: Change HTMLToken storage architecture 2021-07-17 16:24:57 +04:30
HTMLToken.h Libraries: Use AK::Variant default initialization where appropriate 2021-09-21 04:22:52 +04:30
HTMLTokenizer.cpp LibWeb: Fix issue where double-quoted doctype system ID was not captured 2022-03-02 12:30:15 +01:00
HTMLTokenizer.h LibWeb: Add basic support for dynamic markup insertion 2022-02-21 18:26:43 +01:00
ListOfActiveFormattingElements.cpp LibWeb: Implement the rest of the Adoption Agency Algorithm 2022-03-20 02:52:37 +01:00
ListOfActiveFormattingElements.h LibWeb: Implement the rest of the Adoption Agency Algorithm 2022-03-20 02:52:37 +01:00
StackOfOpenElements.cpp LibWeb: Implement "has element in select scope" per-spec 2022-03-21 10:47:46 +01:00
StackOfOpenElements.h LibWeb: Implement the rest of the Adoption Agency Algorithm 2022-03-20 02:52:37 +01:00