1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:48:14 +00:00
serenity/Userland/Libraries/LibWeb/HTML/EventLoop
Timothy Flynn 807891c0df LibWeb: Support unique task sources
Some elements, like HTMLMediaElement, must have a unique task sources
for every instance of that element that is created. Support this with a
simple wrapper around IDAllocator.
2023-04-07 16:02:22 +02:00
..
EventLoop.cpp LibWeb: Don't churn HTML::EventLoop while in microtask checkpoint 2023-04-01 12:45:47 +01:00
EventLoop.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
Task.cpp LibWeb: Support unique task sources 2023-04-07 16:02:22 +02:00
Task.h LibWeb: Support unique task sources 2023-04-07 16:02:22 +02:00
TaskQueue.cpp LibWeb: Add a flag to pause an HTML event loop's execution 2022-11-16 17:23:56 +00:00
TaskQueue.h LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms 2022-09-20 10:32:13 +02:00