ladybird/Libraries/LibWeb/Editing
Jelle Raaijmakers 7e406ac668 LibWeb: Simplify editing algorithm for "ends in space" condition
Checking if a string ends in a space does not require converting UTF-8
to UTF-16 and reading out its code points.
2024-12-03 00:18:03 +01:00
..
Internal LibWeb: Simplify editing algorithm for "ends in space" condition 2024-12-03 00:18:03 +01:00
CommandNames.cpp LibWeb/Editing: Fix small copy-paste error 2024-11-30 17:05:01 -05:00
CommandNames.h
Commands.cpp LibWeb: Implement document.execCommand("styleWithCSS") 2024-11-30 17:35:45 +01:00
Commands.h LibWeb: Implement document.execCommand("styleWithCSS") 2024-11-30 17:35:45 +01:00
ExecCommand.cpp