Bastiaan van der Plaat
|
e2bc606eeb
LibWeb: Add MouseEvent JavaScript constructor
|
hace 1 año |
Bastiaan van der Plaat
|
9aadc6c8c9
LibWeb: Add missing EventModifierInit fields and getModifierState
|
hace 1 año |
Andrew Kaster
|
32fe7db69f
LibWeb: Make UIEvents from the chrome the only default trusted Events
|
hace 1 año |
Bastiaan van der Plaat
|
1f171cb60b
LibWeb: Add support for the meta key modifier
|
hace 1 año |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
hace 1 año |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
hace 1 año |
Bastiaan van der Plaat
|
e267f8e68f
LibWeb: Add modifier keys to MouseEvent
|
hace 1 año |
Bastiaan van der Plaat
|
836a7b00dd
Ladybird+LibWeb: Add MouseEvent screenX and screenY support
|
hace 1 año |
Bastiaan van der Plaat
|
e584189b8f
LibWeb: Reorder MouseEvent items to follow spec more
|
hace 1 año |
circl
|
e0e67a2b27
LibWeb: Partially implement MouseEvent.movementX/movementY
|
hace 1 año |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
hace 1 año |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
hace 2 años |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
hace 2 años |
Luke Wilde
|
e038901555
LibWeb: Fire the contextmenu event on right click (if not holding shift)
|
hace 2 años |
Luke Wilde
|
8bacd569ff
LibWeb: Make the dblclick event bubble, cancelable and composed
|
hace 2 años |
Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
hace 2 años |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
hace 2 años |
Kenneth Myhra
|
c120c46acc
LibWeb: Make factory methods of DOM::Event fallible
|
hace 2 años |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
hace 2 años |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
hace 2 años |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
hace 2 años |
Itamar
|
a802fb2023
LibWeb: Support MouseEvent.{pageX,pageY}
|
hace 2 años |
Itamar
|
f6862a4203
LibWeb: Use CSSPixelPoint in MouseEvent::create_from_platform_event()
|
hace 2 años |
Sam Atkins
|
3c7bd5a317
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
|
hace 2 años |
Aliaksandr Kalenik
|
9cbf031b6d
LibWeb: Add button property in MouseEvent
|
hace 2 años |
Andrew Kaster
|
56b381aac0
LibWeb: Cleanup unecessary uses and includes of HTML::Window
|
hace 2 años |
Andrew Kaster
|
6a10352712
LibWeb: Remove unecessary dependence on Window from UIEvents classes
|
hace 2 años |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
hace 2 años |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
hace 2 años |