ladybird/Userland/Libraries/LibWeb/UIEvents
Andi Gallo 1bbfe4630d LibWeb: Preserve case for key events
Case-preserving behavior matches observed behavior of other browsers and
the specification.
2023-05-23 06:02:00 +02:00
..
EventModifier.h LibWeb: Add the missing KeyboardEvent IDL constructor 2021-10-01 20:14:45 +02:00
EventModifier.idl LibWeb: Add the missing KeyboardEvent IDL constructor 2021-10-01 20:14:45 +02:00
EventNames.cpp LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2023-04-06 23:49:08 +02:00
EventNames.h LibWeb: Fire the contextmenu event on right click (if not holding shift) 2023-05-22 06:07:05 +02:00
FocusEvent.cpp LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
FocusEvent.h LibWeb: Port FocusEvent to new String 2023-04-06 08:41:43 +02:00
FocusEvent.idl LibWeb: Port FocusEvent to new String 2023-04-06 08:41:43 +02:00
KeyboardEvent.cpp LibWeb: Preserve case for key events 2023-05-23 06:02:00 +02:00
KeyboardEvent.h LibWeb: Port KeyboardEvent to new String 2023-04-06 08:41:43 +02:00
KeyboardEvent.idl LibWeb: Port KeyboardEvent to new String 2023-04-06 08:41:43 +02:00
MouseEvent.cpp LibWeb: Fire the contextmenu event on right click (if not holding shift) 2023-05-22 06:07:05 +02:00
MouseEvent.h LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
MouseEvent.idl LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
UIEvent.cpp LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
UIEvent.h LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
UIEvent.idl LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
WheelEvent.cpp LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
WheelEvent.h LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00
WheelEvent.idl LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2023-04-07 22:41:01 +02:00