ladybird/Libraries/LibWeb/Internals
Timothy Flynn 96806a3f90 LibWeb: Update cursor and tooltip UI state regardless of event handlers
If a script on the page cancels a mousemove event, we would return early
and neglect to update the cursor. This is seen regularly on "Diablo Web"
where they set the cursor to "none" on the main canvas, and also cancel
mousemove events.
2025-12-03 12:23:56 +01:00
..
InternalAnimationTimeline.cpp LibWeb: Rework AnimationTimeline's monotonically increasing property 2025-07-30 14:37:54 +02:00
InternalAnimationTimeline.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
InternalAnimationTimeline.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
InternalGamepad.cpp LibWeb/Gamepad: Forward declare SDL components to fix Windows build 2025-09-02 11:11:12 +01:00
InternalGamepad.h LibWeb/Gamepad: Forward declare SDL components to fix Windows build 2025-09-02 11:11:12 +01:00
InternalGamepad.idl LibWeb: Add tests for Gamepad API by utilising virtual SDL3 joysticks 2025-09-01 21:10:47 +02:00
Internals.cpp LibWeb: Update cursor and tooltip UI state regardless of event handlers 2025-12-03 12:23:56 +01:00
Internals.h LibWeb: Update cursor and tooltip UI state regardless of event handlers 2025-12-03 12:23:56 +01:00
Internals.idl LibWeb: Update cursor and tooltip UI state regardless of event handlers 2025-12-03 12:23:56 +01:00
InternalsBase.cpp LibWeb: Extract some Internals functionality to a base class 2025-03-19 10:03:17 -04:00
InternalsBase.h LibWeb: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06: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