ladybird/Libraries/LibWeb/HTML/EventLoop
Andreas Kling 88d4d1b1a6 LibWeb: Use VM helpers for execution context access
Inline JS-to-JS frames no longer live in the raw execution context
vector, so LibWeb callers that need to inspect or pop contexts now go
through VM helpers instead of peeking into that storage directly.

This keeps the execution context bookkeeping encapsulated while
preserving existing microtask and realm-entry checks.
2026-04-13 18:29:43 +02:00
..
EventLoop.cpp LibWeb: Use VM helpers for execution context access 2026-04-13 18:29:43 +02:00
EventLoop.h LibWeb: Sort update-the-rendering docs per HTML spec 2026-04-07 15:09:43 +02:00
Task.cpp LibWeb: Remove tasks for destroyed documents when filtering on tasks 2026-03-22 14:26:50 -05:00
Task.h LibWeb: Implement makeXRCompatible() enough to work 2026-04-03 13:14:33 +02:00
TaskQueue.cpp LibWeb: Prevent running permanently unrunnable tasks in EventLoop 2026-03-26 18:48:27 +01:00
TaskQueue.h LibWeb: Prevent running permanently unrunnable tasks in EventLoop 2026-03-26 18:48:27 +01:00