1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-16 01:12:07 +00:00
serenity/Userland/Libraries/LibWeb/HTML/Parser
Shannon Booth b603e860af LibWeb: Port CharacterData from DeprecatedString to String
The existing implementation has some pre-existing issues where it is
incorrectly assumes that byte offsets are given through the IDL instead
of UTF-16 code units. While making these changes, leave some FIXMEs for
that.
2023-09-19 10:54:07 +02:00
..
Entities.cpp
Entities.h
HTMLEncodingDetection.cpp LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
HTMLEncodingDetection.h
HTMLParser.cpp LibWeb: Port CharacterData from DeprecatedString to String 2023-09-19 10:54:07 +02:00
HTMLParser.h
HTMLToken.cpp
HTMLToken.h LibWeb: Track the byte offset of an HTMLToken's position 2023-08-29 08:11:11 -04:00
HTMLTokenizer.cpp LibWeb: Make Document::run_the_document_write_steps take a StringView 2023-09-13 07:26:35 +02:00
HTMLTokenizer.h LibWeb: Make Document::run_the_document_write_steps take a StringView 2023-09-13 07:26:35 +02:00
ListOfActiveFormattingElements.cpp
ListOfActiveFormattingElements.h
StackOfOpenElements.cpp
StackOfOpenElements.h