ladybird/Libraries/LibWeb/Editing
Andreas Kling eb2200e33d LibWeb: Resolve editing background colors without layout
removeFormat computes effective command values for nodes in the active
selection. Hidden editable elements can be selected without having a
styled layout node, but background-color resolution only needs an
element color context.

Use the element color context instead of requiring
Layout::NodeWithStyle. Add reduced crash coverage for removeFormat with
a hidden button.
2026-06-08 01:04:08 +02:00
..
Internal LibWeb: Resolve editing background colors without layout 2026-06-08 01:04:08 +02:00
CommandNames.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
CommandNames.h Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
Commands.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
Commands.h LibWeb: Pass Utf16String around directly in Editing APIs 2025-07-26 00:40:06 +02:00
ExecCommand.cpp LibWeb/Bindings: Generate struct definitions from IDL dictionaries 2026-05-09 10:49:49 +02:00