ladybird/Tests
Shannon Booth e47cdc6b63 AK: Remove public null state from StringView
Now that there are no callers of is_null left, Make default constructed
StringViews represent the empty string and disallow null pointers in the
public constructors, matching ByteString and String.

Keep a private null sentinel only for Optional<StringView>.
2026-03-31 13:48:50 +01:00
..
AK AK: Remove public null state from StringView 2026-03-31 13:48:50 +01:00
ClangPlugins Everywhere: Abandon Swift adoption 2026-02-17 10:48:09 -05:00
LibCompress CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
LibCore Tests: Try to remove old test sockets in TestLibCoreStream 2026-03-02 17:06:39 -06:00
LibCrypto LibCrypto: Use EVP_EncryptInit instead of EVP_DecryptInit in GCM encrypt 2026-03-19 22:28:26 +01:00
LibDatabase LibDatabase: Allow String values to contain embedded null bytes 2026-02-14 10:25:33 -05:00
LibDiff AK: Remove unused include from MemoryStream 2026-02-17 12:38:51 +00:00
LibDNS Meta+RequestServer: Remove local download of ca-certificates 2025-07-07 09:10:05 +02:00
LibGfx Documentation+Tests: Optimize PNGs using optipng 2026-02-23 13:45:04 +01:00
LibHTTP LibRegex: Add ECMAScriptRegex and migrate callers 2026-03-27 17:32:19 +01:00
LibIPC Everywhere: Replace Unix socket IPC transport with Mach ports on macOS 2026-03-23 18:50:48 +01:00
LibJS Meta: Replace all use of LADYBIRD_PROJECT_ROOT with LADYBIRD_SOURCE_DIR 2026-03-29 13:59:11 -06:00
LibMedia Tests: Increase the TestPlaybackStream disconnection timeout 2026-03-30 20:57:04 -05:00
LibRegex LibRegex: Extract broader required-literal prefilters 2026-03-29 16:06:57 +02:00
LibTest CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
LibTextCodec CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
LibThreading LibThreading: Simplify BackgroundAction callback invocation 2026-03-02 17:06:39 -06:00
LibTLS Meta: Move Lagom CMakeLists stuff to the top level CMakeLists 2026-03-29 13:59:11 -06:00
LibUnicode LibUnicode: Work around ICU bug over-canonicalizing "yes" keyword values 2026-03-14 08:17:03 -04:00
LibURL LibRegex: Add ECMAScriptRegex and migrate callers 2026-03-27 17:32:19 +01:00
LibWasm Meta: Move Lagom CMakeLists stuff to the top level CMakeLists 2026-03-29 13:59:11 -06:00
LibWeb LibWeb: Use correct viewport units for font properties in iframe root el 2026-03-31 10:06:18 +02:00
LibWebView LibWebView: Add a bit of explicit handling for "localhost:port" URLs 2025-11-08 11:14:44 -05:00
LibXML CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
CMakeLists.txt LibIPC: Notify readers when thread exits 2026-03-14 02:05:34 -05:00