ladybird/Libraries/LibWeb/XHR
Sam Atkins f148af0a93 LibWeb: Move XMLSerializer into HTML directory
The DOMParsing spec is in the process of being merged into the HTML one,
gradually. The linked spec change moves XMLSerializer, but many of the
algorithms are still in the DOMParsing spec so I've left the links to
those alone.

I've done my best to update the GN build but since I'm not actually
using it, I might have done that wrong.

Corresponds to 2edb8cc7ee
2025-03-04 16:44:41 +00:00
..
EventNames.cpp LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
EventNames.h LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
FormData.cpp LibWeb: Implement formData() for "multipart/form-data" 2025-01-20 23:33:51 +00:00
FormData.h LibWeb: Implement formData() for "multipart/form-data" 2025-01-20 23:33:51 +00:00
FormData.idl LibWeb: Update FormData constructor to reflect the spec 2024-12-25 14:52:57 +00:00
FormDataEntry.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
FormDataIterator.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
FormDataIterator.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ProgressEvent.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ProgressEvent.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ProgressEvent.idl
XMLHttpRequest.cpp LibWeb: Move XMLSerializer into HTML directory 2025-03-04 16:44:41 +00:00
XMLHttpRequest.h LibWeb/XHR: Isomorphic decode accessing XMLHttpRequest response headers 2025-01-15 12:35:56 +00:00
XMLHttpRequest.idl LibWeb: Use ByteString arguments for XMLHttpRequest.setRequestHeader() 2024-11-21 15:49:48 -05:00
XMLHttpRequestEventTarget.cpp
XMLHttpRequestEventTarget.h Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
XMLHttpRequestEventTarget.idl
XMLHttpRequestUpload.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
XMLHttpRequestUpload.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
XMLHttpRequestUpload.idl