ladybird/Libraries
sideshowbarker 55b19c3177 LibWeb: Remove unused append_with_space etc functions from DOM::Node
This change removes the append_without_space, append_with_space,
prepend_without_space, and prepend_with_space functions from DOM::Node.

All those methods were added with the initial “Implement Accessible Name
and Description Calculation” commit in da5c918 and were only used in the
code related to accessible-name computation. But subsequent changes to
that code have removed all the calls to those functions — so now they’re
all completely unused.
2024-11-11 14:56:46 -07:00
..
LibArchive
LibCompress
LibCore LibCore: Don't reserve 2 KiB of stack memory when processing event queue 2024-11-10 19:12:59 +01:00
LibCrypto
LibDiff
LibFileSystem
LibGfx LibGfx: Delete unused DisjointRectSet 2024-11-11 02:46:35 +01:00
LibHTTP
LibIDL
LibImageDecoderClient
LibIPC
LibJS LibJS: Add RawNonnullGCPtr<T> 2024-11-11 21:40:56 +01:00
LibLine
LibMain
LibMedia
LibRegex
LibRequests
LibRIFF
LibSyntax
LibTest
LibTextCodec
LibThreading
LibTLS
LibUnicode
LibURL
LibWasm
LibWeb LibWeb: Remove unused append_with_space etc functions from DOM::Node 2024-11-11 14:56:46 -07:00
LibWebSocket
LibWebView LibWebView+Services+UI: Move process helpers to LibWebView 2024-11-11 07:35:43 -05:00
LibXML