1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 07:25:07 +00:00
serenity/Libraries/LibHTML/Parser
Andreas Kling edbf09ea29 LibHTML: Make the CSS and HTML parsers take StringViews
This allows us to avoid unnecessary making unnecessary String copies of
all the source text.
2019-10-07 19:11:33 +02:00
..
CSSParser.cpp LibHTML: Make the CSS and HTML parsers take StringViews 2019-10-07 19:11:33 +02:00
CSSParser.h LibHTML: Make the CSS and HTML parsers take StringViews 2019-10-07 19:11:33 +02:00
HTMLParser.cpp LibHTML: Make the CSS and HTML parsers take StringViews 2019-10-07 19:11:33 +02:00
HTMLParser.h LibHTML: Make the CSS and HTML parsers take StringViews 2019-10-07 19:11:33 +02:00