1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 09:17:36 +00:00
serenity/Libraries/LibWeb/Parser
Andreas Kling 3a5af6ef61 LibWeb: Remove hacky old ways of running <script> element contents
Now that we're using the new HTML parser, we don't have to do the weird
"run the script when inserted into the document, uhh, or when the text
content of the script element changes" dance.

Instead, we just follow the spec, and scripts run the way they should.
2020-06-23 16:45:01 +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 "&quot;" as "&quot" 2020-06-10 10:34:28 +02:00
Entities.h LibWeb: Support named character references (e.g "&amp;") 2020-05-28 11:44:19 +02:00
HTMLDocumentParser.cpp LibWeb: Remove hacky old ways of running <script> element contents 2020-06-23 16:45:01 +02:00
HTMLDocumentParser.h LibWeb: Remove most uses of the old HTML parser 2020-06-21 22:29:05 +02:00
HTMLParser.cpp LibWeb: Remove most uses of the old HTML parser 2020-06-21 22:29:05 +02:00
HTMLParser.h LibWeb: Remove most uses of the old HTML parser 2020-06-21 22:29:05 +02:00
HTMLToken.cpp LibWeb: Update parser with more insertion modes :^) 2020-06-21 10:13:31 +02:00
HTMLToken.h LibWeb: Update parser with more insertion modes :^) 2020-06-21 10:13:31 +02:00
HTMLTokenizer.cpp LibWeb: Fix tokenization of attributes with URL query strings in them 2020-06-23 16:45:01 +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: Fix misunderstood implementation of "table" and "select" scopes 2020-06-21 17:42:00 +02:00
StackOfOpenElements.h LibWeb: Implement more of the foster parenting algorithm in the parser 2020-06-21 17:42:00 +02:00