summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Parser/Entities.cpp
AgeCommit message (Expand)Author
2020-07-28LibWeb: Move the HTML parser into HTML/Parser/Andreas Kling
2020-06-10LibWeb: Fix parser interpreting """ as "&quot"Andreas Kling
2020-06-07LibWeb: Fix codepoint_from_entity() never returning an errorAndreas Kling
2020-05-30LibWeb: Parser should prefer the longest matchable HTML entityAndreas Kling
2020-05-28LibWeb: Support named character references (e.g "&")Andreas Kling