ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Aliaksandr Kalenik 908455ab06
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: Skip queuing a rendering task if task queue already contains it
If, by the time we need to schedule rendering of the next frame, the
previous one is still not processed, we could skip it instead of growing
task queue.

Should help with https://github.com/LadybirdBrowser/ladybird/issues/1647
2024-10-06 16:25:33 +02:00
..
EventLoop.cpp LibWeb: Skip queuing a rendering task if task queue already contains it 2024-10-06 16:25:33 +02:00
EventLoop.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +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