1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 20:15:07 +00:00
serenity/Userland/Libraries/LibWeb/HTML/Parser
Max Wipfli d82f3eb085 LibWeb: Make HTMLToken::{Position,AttributeBuilder} structs public
There was and is no reason for those to be private. Making them public
also allows us to explicitly specify the return type of some getters.
2021-07-17 16:24:57 +04:30
..
Entities.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Entities.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDocumentParser.cpp LibWeb: Remove StringBuilder from HTMLToken::m_comment_or_character 2021-07-14 23:03:36 +02:00
HTMLDocumentParser.h LibWeb: Implement encoding sniffing algorithm 2021-05-18 21:02:07 +02:00
HTMLEncodingDetection.cpp LibWeb: Add extracting character encoding from a meta content attribute 2021-07-13 20:23:44 +02:00
HTMLEncodingDetection.h LibWeb: Add extracting character encoding from a meta content attribute 2021-07-13 20:23:44 +02:00
HTMLToken.cpp LibWeb: Remove StringBuilder from HTMLToken::m_comment_or_character 2021-07-14 23:03:36 +02:00
HTMLToken.h LibWeb: Make HTMLToken::{Position,AttributeBuilder} structs public 2021-07-17 16:24:57 +04:30
HTMLTokenizer.cpp LibWeb: Fix assertion failures in HTMLTokenizer 2021-07-16 11:55:55 +02:00
HTMLTokenizer.h LibWeb: Remove unused HTMLTokenizer::m_input member variable 2021-07-14 23:03:36 +02:00
ListOfActiveFormattingElements.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ListOfActiveFormattingElements.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
StackOfOpenElements.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
StackOfOpenElements.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00