ladybird/Libraries/LibWeb/Compositor
Aliaksandr Kalenik 6063650261 LibWeb: Stop using VideoFrameSource for video frame updates
Future compositor-process work needs to push video frame updates without
going through VideoFrameSource. That object cannot be shared through
IPC, so video display-list resources now use stable VideoFrameResourceId
values and the current frame is sent through explicit resource/update
commands.
2026-05-19 22:11:15 +02:00
..
AsyncScrollingState.cpp LibWeb: Respect overflow axes for wheel scrolling 2026-05-17 14:19:36 +02:00
AsyncScrollingState.h LibWeb: Respect overflow axes for wheel scrolling 2026-05-17 14:19:36 +02:00
AsyncScrollTree.cpp LibWeb: Respect overflow axes for wheel scrolling 2026-05-17 14:19:36 +02:00
AsyncScrollTree.h LibWeb: Clarify async wheel hit-test cache names 2026-05-14 19:41:32 +02:00
BackingStoreManager.cpp LibWeb: Move backing store allocation into manager 2026-05-16 16:36:05 +02:00
BackingStoreManager.h LibWeb: Move backing store allocation into manager 2026-05-16 16:36:05 +02:00
CompositorContextState.cpp LibWeb: Extract compositor context state 2026-05-19 14:09:25 +02:00
CompositorContextState.h LibWeb: Extract compositor context state 2026-05-19 14:09:25 +02:00
CompositorThread.cpp LibWeb: Stop using VideoFrameSource for video frame updates 2026-05-19 22:11:15 +02:00
CompositorThread.h LibWeb: Stop using VideoFrameSource for video frame updates 2026-05-19 22:11:15 +02:00
Types.h LibWeb: Use compositor surface IDs for embedded content 2026-05-18 15:27:59 +02:00