ladybird/Libraries/LibWeb/Selection
Andreas Kling 3fcd95327e LibWeb: Avoid cross-root Selection extend comparisons
Selection.extend() can keep an old anchor that is no longer orderable
with the new focus after a selected shadow host is detached. Collapse
to the new focus in that case and avoid comparing boundary points from
different shadow-including roots.

Add reduced crash coverage for extending a selection after detaching
the shadow host that held the old anchor.
2026-06-08 01:04:08 +02:00
..
Selection.cpp LibWeb: Avoid cross-root Selection extend comparisons 2026-06-08 01:04:08 +02:00
Selection.h LibWeb: Do not scroll cursor into view on programmatic selection changes 2026-02-17 10:24:00 +01:00
Selection.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00