index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
XHR
/
XMLHttpRequest.h
Age
Commit message (
Expand
)
Author
2022-10-01
LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI
Andrew Kaster
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move CallbackType from Bindings/ to WebIDL/
Linus Groh
2022-09-22
LibWeb: Move XMLHttpRequestBodyInit into Fetch
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-06
LibWeb: Remove now-unused Bindings::Wrappable class
Andreas Kling
2022-09-06
LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Blob and File GC-allocated
Andreas Kling
2022-09-06
LibWeb: Don't use a JS::Handle for XHR response object
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Move event listeners, handlers and callbacks to the GC heap
Andreas Kling
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-07-22
LibWeb: Implement BufferSource support for XHR::send()
Kenneth Myhra
2022-07-22
LibWeb: Add spec link for XMLHttpRequestBodyInit
Kenneth Myhra
2022-07-20
LibWeb: Move extract_mime_type() from XMLHttpRequest to HeaderList
Linus Groh
2022-07-19
LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace
Linus Groh
2022-07-18
LibWeb: Add support for Blob to XHR::send()
Kenneth Myhra
2022-07-18
LibWeb: Move extract_body() towards spec compliance
Kenneth Myhra
2022-07-18
LibWeb: Update incorrect Fetch namespaces
Linus Groh
2022-07-18
LibWeb: Use Fetch's HeaderList::get_decode_and_split() in XMLHttpRequest
Linus Groh
2022-07-14
LibWeb: Use newly added 'Status' Fetch infrastructure in XMLHttpRequest
Linus Groh
2022-07-14
LibWeb: Add & use 'HTTP whitespace' from '2.2. HTTP' in the Fetch spec
Linus Groh
2022-07-08
LibWeb: Add URLSearchParams as part of union type for XHR::send()
Kenneth Myhra
2022-06-21
LibWeb: Add XMLHttpRequest::timeout setter and getter
Kenneth Myhra
2022-04-23
LibWeb: Trim leading and trailing HTTP whitespace bytes
Kenneth Myhra
2022-04-05
LibWeb: Add XMLHttpRequest::open() overload
Kenneth Myhra
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-21
LibTextCodec: Don't allocate Strings on encoding normalisation
Hendiadyoin1
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-02-16
LibWeb: Implement responseType and response for XHR
Ali Mohammad Pur
2022-02-12
LibWeb: Decode XHR text with the specified charset in the MIME type
Luke Wilde
2022-02-12
LibWeb: Implement XMLHttpRequest.overrideMimeType
Luke Wilde
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2021-10-04
LibWeb: Don't send a request body in XMLHttpRequest GET or HEAD
Andreas Kling
2021-09-27
LibWeb: Allow passing a (String) body to XMLHttpRequest.send()
Andreas Kling
2021-09-25
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
Andreas Kling
2021-09-19
LibWeb: Implement XMLHttpRequest.getAllResponseHeaders()
Andreas Kling
2021-09-19
LibWeb: Implement XMLHttpRequest.onreadystatechange
Andreas Kling
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-03
LibWeb: Implement XMLHttpRequest.getResponseHeader()
Linus Groh
2021-04-03
LibWeb: Implement XMLHttpRequest.status
Linus Groh
2021-02-20
LibWeb: Use DOMException in XMLHttpRequest::send()
Linus Groh
2021-02-20
LibWeb: Use DOMException in XMLHttpRequest::open()
Linus Groh
2021-02-20
LibWeb: Use DOMException in XMLHttpRequest::set_request_header()
Linus Groh
2021-02-17
LibWeb: Add constructor to XMLHttpRequest IDL interface
Linus Groh
2021-01-23
LibWeb: Add XHREventTarget and have XHR inherit from it
Luke
2021-01-23
LibWeb: Flesh out existing XHR methods a bit more
Luke
2021-01-23
LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)
Andreas Kling
[next]