ladybird/Libraries
InvalidUsernameException 27b88b7665 LibWeb: Apply visual context when painting non-boxes as well
When highlighting something that does not correspond to a
`PaintableBox`, we still need to apply `AccumulatedVisualContext`s. In
that case, search for the closest `PaintableBox` ancestor and apply its
`AccumulatedVisualContext`

This bug is most easily observed by highlighting a text node on a page
that has a scrollbar and is scrolled down at least a bit.

This fixes a regression from 009ddd4823.
2026-02-01 14:29:59 +01:00
..
LibCompress CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
LibCore Revert "LibCore: Add thread-safe weak deferred_invoke()" 2026-01-25 12:20:39 +01:00
LibCrypto LibCrypto: Add ChaCha20-Poly1305 support 2026-01-26 10:03:09 +01:00
LibDatabase LibDatabase: Enable the WAL and set the synchronous pragma to normal 2026-01-28 21:43:09 +01:00
LibDevTools LibDevTools: Only send network response bodies when DevTools connected 2026-01-15 20:10:19 +01:00
LibDiff CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
LibDNS LibDNS: Remove LibCore::DateTime dependency 2025-09-30 12:39:01 +02:00
LibFileSystem CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
LibGC LibGC+ClangPlugins: Forbid non-trivial destructors in Cell subclasses 2026-01-30 20:57:42 +01:00
LibGfx LibGfx: Default reserved, unspecified or invalid CICP values to BT.709 2026-01-27 11:34:24 -06:00
LibHTTP LibWeb: Skip range requests for media if the server won't accept them 2026-01-29 05:22:27 -06:00
LibIDL LibIDL: Add support for partial interface mixin 2026-01-13 10:09:22 +01:00
LibImageDecoderClient CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
LibIPC Everywhere: Move the thread name parameter for Thread constructors 2026-01-26 15:51:46 -06:00
LibJS LibJS: Reduce number of template literal op codes 2026-01-31 18:24:02 +01:00
LibLine Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
LibMain AK: Expose helpers to invoke Windows runtime config directly in main() 2025-10-29 21:07:52 -06:00
LibMedia LibMedia: Check the data providers' exit state in wait loops 2026-01-30 17:27:44 -06:00
LibRegex LibRegex: Make RegexDebug resilient to empty state vectors 2026-01-21 14:20:08 +01:00
LibRequests LibHTTP+LibWeb+RequestServer: Handle the Fetch API's cache mode 2026-01-22 07:05:06 -05:00
LibSyntax LibSyntax: Include RefCounted in Document.h 2026-01-23 09:20:15 +01:00
LibTest LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00
LibTextCodec LibTextCodec+LibWeb: Move isomorphic coders to LibTextCodec 2025-11-27 14:57:29 +01:00
LibThreading LibThreading: Run BackgroundAction error handlers on the origin loop 2026-01-28 15:36:33 -06:00
LibTLS LibTLS: Use Windows-specific method to set default certificate store 2025-08-23 18:35:45 -06:00
LibUnicode CMake: Remove ENABLE_WINDOWS_CI option and adjust presets to match Unix 2026-01-16 11:15:16 -07:00
LibURL LibURL: Remove LibCrypto as a dependency 2026-01-26 18:46:59 +01:00
LibWasm LibWasm: Add missing tag section validation 2026-01-08 18:49:24 +01:00
LibWeb LibWeb: Apply visual context when painting non-boxes as well 2026-02-01 14:29:59 +01:00
LibWebSocket LibCrypto+AK: Merge LibCrypto/SecureRandom into AK/Random 2026-01-23 15:53:27 +01:00
LibWebView LibWeb+LibWebView: Extract the cookie-matching spec steps to a helper 2026-01-30 07:36:13 -05:00
LibXML LibXML+LibWeb: Use existing HTML entities table for XML parsing too 2026-01-09 19:13:41 +00:00
CMakeLists.txt CMake: Remove ENABLE_WINDOWS_CI option and adjust presets to match Unix 2026-01-16 11:15:16 -07:00