summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/XHR/XMLHttpRequest.h
AgeCommit message (Expand)Author
2022-10-01LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPIAndrew Kaster
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: Move XMLHttpRequestBodyInit into FetchLinus Groh
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb: Remove now-unused Bindings::Wrappable classAndreas Kling
2022-09-06LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Blob and File GC-allocatedAndreas 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: Move event listeners, handlers and callbacks to the GC heapAndreas Kling
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
2022-07-22LibWeb: Implement BufferSource support for XHR::send()Kenneth Myhra
2022-07-22LibWeb: Add spec link for XMLHttpRequestBodyInitKenneth 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: Update incorrect Fetch namespacesLinus Groh
2022-07-18LibWeb: Use Fetch's HeaderList::get_decode_and_split() in XMLHttpRequestLinus Groh
2022-07-14LibWeb: Use newly added 'Status' Fetch infrastructure in XMLHttpRequestLinus Groh
2022-07-14LibWeb: Add & use 'HTTP whitespace' from '2.2. HTTP' in the Fetch specLinus Groh
2022-07-08LibWeb: Add URLSearchParams as part of union type for XHR::send()Kenneth Myhra
2022-06-21LibWeb: Add XMLHttpRequest::timeout setter and getterKenneth Myhra
2022-04-23LibWeb: Trim leading and trailing HTTP whitespace bytesKenneth Myhra
2022-04-05LibWeb: Add XMLHttpRequest::open() overloadKenneth Myhra
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-21LibTextCodec: Don't allocate Strings on encoding normalisationHendiadyoin1
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-02-16LibWeb: Implement responseType and response for XHRAli Mohammad Pur
2022-02-12LibWeb: Decode XHR text with the specified charset in the MIME typeLuke Wilde
2022-02-12LibWeb: Implement XMLHttpRequest.overrideMimeTypeLuke Wilde
2022-02-08LibWeb: Rewrite EventTarget to more closely match the specLuke Wilde
2021-10-04LibWeb: Don't send a request body in XMLHttpRequest GET or HEADAndreas Kling
2021-09-27LibWeb: Allow passing a (String) body to XMLHttpRequest.send()Andreas Kling
2021-09-25LibWeb: Provide a default DOM::EventTarget::dispatch_event()Andreas Kling
2021-09-19LibWeb: Implement XMLHttpRequest.getAllResponseHeaders()Andreas Kling
2021-09-19LibWeb: Implement XMLHttpRequest.onreadystatechangeAndreas Kling
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-03LibWeb: Implement XMLHttpRequest.getResponseHeader()Linus Groh
2021-04-03LibWeb: Implement XMLHttpRequest.statusLinus Groh
2021-02-20LibWeb: Use DOMException in XMLHttpRequest::send()Linus Groh
2021-02-20LibWeb: Use DOMException in XMLHttpRequest::open()Linus Groh
2021-02-20LibWeb: Use DOMException in XMLHttpRequest::set_request_header()Linus Groh
2021-02-17LibWeb: Add constructor to XMLHttpRequest IDL interfaceLinus Groh
2021-01-23LibWeb: Add XHREventTarget and have XHR inherit from itLuke
2021-01-23LibWeb: Flesh out existing XHR methods a bit moreLuke
2021-01-23LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)Andreas Kling