Tim Ledbetter
e04446802f
LibWeb: Implement label activation behavior in the DOM layer
...
Previously, click handling for labels was handled in layout and
painting code. This change implements activation_behavior on
HTMLLabelElement, which clicks and focuses the element.
2026-01-27 18:35:38 +01:00
Luke Wilde
eeb5446c1b
LibWeb: Avoid including Navigable.h in headers
...
This greatly reduces how much is recompiled when changing Navigable.h,
from >1000 to 82.
2025-10-20 10:16:55 +01:00
Aliaksandr Kalenik
72aaef5a0f
LibWeb: Delete non-const layout_node_with_style_and_box_metrics()
...
...from PaintableBox. It was used exclusively to go to corresponding DOM
node which could be done via direct DOM node pointer owned by paintable.
2025-10-10 16:58:51 +02:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00