ladybird/Userland/Libraries/LibWeb/XHR
Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString
This commit removes DeprecatedString's "null" state, and replaces all
its users with one of the following:
- A normal, empty DeprecatedString
- Optional<DeprecatedString>

Note that null states of DeprecatedFlyString/StringView/etc are *not*
affected by this commit. However, DeprecatedString::empty() is now
considered equal to a null StringView.
2023-10-13 18:33:21 +03:30
..
EventNames.cpp
EventNames.h
FormData.cpp LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
FormData.h LibWeb: Move XHR::FormDataEntry to its own header 2023-08-29 09:39:57 +02:00
FormData.idl LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
FormDataEntry.h LibWeb: Move XHR::FormDataEntry to its own header 2023-08-29 09:39:57 +02:00
FormDataIterator.cpp LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
FormDataIterator.h LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
ProgressEvent.cpp LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
ProgressEvent.h LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
ProgressEvent.idl LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
XMLHttpRequest.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
XMLHttpRequest.h LibWeb: Don't crash in XHR.response{,XML} for empty XML document 2023-10-07 10:19:18 +02:00
XMLHttpRequest.idl LibWeb: Add XMLHttpRequest Document response type 2023-09-14 22:58:42 +02:00
XMLHttpRequestEventTarget.cpp
XMLHttpRequestEventTarget.h
XMLHttpRequestEventTarget.idl
XMLHttpRequestUpload.cpp LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
XMLHttpRequestUpload.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
XMLHttpRequestUpload.idl