ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Andrew Kaster 6e64bf5464 LibWeb: Remove outdated old_queue_global_event_with_document
The FIXME here describes an old constraint on JS Interpreters which no
longer holds. It hails from a time when we had the global object and
JS realm attached to the document.
2023-08-28 12:57:05 +02:00
..
EventLoop.cpp LibWeb: Remove outdated old_queue_global_event_with_document 2023-08-28 12:57:05 +02:00
EventLoop.h LibWeb: Remove outdated old_queue_global_event_with_document 2023-08-28 12:57:05 +02:00
Task.cpp LibWeb: Support unique task sources 2023-04-07 16:02:22 +02:00
Task.h LibWeb: Implement PerformanceObserver 2023-08-27 23:27:44 +02:00
TaskQueue.cpp LibWeb: Add method to get last added task to an EventLoop 2023-06-19 06:12:26 +02:00
TaskQueue.h LibWeb: Add method to get last added task to an EventLoop 2023-06-19 06:12:26 +02:00