Andreas Kling
|
7139d5945f
LibWeb: Use NonnullGCPtr in EventTarget's event handler map
|
1 year ago |
Andreas Kling
|
c1fd55ce94
LibWeb: Only allocate EventTarget listener/handler storage on demand
|
1 year ago |
Andreas Kling
|
a71eaefdf6
LibWeb: Make EventTarget::activation_behavior a virtual function
|
1 year ago |
iliadsh
|
89da731aa6
LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access()
|
1 year ago |
Shannon Booth
|
c7cd6f2bef
LibWeb: Remove some unused DeprecatedFlyString includes
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Luke Wilde
|
344785ae3a
LibWeb: Implement the EventTarget constructor
|
2 years ago |
Kenneth Myhra
|
2091a11488
LibWeb: Port EventTarget to new {Fly}String
|
2 years ago |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 years ago |
Luke Wilde
|
80fad65e5b
LibWeb: Add function to EventTarget that says if it has any listeners
|
2 years ago |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Andreas Kling
|
e0a08f2ab0
LibWeb: Add EventTarget::has_event_listener(FlyString type)
|
2 years ago |
Andrew Kaster
|
8de7e49a56
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
|
2 years ago |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 years ago |
Linus Groh
|
4f73851afc
LibWeb: Move CallbackType from Bindings/ to WebIDL/
|
2 years ago |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2 years ago |
Andreas Kling
|
8cda70c892
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2 years ago |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 years ago |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 years ago |
Luke Wilde
|
ebf2184636
LibWeb: Only make certain <body> and <frameset> events apply to Window
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
sin-ack
|
29583104d2
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
|
3 years ago |
Luke Wilde
|
3479f1c4e8
LibWeb: Add support for the options variant of {add,remove}EventListener
|
3 years ago |
Andreas Kling
|
a97586c24a
LibWeb: Shrink DOM::EventTarget by 80 bytes
|
3 years ago |
Andreas Kling
|
9521f71944
LibWeb: Support "useCapture" parameter to add/removeEventListener
|
3 years ago |
Andreas Kling
|
e76e8e22b5
LibWeb: Separate "event listener" from "EventListener"
|
3 years ago |
Andreas Kling
|
05c9fd962d
LibWeb: Add EventTarget::run_activation_behavior()
|
3 years ago |