1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 17:58:11 +00:00
serenity/Userland/Libraries/LibWeb/UIEvents
Igor Pissolati 7f45a9e9c1 LibWeb: Add "which" attribute to UIEvent
This is non-standard but is supported by all major browsers.
2022-04-09 18:27:24 +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 Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventNames.h LibWeb: Fire "keyup" events as well :^) 2021-09-28 16:56:24 +02:00
FocusEvent.cpp Libraries: Use default constructors/destructors in LibWeb 2022-03-17 17:23:49 +00:00
FocusEvent.h LibWeb: Add a proper FocusEvent interface for "focus" and "blur" events 2022-02-07 00:04:50 +01:00
FocusEvent.idl LibWeb: Add a proper FocusEvent interface for "focus" and "blur" events 2022-02-07 00:04:50 +01:00
KeyboardEvent.cpp LibWeb: Add the missing KeyboardEvent IDL constructor 2021-10-01 20:14:45 +02:00
KeyboardEvent.h LibWeb: Add "which" attribute to UIEvent 2022-04-09 18:27:24 +02:00
KeyboardEvent.idl LibWeb: Add the missing KeyboardEvent IDL constructor 2021-10-01 20:14:45 +02:00
MouseEvent.cpp LibWeb: Bring MouseEvent a bit closer to spec 2022-04-09 18:27:24 +02:00
MouseEvent.h LibWeb: Add "which" attribute to UIEvent 2022-04-09 18:27:24 +02:00
MouseEvent.idl LibWeb: Bring MouseEvent a bit closer to spec 2022-04-09 18:27:24 +02:00
UIEvent.h LibWeb: Add "which" attribute to UIEvent 2022-04-09 18:27:24 +02:00
UIEvent.idl LibWeb: Add "which" attribute to UIEvent 2022-04-09 18:27:24 +02:00