ladybird/Tests
Jelle Raaijmakers 1cc29c669a WebContent: Combine viewport size and DPR into a single IPC message
The set_viewport_size and set_device_pixel_ratio IPC messages were sent
separately, potentially causing a race condition when the DPR changes
(e.g. moving a window between screens): the DPR message would arrive
and use a stale viewport size, computing a temporarily wrong CSS
viewport. Combine both into a single set_viewport IPC that updates the
device viewport size and DPR together.
2026-02-23 15:22:12 +01:00
..
AK AK+Everywhere: Use MurmurHash3 for int/u64 hashing 2026-02-20 22:47:24 +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 Everywhere: Abandon Swift adoption 2026-02-17 10:48:09 -05:00
LibCrypto LibCrypto: Add a method to count the number of digits in a big int 2026-02-22 09:39:10 -05: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 LibHTTP: Implement the must-understand cache directive 2026-02-14 14:34:34 -05:00
LibJS LibJS: Handle power-of-10 boundaries in Number.toExponential/toPrecision 2026-02-22 09:39:10 -05:00
LibMedia Everywhere: Rename IncrementallyPopulatedStream::reached_end_of_body 2026-02-18 13:13:32 -06:00
LibRegex LibRegex: Add some FileCheck-like tests to ensure opts don't break 2026-02-07 14:09:56 +01: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: Run BackgroundAction error handlers on the origin loop 2026-01-28 15:36:33 -06:00
LibTLS Everywhere: Make ByteBuffer::bytes() lvalue-only 2025-12-10 07:43:22 -05:00
LibUnicode LibUnicode: Add Unicode case folding support for regex matching 2026-02-16 07:51:00 -05:00
LibURL LibURL+Elsewhere: Consider file:// origins opaque by default 2026-02-21 23:00:57 +01:00
LibWasm LibWasm: Parse and validate typeuse references 2026-02-10 13:00:16 +01:00
LibWeb WebContent: Combine viewport size and DPR into a single IPC message 2026-02-23 15:22:12 +01: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 Everywhere: Abandon Swift adoption 2026-02-17 10:48:09 -05:00