ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Andreas Kling 3536ba9a88
Some checks are pending
CI / Lagom (false, FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, macos-14, macOS, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (true, NO_FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Push notes / build (push) Waiting to run
LibWeb: Use Document::hidden() instead of comparing state to "hidden"
Just noticed this unnecessary string comparison in the rendering task.
2024-10-25 10:21:12 +02:00
..
EventLoop.cpp LibWeb: Use Document::hidden() instead of comparing state to "hidden" 2024-10-25 10:21:12 +02:00
EventLoop.h LibWeb: Don't allocate a new HeapFunction 60 times per second 2024-10-25 10:21:12 +02:00
Task.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Task.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02: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