Kenneth Myhra
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
...
This ports MouseEvent, UIEvent, WheelEvent, and Event to new String.
They all had a dependency to T::create() in
WebDriverConnection::fire_an_event() and therefore had to be ported in
the same commit.
2023-04-07 22:41:01 +02:00
Andrew Kaster
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
...
The intent is to use these to autogenerate prototype declarations for
Window and WorkerGlobalScope classes.
And the spec links are just nice to have :^)
2022-10-09 10:14:57 +02:00
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
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
Andreas Kling
d0ab546d7a
LibWeb: Implement UIEvent.initUIEvent()
...
1% progression on ACID3. :^)
2022-02-25 19:38:31 +01:00
Idan Horowitz
ac25c28c43
LibWeb: Add the missing UIEvent IDL constructor
2021-10-01 20:14:45 +02:00
Idan Horowitz
f176514db8
LibWeb: Add the UIEvent::{view, detail} IDL attributes
2021-10-01 20:14:45 +02:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00