Kenneth Myhra
|
fdd33d818c
LibWeb: Port DOMEventListener to new FlyString
|
2 年之前 |
Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 年之前 |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 年之前 |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年之前 |
Andreas Kling
|
d5ed07fdc4
LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun
|
2 年之前 |
Pavel
|
40aad77ab1
WebContent+LibWeb+LibJS: Report exceptions to the JS console
|
2 年之前 |
Linus Groh
|
6480faacb6
LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/
|
2 年之前 |
Linus Groh
|
6055b0e850
LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro
|
2 年之前 |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 年之前 |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2 年之前 |
Andreas Kling
|
8cda70c892
LibWeb: Move event listeners, handlers and callbacks to the GC heap
|
2 年之前 |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Linus Groh
|
95541d7064
LibWeb: Fix various spec comment inconsistencies
|
3 年之前 |
stelar7
|
6b859db2e0
LibWeb: Add spec comments to EventDispatcher
|
3 年之前 |
Andreas Kling
|
32bff52c25
LibWeb: Use Vector::in_reverse() in DOM::EventDispatcher
|
3 年之前 |
sin-ack
|
29583104d2
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
|
3 年之前 |
Linus Groh
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
3 年之前 |
Andreas Kling
|
a97586c24a
LibWeb: Shrink DOM::EventTarget by 80 bytes
|
3 年之前 |
Andreas Kling
|
e76e8e22b5
LibWeb: Separate "event listener" from "EventListener"
|
3 年之前 |
Luke Wilde
|
5aacec65ab
LibWeb: Rewrite EventTarget to more closely match the spec
|
3 年之前 |
davidot
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
3 年之前 |
mjz19910
|
1ef633472b
Everywhere: Convert VM::call() to JS::call()
|
3 年之前 |
Andreas Kling
|
90cdeebfb3
LibWeb: Rename DOM::Window::document() => associated_document()
|
3 年之前 |
Andreas Kling
|
6ad427993a
Everywhere: Behaviour => Behavior
|
3 年之前 |
Luke Wilde
|
b275b8c87a
LibWeb: Check target's root instead of target itself in EventDispatcher
|
3 年之前 |
Luke Wilde
|
f7f37eaa0f
LibWeb: Make Node::root return a reference
|
3 年之前 |
Luke Wilde
|
dd1a49ff93
LibWeb: Add missing shadow including ancestor checks in EventDispatcher
|
3 年之前 |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 年之前 |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 年之前 |