ladybird/Libraries/LibWeb/Infra
Timothy Flynn 2dc0a3b3ce AK: Add trim methods to Utf16String that skip allocation when not needed
If the string does not begin with any of the provided code units, we do
not need to create a new string.
2025-08-05 15:13:36 +02:00
..
ByteSequences.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ByteSequences.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CharacterTypes.h LibWeb: Port node text content to UTF-16 2025-07-28 18:30:50 +02:00
JSON.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
JSON.h LibWeb/CSP: Introduce the ability to create and report a violation 2025-03-19 00:55:14 +01:00
Strings.cpp AK: Add trim methods to Utf16String that skip allocation when not needed 2025-08-05 15:13:36 +02:00
Strings.h LibWeb: Port node text content to UTF-16 2025-07-28 18:30:50 +02:00
Types.h LibWeb: Redefine WebIDL types in terms of Infra spec 2024-12-05 17:34:13 +01:00