1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 03:22:06 +00:00
serenity/Userland/Libraries/LibWeb/XHR
Andreas Kling 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap
This patch moves the following things to being GC-allocated:
- Bindings::CallbackType
- HTML::EventHandler
- DOM::IDLEventListener
- DOM::DOMEventListener
- DOM::NodeFilter

Note that we only use PlatformObject for things that might be exposed
to web content. Anything that is only used internally inherits directly
from JS::Cell instead, making them a bit more lightweight.
2022-09-06 00:27:09 +02:00
..
EventNames.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventNames.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProgressEvent.h LibWeb: Use long long where it was replaced with long 2022-06-06 22:34:45 +01:00
ProgressEvent.idl LibWeb: Use long long where it was replaced with long 2022-06-06 22:34:45 +01:00
XMLHttpRequest.cpp LibWeb: Move event listeners, handlers and callbacks to the GC heap 2022-09-06 00:27:09 +02:00
XMLHttpRequest.h LibWeb: Move event listeners, handlers and callbacks to the GC heap 2022-09-06 00:27:09 +02:00
XMLHttpRequest.idl LibWeb: Implement BufferSource support for XHR::send() 2022-07-22 23:08:28 +01:00
XMLHttpRequestEventTarget.cpp LibWeb: Move event listeners, handlers and callbacks to the GC heap 2022-09-06 00:27:09 +02:00
XMLHttpRequestEventTarget.h LibWeb: Move event listeners, handlers and callbacks to the GC heap 2022-09-06 00:27:09 +02:00
XMLHttpRequestEventTarget.idl LibWeb: Replace ad-hoc EventHandler type with callback function typedef 2022-03-31 01:10:47 +02:00