ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Shannon Booth d7023f5f45 LibWeb: Change backup imcumbent stack to hold Realm instead of Settings
This is a bit of a chonkier commit as it results in both:

clean_up_after_running_callback and prepare_to_run_callback being
changed to accept a realm instead of an environment settings object,
which has a bunch of fallout, particuarly for IDL abstract operations.
2024-11-01 12:15:17 -07:00
..
EventLoop.cpp LibWeb: Change backup imcumbent stack to hold Realm instead of Settings 2024-11-01 12:15:17 -07:00
EventLoop.h LibWeb: Change backup imcumbent stack to hold Realm instead of Settings 2024-11-01 12:15:17 -07:00
Task.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Task.h LibJS+LibWeb: Remove remaining use and reference to SafeFunction 2024-10-30 20:55:45 +01:00
TaskQueue.cpp LibWeb: Skip queuing a rendering task if task queue already contains it 2024-10-06 16:25:33 +02:00
TaskQueue.h LibWeb: Skip queuing a rendering task if task queue already contains it 2024-10-06 16:25:33 +02:00