summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/XHR
AgeCommit message (Expand)Author
2022-12-08LibWeb/Fetch: Refactor forbidden request-headersLinus Groh
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-14LibWeb: Implement XMLHttpRequest.withCredentialsLinus Groh
2022-11-14LibWeb: Add a clarifying comment to XHR::m_response_objectLinus Groh
2022-11-14LibWeb: Use HeaderList from Fetch for XHR author request headersLinus Groh
2022-11-14LibWeb: Rename XHR::{m_request_headers => m_author_request_headers}Linus Groh
2022-11-14LibWeb: Rename XHR::{m_url => m_request_url}Linus Groh
2022-11-14LibWeb: Rename XHR::{m_method => m_request_method}Linus Groh
2022-11-14LibWeb: Add spec comments and links to XHR membersLinus Groh
2022-11-14LibWeb: Rename XHR's ReadyState / m_ready_state to just State / m_stateLinus Groh
2022-11-11LibWeb: Implement support for DOM::Document in XHR::send()Kenneth Myhra
2022-11-07LibWeb: Stub XMLHttpRequest.abortLuke Wilde
2022-11-04LibWeb: Bring XHR::open() closer to specSmrtnyk
2022-10-30LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'dLinus Groh
2022-10-29LibWeb: Use StringView literals for all `WebIDL::SimpleException`sLinus Groh
2022-10-24LibWeb: Implement XMLHttpRequest.requestType setter according to specAndreas Kling
2022-10-24LibWeb: Protect XMLHttpRequest from GC in special circumstancesAndreas Kling
2022-10-24LibWeb: Add Fetch::Infrastructure::Header::from_string_pair() helperLinus Groh
2022-10-20LibWeb: Revert support for DOM::Document in XHR::send()Kenneth Myhra
2022-10-16LibWeb: Add missing body has_value() check in XMLHttpRequest::send()Linus Groh
2022-10-16LibWeb: Let LoadRequest::set_body() take by valueKenneth Myhra
2022-10-16LibWeb: Add support for DOM::Document to XHR::send()Kenneth Myhra
2022-10-16LibWeb: Let lambdas return WebIDL::ExceptionOr in XHR::send()Kenneth Myhra
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-10-04LibWeb: Remove redundant JS::Value() calls in XMLHttpRequest::response()Linus Groh
2022-10-04LibWeb: Use Infra AO for JSON parsing in XMLHttpRequest::response()Linus Groh
2022-10-01LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPIAndrew Kaster
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