Andreas Kling
|
8f110e0fb1
|
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
No interfaces require wrappers anymore, so we can just make this the
default mode.
|
2022-09-06 00:27:09 +02:00 |
|
Andreas Kling
|
7c3db526b0
|
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2022-09-06 00:27:09 +02:00 |
|
Idan Horowitz
|
f74b612aa4
|
LibWeb: Add the missing KeyboardEvent IDL constructor
This commit also does a bit of general cleanup on the header file.
|
2021-10-01 20:14:45 +02:00 |
|
Andreas Kling
|
554c344ffe
|
LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^)
|
2021-09-28 16:56:24 +02:00 |
|