ladybird/Libraries/LibWeb/Internals
Zaggy1024 a51967311e Everywhere: Consolidate double/triple click handling to use click count
This moves normal/double/triple click checking into WebContent, the
client only has to send a click count in order to activate a double
or triple click in the content. This means that the AppKit UI will no
longer fire multiple double clicks when clicking in place more than 3
times. This matches the behavior of other browsers on macOS.

We will now also fire the click event regardless of whether a dblclick
event will follow, as the spec requires.
2026-03-17 04:01:29 -05:00
..
FakeXRDevice.cpp LibWeb: Implement basics of the WebXR testing framework 2026-02-15 10:50:25 +01:00
FakeXRDevice.h LibWeb: Implement basics of the WebXR testing framework 2026-02-15 10:50:25 +01:00
FakeXRDevice.idl LibWeb: Implement basics of the WebXR testing framework 2026-02-15 10:50:25 +01:00
InternalAnimationTimeline.cpp LibWeb: Use GC::WeakHashSet for AnimationTimeline associated animations 2026-02-24 22:35:03 +01:00
InternalAnimationTimeline.h LibWeb: Implement AnimationTimline::duration property 2025-12-12 10:49:18 +00:00
InternalAnimationTimeline.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
InternalGamepad.cpp LibGC+LibWeb: Mark two GC::Cell functions as MUST_UPCALL 2026-02-06 13:50:54 +01:00
InternalGamepad.h LibWeb/Internals: Remove unused InternalGamepad::create() declaration 2026-01-20 06:58:16 -05:00
InternalGamepad.idl LibWeb: Add tests for Gamepad API by utilising virtual SDL3 joysticks 2025-09-01 21:10:47 +02:00
Internals.cpp Everywhere: Consolidate double/triple click handling to use click count 2026-03-17 04:01:29 -05:00
Internals.h Everywhere: Consolidate double/triple click handling to use click count 2026-03-17 04:01:29 -05:00
Internals.idl Everywhere: Consolidate double/triple click handling to use click count 2026-03-17 04:01:29 -05:00
InternalsBase.cpp LibWeb: Extract some Internals functionality to a base class 2025-03-19 10:03:17 -04:00
InternalsBase.h LibWeb: Give IDL exposed PlatformObjects an InterfaceName 2026-02-14 20:22:40 +01:00
WebUI.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WebUI.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
WebUI.idl LibWeb+LibWebView+WebContent: Introduce a WebUI framework 2025-03-28 07:31:10 -04:00
XRTest.cpp LibWeb: Implement basics of the WebXR testing framework 2026-02-15 10:50:25 +01:00
XRTest.h LibWeb: Implement basics of the WebXR testing framework 2026-02-15 10:50:25 +01:00
XRTest.idl LibWeb: Implement basics of the WebXR testing framework 2026-02-15 10:50:25 +01:00