ladybird/Libraries/LibWeb/Editing
Jelle Raaijmakers d5143db081 LibWeb: Skip node trees outside of range in insertParagraph
Instead of recursively iterating all descendants of the common ancestor
of the new line range that are not contained by that range, skip the
entire node tree as soon as we determine they're not.
2024-12-10 14:54:19 +01:00
..
Internal LibWeb: Replace local name checks with simpler is<T> in editing API 2024-12-04 06:51:59 +01:00
CommandNames.cpp LibWeb/Editing: Fix small copy-paste error 2024-11-30 17:05:01 -05:00
CommandNames.h
Commands.cpp LibWeb: Skip node trees outside of range in insertParagraph 2024-12-10 14:54:19 +01:00
Commands.h LibWeb: Implement document.execCommand("insertParagraph") 2024-12-04 06:51:59 +01:00
ExecCommand.cpp LibWeb: Expose HTMLElement's content editable state 2024-12-03 00:18:03 +01:00