ladybird/Libraries/LibHTML/Parser
Andreas Kling b88ff97537 LibHTML: Make the CSS parser return RefPtr's
It should be possible for the CSS parser to fail, and we'll know it
failed if it returns nullptr. Returning RefPtr's makes it actually
possible to return nullptr. :^)
2019-11-07 17:58:54 +01:00
..
CSSParser.cpp LibHTML: Make the CSS parser return RefPtr's 2019-11-07 17:58:54 +01:00
CSSParser.h LibHTML: Make the CSS parser return RefPtr's 2019-11-07 17:58:54 +01:00
HTMLParser.cpp LibHTML+IRCClient: Add an escape_html_entities() helper 2019-11-06 22:40:01 +01:00
HTMLParser.h LibHTML+IRCClient: Add an escape_html_entities() helper 2019-11-06 22:40:01 +01:00