Kenneth Myhra
|
fdd33d818c
LibWeb: Port DOMEventListener to new FlyString
|
2 年之前 |
Kenneth Myhra
|
2091a11488
LibWeb: Port EventTarget to new {Fly}String
|
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 年之前 |
Andreas Kling
|
7f632ee6f8
LibWeb: Fix bogus callback comparisons in EventTarget
|
2 年之前 |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年之前 |
Luke Wilde
|
80fad65e5b
LibWeb: Add function to EventTarget that says if it has any listeners
|
2 年之前 |
Kenneth Myhra
|
1f48081ee4
LibWeb: Make factory methods of IDLEventListener and NodeFilter fallible
|
2 年之前 |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 年之前 |
Linus Groh
|
111a38c464
LibJS: Convert new_object_environment() to NonnullGCPtr
|
2 年之前 |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 年之前 |
Linus Groh
|
73efdb1cc4
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
|
2 年之前 |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
MacDue
|
8a5d2be617
Everywhere: Remove unnecessary mutable attributes from lambdas
|
2 年之前 |
Luke Wilde
|
07e3bb729d
LibWeb: Convert DOM::AbortSignal to use JS::SafeFunction
|
2 年之前 |
Andreas Kling
|
e0a08f2ab0
LibWeb: Add EventTarget::has_event_listener(FlyString type)
|
2 年之前 |
Andreas Kling
|
8ebbb6a2f3
Revert "LibWeb: Prevent world leak when activating event handler"
|
2 年之前 |
Andreas Kling
|
8875cd0c83
LibWeb: Prevent world leak when activating event handler
|
2 年之前 |
Andrew Kaster
|
8de7e49a56
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
|
2 年之前 |
Andrew Kaster
|
c61a4f35dc
LibWeb: Move Web prototypes and constructors to new Intrinsics object
|
2 年之前 |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 年之前 |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 年之前 |
Linus Groh
|
6480faacb6
LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/
|
2 年之前 |
Linus Groh
|
4f73851afc
LibWeb: Move CallbackType from Bindings/ to WebIDL/
|
2 年之前 |
Linus Groh
|
6055b0e850
LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro
|
2 年之前 |
Andreas Kling
|
4c665c3749
LibWeb: Remove some unnecessary use of the internal realm in EventTarget
|
2 年之前 |
Andreas Kling
|
9176a0de99
LibWeb: Stop using Bindings::wrap() in a bunch of places
|
2 年之前 |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 年之前 |