summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/AbortSignal.cpp
AgeCommit message (Expand)Author
2023-04-07LibWeb: Port {Mouse,UI,Wheel,}Event to new StringKenneth Myhra
2023-04-06LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new StringKenneth Myhra
2023-02-18LibWeb: Make factory methods of DOM::Event fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of DOM::AbortSignal fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-10-26LibWeb: Add the ability for an AbortSignal to follow anotherLuke Wilde
2022-10-26LibWeb: Convert DOM::AbortSignal to use JS::SafeFunctionLuke Wilde
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from DOM and WebIDLAndrew Kaster
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move CallbackType from Bindings/ to WebIDL/Linus Groh
2022-09-09LibWeb: Set prototype for both TextDecoder and AbortSignalLuke Wilde
2022-09-06LibWeb: Stop using Bindings::wrap() in a bunch of placesAndreas Kling
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2022-09-06LibWeb: Move event listeners, handlers and callbacks to the GC heapAndreas Kling
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-02-08LibWeb: Rewrite EventTarget to more closely match the specLuke Wilde
2022-02-08LibJS+Everywhere: Remove VM::exception() and most related functionsdavidot
2021-12-10LibWeb: Implement AbortSignal.throwIfAbortedLuke Wilde
2021-12-10LibWeb: Add support for AbortSignal.reasonLuke Wilde
2021-10-01LibWeb: Implement AbortSignal.onabortLuke Wilde
2021-09-25LibWeb: Provide a default DOM::EventTarget::dispatch_event()Andreas Kling
2021-09-02LibWeb: Add initial support for AbortController and AbortSignalLuke Wilde