ladybird/Userland/Libraries/LibWeb/Page
Aliaksandr Kalenik e3e6af39bc LibWeb: Add basic implementation of has_a_rendering_opportunity()
Return true only if we are ready to repaint. This fixes the issue where
requestAnimationFrame() was invoked more than once between repaints.
2024-03-19 07:54:14 +01:00
..
EditEventHandler.cpp LibWeb: Don't force relayout after every keyboard input event 2024-03-18 13:42:16 +01:00
EditEventHandler.h LibWeb: Change DOM::Position to be GC-allocated 2023-09-26 21:25:54 +02:00
EventHandler.cpp LibWeb: Store "text for rendering" in TextPaintable 2024-03-18 13:42:16 +01:00
EventHandler.h LibWeb: Use paintable to represent event tracking node 2024-01-15 09:00:35 +01:00
InputEvent.cpp LibWebView+WebContent: Use Web::InputEvent for WebContent input IPC 2024-03-06 07:46:18 +01:00
InputEvent.h LibWebView+WebContent: Use Web::InputEvent for WebContent input IPC 2024-03-06 07:46:18 +01:00
Page.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Page.h LibWeb: Add basic implementation of has_a_rendering_opportunity() 2024-03-19 07:54:14 +01:00