ladybird/Userland/Libraries/LibWeb/HTML/Parser
Andreas Kling 882c7b1295 LibWeb: Spin the event loop in HTML parser until scripts can run
Call HTML::EventLoop::spin_until() from the HTML parser when deciding
whether we can run a script yet.

Note that spin_until() actually doesn't do any work yet.
2021-09-09 02:30:54 +02:00
..
Entities.cpp
Entities.h
HTMLDocumentParser.cpp LibWeb: Spin the event loop in HTML parser until scripts can run 2021-09-09 02:30:54 +02:00
HTMLDocumentParser.h
HTMLEncodingDetection.cpp
HTMLEncodingDetection.h
HTMLToken.cpp LibWeb: Change HTMLToken storage architecture 2021-07-17 16:24:57 +04:30
HTMLToken.h LibWeb: Fix regression of "contenteditable" attribute 2021-07-31 17:39:28 +02:00
HTMLTokenizer.cpp LibWeb: Avoid assertion failure on parsing numeric character references 2021-07-28 18:32:22 +02:00
HTMLTokenizer.h LibWeb: Remove unused HTMLTokenizer::m_input member variable 2021-07-14 23:03:36 +02:00
ListOfActiveFormattingElements.cpp
ListOfActiveFormattingElements.h
StackOfOpenElements.cpp
StackOfOpenElements.h