ladybird/Libraries/LibWeb/Gamepad
Aliaksandr Kalenik 901cc28272 LibWeb: Reduce recompilation impact of DOM/Document.h
Remove 11 heavy includes from Document.h that were only needed for
pointer/reference types (already forward-declared in Forward.h), and
extract the nested ViewportClient interface to a standalone header.

This reduces Document.h's recompilation cascade from ~1228 files to
~717 files (42% reduction). Headers like BrowsingContext.h that were
previously transitively included see even larger improvements (from
~1228 down to ~73 dependents).
2026-02-11 20:02:28 +01:00
..
EventNames.cpp LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
EventNames.h LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
Gamepad.cpp LibWeb: Reduce recompilation impact of DOM/Document.h 2026-02-11 20:02:28 +01:00
Gamepad.h LibGC: Only call finalize() on types that override finalize() 2026-01-07 20:51:17 +01:00
Gamepad.idl LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
GamepadButton.cpp LibWeb/Gamepad: Forward declare SDL components to fix Windows build 2025-09-02 11:11:12 +01:00
GamepadButton.h LibWeb/Gamepad: Forward declare SDL components to fix Windows build 2025-09-02 11:11:12 +01:00
GamepadButton.idl LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
GamepadEvent.cpp LibWeb: Make eventInitDict GamepadEvent constructor parameter optional 2025-09-23 16:04:56 +01:00
GamepadEvent.h LibWeb: Make eventInitDict GamepadEvent constructor parameter optional 2025-09-23 16:04:56 +01:00
GamepadEvent.idl LibWeb: Make eventInitDict GamepadEvent constructor parameter optional 2025-09-23 16:04:56 +01:00
GamepadHapticActuator.cpp LibWeb: Reduce recompilation impact of DOM/Document.h 2026-02-11 20:02:28 +01:00
GamepadHapticActuator.h LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
GamepadHapticActuator.idl LibWeb: Implement the Gamepad API with SDL3 2025-09-01 21:10:47 +02:00
NavigatorGamepad.cpp LibWeb: Reduce recompilation impact of DOM/Document.h 2026-02-11 20:02:28 +01:00
NavigatorGamepad.h LibWeb/Gamepad: Forward declare SDL components to fix Windows build 2025-09-02 11:11:12 +01:00
SDLGamepadForward.h LibWeb/Gamepad: Forward declare SDL components to fix Windows build 2025-09-02 11:11:12 +01:00