summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/XHR
AgeCommit message (Expand)Author
2022-09-29LibWeb: Fix crash in get_response_mime_type()Andreas Kling
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move CallbackType from Bindings/ to WebIDL/Linus Groh
2022-09-22LibWeb: Make FileAPI::Blob::create() buffer/type overload infallibleLinus Groh
2022-09-22LibWeb: Update extract_body() to use BodyInitLinus Groh
2022-09-22LibWeb: Move extract_body() into FetchLinus Groh
2022-09-22LibWeb: Remove ReadableStreamDummy in favor of ReadableStreamLinus Groh
2022-09-22LibWeb: Move XMLHttpRequestBodyInit into FetchLinus Groh
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-18LibWeb: Don't replace existing Content-Type header in outgoing XHRsAndreas Kling
2022-09-06LibWeb: Remove the NoInstanceWrapper extended IDL attributeAndreas Kling
2022-09-06LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap()Andreas Kling
2022-09-06LibWeb: Remove now-unused Bindings::Wrappable classAndreas Kling
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas Kling
2022-09-06LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Blob and File GC-allocatedAndreas Kling
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb: Don't use a JS::Handle for XHR response objectAndreas 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-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-23LibJS+LibWeb: Reduce use of GlobalObject as an intermediaryLinus Groh
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-07-26LibWeb: Add public get accessor function for Blob's internal ByteBufferKenneth Myhra
2022-07-22LibWeb: Implement BufferSource support for XHR::send()Kenneth Myhra
2022-07-22LibWeb: Add spec link for XMLHttpRequestBodyInitKenneth Myhra
2022-07-22LibWeb: Let XHR::extract_body() return ErrorOrKenneth Myhra
2022-07-20LibWeb: Move extract_mime_type() from XMLHttpRequest to HeaderListLinus Groh
2022-07-19LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespaceLinus Groh
2022-07-18LibWeb: Add support for Blob to XHR::send()Kenneth Myhra
2022-07-18LibWeb: Move extract_body() towards spec complianceKenneth Myhra
2022-07-18LibWeb: XHR::extra_body() rewrite to use Variant::visit()Kenneth Myhra
2022-07-18LibWeb: Mark body argument of extract_body() as const referenceKenneth Myhra
2022-07-18LibWeb: Rename safely_extract_body() to extract_body()Kenneth Myhra
2022-07-18LibWeb: Update incorrect Fetch namespacesLinus Groh
2022-07-18LibWeb: Use Fetch's HeaderList::get_decode_and_split() in XMLHttpRequestLinus Groh
2022-07-17LibWeb: Add & use TRY_OR_RETURN_OOM macroLinus Groh
2022-07-17LibWeb: Add support for XHR response type BlobKenneth Myhra
2022-07-14LibWeb: Use newly added 'Status' Fetch infrastructure in XMLHttpRequestLinus Groh
2022-07-14LibWeb: Use newly added 'Headers' Fetch infrastructure in XMLHttpRequestLinus Groh
2022-07-14LibWeb: Use newly added 'Methods' Fetch infrastructure in XMLHttpRequestLinus Groh
2022-07-14LibWeb: Make Fetch::collect_an_http_quoted_string()'s 2nd param optionalLinus Groh
2022-07-14LibWeb: Move Fetch::collect_an_http_quoted_string() into HTTP.{cpp,h}Linus Groh
2022-07-14LibWeb: Add & use 'HTTP whitespace' from '2.2. HTTP' in the Fetch specLinus Groh
2022-07-14LibWeb: Add & use 'HTTP tab or space' from '2.2. HTTP' in the Fetch specLinus Groh