1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 10:45:08 +00:00
serenity/Libraries/LibWeb/Parser
Andreas Kling 6242e029ed LibWeb: Make Element::tag_name() return a const FlyString&
The more generic virtual variant is renamed to node_name() and now only
Element has tag_name(). This removes a huge amount of String ctor/dtor
churn in selector matching.
2020-06-16 19:09:14 +02:00
..
CSSParser.cpp LibWeb: Parse and match the :visited pseudo-class (always fails) 2020-06-13 00:23:30 +02:00
CSSParser.h AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr 2020-04-05 11:19:00 +02:00
Entities.cpp LibWeb: Fix parser interpreting """ as "&quot" 2020-06-10 10:34:28 +02:00
Entities.h LibWeb: Support named character references (e.g "&") 2020-05-28 11:44:19 +02:00
HTMLDocumentParser.cpp LibWeb: Fix broken parsing of </form> during "in body" insertion 2020-06-15 20:31:19 +02:00
HTMLDocumentParser.h LibWeb: Implement HTML parser "in column group" insertion mode 2020-06-14 14:07:07 +02:00
HTMLParser.cpp LibWeb: Make Element::tag_name() return a const FlyString& 2020-06-16 19:09:14 +02:00
HTMLParser.h LibWeb: Handle iso-8859-1 web content a little bit better 2020-05-03 23:01:58 +02:00
HTMLToken.cpp LibWeb: More work on the HTML parser and tokenizer 2020-05-24 23:54:22 +02:00
HTMLToken.h LibWeb: Make the new HTML parser parse input as UTF-8 2020-06-04 21:12:17 +02:00
HTMLTokenizer.cpp LibWeb: Implement all CDATA tokenizer states 2020-06-14 13:47:19 +02:00
HTMLTokenizer.h LibWeb: Unbreak character reference and DOCTYPE parsing post-UTF-8 2020-06-04 22:09:36 +02:00
ListOfActiveFormattingElements.cpp LibWeb: Implement more table support in the new HTML parser 2020-05-28 00:27:46 +02:00
ListOfActiveFormattingElements.h LibWeb: Implement more table support in the new HTML parser 2020-05-28 00:27:46 +02:00
StackOfOpenElements.cpp LibWeb: Support parsing "select" elements (outside of tables) 2020-05-30 19:58:52 +02:00
StackOfOpenElements.h LibWeb: Support parsing "select" elements (outside of tables) 2020-05-30 19:58:52 +02:00