ladybird/Userland/Libraries/LibWeb/UIEvents
Shannon Booth 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible
This is mostly motivated for aesthetics, but also helps avoid some null
checks when we have a NonnullGCPtr<T> or in some cases a T&.
2023-11-19 08:05:45 +00: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 AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
EventNames.h AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
FocusEvent.cpp LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
FocusEvent.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
FocusEvent.idl LibWeb: Add comments and missing items of various IDL files 2023-10-25 19:45:41 +02:00
KeyboardEvent.cpp LibWeb: Add modifier keys to MouseEvent 2023-09-15 22:12:56 +02:00
KeyboardEvent.h LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
KeyboardEvent.idl LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
MouseEvent.cpp LibWeb: Add modifier keys to MouseEvent 2023-09-15 22:12:56 +02:00
MouseEvent.h LibWeb: Add modifier keys to MouseEvent 2023-09-15 22:12:56 +02:00
MouseEvent.idl IDL: Add missing #imports 2023-11-11 08:51:51 +01:00
UIEvent.cpp LibWeb/LibJS: Avoid GC visit of raw pointers where possible 2023-11-19 08:05:45 +00:00
UIEvent.h LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
UIEvent.idl IDL: Add missing #imports 2023-11-11 08:51:51 +01:00
WheelEvent.cpp LibWeb: Add modifier keys to MouseEvent 2023-09-15 22:12:56 +02:00
WheelEvent.h LibWeb: Add modifier keys to MouseEvent 2023-09-15 22:12:56 +02:00
WheelEvent.idl LibWeb: Add comments and missing items of various IDL files 2023-10-25 19:45:41 +02:00