ladybird/Tests
sideshowbarker 062e33438e LibWeb: Space-separate parts of multi-label accessible names
This change ensures that when an accessible name is computed from
multiple labels, the parts computed from each label are separated by
spaces. Otherwise, without this change, the parts are run together in
the accessible name, with no space in between.
2024-12-26 20:44:14 +00:00
..
AK Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
ClangPlugins LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
LibCompress
LibCore
LibCrypto LibCrypto: Replace all hashes implementation with OpenSSL 2024-12-22 18:53:45 +01:00
LibDiff
LibGC
LibGfx LibGfx: Remove ICC::Profile and friends 2024-12-16 07:39:49 +01:00
LibJS LibJS: Concatenate all included test262 harness files to a single script 2024-12-13 05:26:39 -08:00
LibMedia Meta: Consolidate checking for the system audio backend 2024-12-25 12:00:43 +01:00
LibRegex LibRegex: Use the *actually* correct repeat start offset for Repeat 2024-12-23 13:13:52 +01:00
LibTest
LibTextCodec
LibThreading
LibTLS LibCrypto: Move ASN1 constants to Crypto::ASN1 2024-11-30 11:17:44 +01:00
LibUnicode
LibURL LibURL: Make URL::serialized_host() infallible 2024-11-30 12:07:39 +01:00
LibWasm
LibWeb LibWeb: Space-separate parts of multi-label accessible names 2024-12-26 20:44:14 +00:00
LibWebView LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
LibXML
Resources
CMakeLists.txt