ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Aliaksandr Kalenik c87214d79c LibWeb: Skip documents of decoded SVGs while processing HTML event loop
None of HTML event loop processing steps are relevant for decoded SVGs,
so we can simply skip them while collecting documents for processing.
2024-08-19 09:03:33 +02:00
..
EventLoop.cpp LibWeb: Skip documents of decoded SVGs while processing HTML event loop 2024-08-19 09:03:33 +02:00
EventLoop.h LibWeb: Make HTML::Task IDs a sequential, distinct numeric type 2024-08-05 09:12:07 +02:00
Task.cpp LibWeb: Make HTML::Task IDs a sequential, distinct numeric type 2024-08-05 09:12:07 +02:00
Task.h LibWeb: Make HTML::Task IDs a sequential, distinct numeric type 2024-08-05 09:12:07 +02:00
TaskQueue.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
TaskQueue.h LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 2024-05-30 09:29:20 -06:00