ladybird/Libraries/LibWeb/Internals
Aliaksandr Kalenik 5be98aaa07 LibWeb: Add internals.dumpLayoutTree(node) API
This new testing API dumps the layout subtree rooted at a given DOM
node. It will be useful for testing partial layout tree rebuilds, where
we need to verify the layout tree structure for specific subtrees rather
than the entire document.
2026-02-09 21:05:45 +01:00
..
InternalAnimationTimeline.cpp LibWeb: Improve InternalAnimationTimeline Updates 2026-01-11 11:54:18 +01:00
InternalAnimationTimeline.h LibWeb: Implement AnimationTimline::duration property 2025-12-12 10:49:18 +00:00
InternalAnimationTimeline.idl
InternalGamepad.cpp LibGC+LibWeb: Mark two GC::Cell functions as MUST_UPCALL 2026-02-06 13:50:54 +01:00
InternalGamepad.h LibWeb/Internals: Remove unused InternalGamepad::create() declaration 2026-01-20 06:58:16 -05:00
InternalGamepad.idl LibWeb: Add tests for Gamepad API by utilising virtual SDL3 joysticks 2025-09-01 21:10:47 +02:00
Internals.cpp LibWeb: Add internals.dumpLayoutTree(node) API 2026-02-09 21:05:45 +01:00
Internals.h LibWeb: Add internals.dumpLayoutTree(node) API 2026-02-09 21:05:45 +01:00
Internals.idl LibWeb: Add internals.dumpLayoutTree(node) API 2026-02-09 21:05:45 +01:00
InternalsBase.cpp LibWeb: Extract some Internals functionality to a base class 2025-03-19 10:03:17 -04:00
InternalsBase.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
WebUI.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebUI.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
WebUI.idl LibWeb+LibWebView+WebContent: Introduce a WebUI framework 2025-03-28 07:31:10 -04:00