ladybird/Libraries
Sam Atkins c747b1c6b5 LibWeb: Calculate hidden password text using code-point count
This means that an `<input type=password>` will show the correct number
of *s in it when non-ASCII characters are entered.

We also don't need to perform text-transform on these as that doesn't
affect the output length, so I've moved it earlier.
2024-11-14 20:23:58 +01:00
..
LibArchive
LibCompress
LibCore LibCore: Port EventLoop to Windows 2024-11-14 11:18:38 -07:00
LibCrypto
LibDiff
LibFileSystem
LibGfx
LibHTTP
LibIDL LibIDL: Allow overwriting the generated attribute callback name 2024-11-14 19:50:22 +01:00
LibImageDecoderClient
LibIPC
LibJS LibJS: Don't directly teach the heap about the javascript VM or Realm 2024-11-14 15:38:45 +01:00
LibLine
LibMain
LibMedia
LibRegex
LibRequests
LibRIFF
LibSyntax
LibTest
LibTextCodec
LibThreading
LibTLS
LibUnicode
LibURL
LibWasm
LibWeb LibWeb: Calculate hidden password text using code-point count 2024-11-14 20:23:58 +01:00
LibWebSocket
LibWebView LibWebView+UI: Handle common WebView client initialization in LibWebView 2024-11-14 11:47:32 +01:00
LibXML