ladybird/Libraries
Zaggy1024 d94293cc25 LibWeb: Use an abstract class for scrollbar and resize handle input
This unifies the implementations of the element resize and the scroll
mouse inputs, so the actual code involved in handling the events can
be simplified, and it only should require one object per event.

The cursor override is now part of this ChromeWidget class as well, so
that the hit test's cursor doesn't need to be passed around as much.
2026-03-17 04:01:29 -05:00
..
LibCompress LibCompress: Remove unused header in Gzip 2026-02-23 12:15:23 +01:00
LibCore LibCore+LibWeb: Add ScopedAutoreleasePool and use it on macOS 2026-03-15 11:42:43 +01:00
LibCrypto LibCrypto: Add AES-OCB support 2026-02-27 12:03:19 +01:00
LibDatabase LibDatabase: Allow String values to contain embedded null bytes 2026-02-14 10:25:33 -05:00
LibDevTools AK+Everywhere: Add and use weak_callback() 2026-02-26 08:03:50 -05:00
LibDiff CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
LibDNS LibDNS: Remove unused header in Message 2026-02-23 12:15:23 +01:00
LibFileSystem LibCore: Remove LibCoreMinimal 2026-02-26 18:31:57 +01:00
LibGC LibGC: Add missing & in Weak assignment 2026-03-14 21:35:06 -05:00
LibGfx LibGfx: Make Font atomically ref-counted 2026-03-14 21:34:27 -05:00
LibHTTP LibHTTP: Ignore empty list elements when extracting token headers 2026-03-16 13:55:26 +01:00
LibIDL LibIDL: Track referenced interfaces for an interface 2026-03-11 21:16:44 +01:00
LibImageDecoderClient LibImageDecoderClient: Remove sync id fetch from async decode request 2026-02-28 00:04:06 -06:00
LibIPC LibIPC: Return TransportHandle directly from create_paired() 2026-03-14 18:25:18 +01:00
LibJS LibJS/AsmIntGen: Emit unwind info for AArch64 2026-03-16 19:30:40 -05:00
LibLine LibCore: Remove unused header in EventLoop 2026-02-21 19:27:35 +01:00
LibMain AK: Expose helpers to invoke Windows runtime config directly in main() 2025-10-29 21:07:52 -06:00
LibMedia LibWeb: Keep the media element alive until fetches complete 2026-03-01 23:13:22 -06:00
LibRegex LibRegex: Track optional capture groups for match_length_minimum 2026-02-26 13:50:11 +01:00
LibRequests LibCore: Remove unused header in EventReceiver 2026-02-21 19:27:35 +01:00
LibSyntax LibSyntax: Include RefCounted in Document.h 2026-01-23 09:20:15 +01:00
LibTest LibWasm: Take call arguments and results on registers if possible 2026-02-02 14:11:49 +01:00
LibTextCodec LibTextEncoder/LibURL: Cleanup includes 2026-02-26 18:31:57 +01:00
LibThreading LibThreading: Fix data race in RWLock::unlock() 2026-03-07 13:09:50 +01:00
LibTLS LibTLS: Use Windows-specific method to set default certificate store 2025-08-23 18:35:45 -06:00
LibUnicode LibUnicode: Work around ICU bug over-canonicalizing "yes" keyword values 2026-03-14 08:17:03 -04:00
LibURL LibURL: Move some Origin helpers out of line 2026-03-01 01:04:10 +01:00
LibWasm LibWasm: Remove Vector size checks in (return_)call_indirect 2026-03-07 16:05:20 +01:00
LibWeb LibWeb: Use an abstract class for scrollbar and resize handle input 2026-03-17 04:01:29 -05:00
LibWebSocket LibWebSocket: Fix close frame status code written in wrong byte order 2026-03-13 17:28:06 +01:00
LibWebView LibIPC: Return TransportHandle directly from create_paired() 2026-03-14 18:25:18 +01:00
LibXML LibXML+LibWeb: Use existing HTML entities table for XML parsing too 2026-01-09 19:13:41 +00:00
CMakeLists.txt LibCore: Explicitly export symbols from LibCore 2026-02-26 18:31:57 +01:00