ladybird/Userland
Aliaksandr Kalenik 20852443d3 LibWeb: Clamp end offset in CharacterData::replace_data()
Makes this method to not fail if updating of start offset (which happens
before update of the end offset) already moved end offset to the end of
string on the following step:

> 1. If range’s root is not equal to node’s root, or if bp is after the
     range’s end, set range’s end to bp.
2024-10-30 19:29:56 +01:00
..
Libraries LibWeb: Clamp end offset in CharacterData::replace_data() 2024-10-30 19:29:56 +01:00
Services WebContent: Restore ability to use Inspector accessors like "$0" 2024-10-30 08:50:31 +01:00
Utilities Utilities: Remove no-op calls to unveil and pledge 2024-10-18 18:16:18 +02:00