Kenneth Myhra
|
a3661fd7f2
LibWeb: Let queue_global_task() take a JS::HeapFunction
|
1 year ago |
Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 year ago |
Andreas Kling
|
f1eb837c3d
LibWeb: Remove unnecessary JS::Handle in AbortSignal::timeout()
|
1 year ago |
Tim Ledbetter
|
8e6e938167
LibWeb: Remove `AbortSignal::follow()`
|
1 year ago |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 year ago |
Tim Ledbetter
|
7625d8a155
LibWeb: Implement `AbortSignal.any()`
|
1 year ago |
Tim Ledbetter
|
130f28cf50
LibWeb: Mark abort event as trusted before dispatching it
|
1 year ago |
Tim Ledbetter
|
ae42c6ed80
LibWeb: Implement `AbortSignal.timeout()`
|
1 year ago |
Tim Ledbetter
|
3b7c252175
LibWeb: Implement `AbortSignal.abort()`
|
1 year ago |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Aliaksandr Kalenik
|
67aa86b5b6
LibWeb: Use JS::HeapFunction for AbortSignal callback
|
1 year ago |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 years ago |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 years ago |
Kenneth Myhra
|
c120c46acc
LibWeb: Make factory methods of DOM::Event fallible
|
2 years ago |
Kenneth Myhra
|
a5ad8b2959
LibWeb: Make factory method of DOM::AbortSignal fallible
|
2 years ago |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 years ago |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 years ago |
MacDue
|
8a5d2be617
Everywhere: Remove unnecessary mutable attributes from lambdas
|
2 years ago |
Luke Wilde
|
dce6327ae7
LibWeb: Add the ability for an AbortSignal to follow another
|
2 years ago |
Luke Wilde
|
07e3bb729d
LibWeb: Convert DOM::AbortSignal to use JS::SafeFunction
|
2 years ago |
Andrew Kaster
|
56b381aac0
LibWeb: Cleanup unecessary uses and includes of HTML::Window
|
2 years ago |
Andrew Kaster
|
8de7e49a56
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
|
2 years ago |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 years ago |
Linus Groh
|
4f73851afc
LibWeb: Move CallbackType from Bindings/ to WebIDL/
|
2 years ago |