1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 11:44:57 +00:00
serenity/Userland/Libraries/LibWeb/HTML/EventLoop
Andreas Kling d505192014 LibWeb: Use JS::SafeFunction in the HTML task queues
This means that HTML tasks automatically protect anything in their
capture lists, and we no longer need to jump through hoops with
JS::Handle etc.
2022-09-24 12:23:29 +02:00
..
EventLoop.cpp LibWeb: Use JS::SafeFunction in the HTML task queues 2022-09-24 12:23:29 +02:00
EventLoop.h LibWeb: Use JS::SafeFunction in the HTML task queues 2022-09-24 12:23:29 +02:00
Task.cpp LibWeb: Use JS::SafeFunction in the HTML task queues 2022-09-24 12:23:29 +02:00
Task.h LibWeb: Use JS::SafeFunction in the HTML task queues 2022-09-24 12:23:29 +02:00
TaskQueue.cpp LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms 2022-09-20 10:32:13 +02:00
TaskQueue.h LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms 2022-09-20 10:32:13 +02:00