ladybird/Libraries/LibWeb/HTML/Parser
Shannon Booth 579730d861 LibWeb: Prefer using equals_ignoring_ascii_case
Which has an optmization if both size of the string being passed
through are FlyStrings, which actually ends up being the case
in some places during selector matching comparing attribute names.
Instead of maintaining more overloads of
Infra::is_ascii_case_insensitive_match, switch
everything over to equals_ignoring_ascii_case instead.
2025-05-21 13:45:02 +01:00
..
Entities.cpp
Entities.h
Entities.json
HTMLEncodingDetection.cpp LibWeb: Correct some spec typos 2025-04-10 04:01:37 +02:00
HTMLEncodingDetection.h
HTMLParser.cpp LibWeb: Prefer using equals_ignoring_ascii_case 2025-05-21 13:45:02 +01:00
HTMLParser.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
HTMLToken.cpp
HTMLToken.h LibWeb: Remove unused HTMLToken::Position::byte_offset 2025-04-20 18:43:11 +02:00
HTMLToken.swift LibWeb: Fix copyright headers with inconsistent > characters 2025-05-12 11:21:04 -06:00
HTMLTokenizer.cpp LibWeb: Let HTMLTokenizer walk over code points instead of UTF-8 2025-05-11 01:13:20 +02:00
HTMLTokenizer.h LibWeb: Let HTMLTokenizer walk over code points instead of UTF-8 2025-05-11 01:13:20 +02:00
HTMLTokenizer.swift LibWeb: Fix copyright headers with inconsistent > characters 2025-05-12 11:21:04 -06:00
HTMLTokenizerHelpers.cpp
HTMLTokenizerHelpers.h
ListOfActiveFormattingElements.cpp
ListOfActiveFormattingElements.h
SpeculativeHTMLParser.swift LibWeb: Fix copyright headers with inconsistent > characters 2025-05-12 11:21:04 -06:00
StackOfOpenElements.cpp
StackOfOpenElements.h