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
Age
Commit message (
Expand
)
Author
2022-12-08
LibWeb/Fetch: Refactor forbidden request-headers
Linus Groh
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-14
LibWeb: Implement XMLHttpRequest.withCredentials
Linus Groh
2022-11-14
LibWeb: Add a clarifying comment to XHR::m_response_object
Linus Groh
2022-11-14
LibWeb: Use HeaderList from Fetch for XHR author request headers
Linus Groh
2022-11-14
LibWeb: Rename XHR::{m_request_headers => m_author_request_headers}
Linus Groh
2022-11-14
LibWeb: Rename XHR::{m_url => m_request_url}
Linus Groh
2022-11-14
LibWeb: Rename XHR::{m_method => m_request_method}
Linus Groh
2022-11-14
LibWeb: Add spec comments and links to XHR members
Linus Groh
2022-11-14
LibWeb: Rename XHR's ReadyState / m_ready_state to just State / m_state
Linus Groh
2022-11-11
LibWeb: Implement support for DOM::Document in XHR::send()
Kenneth Myhra
2022-11-07
LibWeb: Stub XMLHttpRequest.abort
Luke Wilde
2022-11-04
LibWeb: Bring XHR::open() closer to spec
Smrtnyk
2022-10-30
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
Linus Groh
2022-10-29
LibWeb: Use StringView literals for all `WebIDL::SimpleException`s
Linus Groh
2022-10-24
LibWeb: Implement XMLHttpRequest.requestType setter according to spec
Andreas Kling
2022-10-24
LibWeb: Protect XMLHttpRequest from GC in special circumstances
Andreas Kling
2022-10-24
LibWeb: Add Fetch::Infrastructure::Header::from_string_pair() helper
Linus Groh
2022-10-20
LibWeb: Revert support for DOM::Document in XHR::send()
Kenneth Myhra
2022-10-16
LibWeb: Add missing body has_value() check in XMLHttpRequest::send()
Linus Groh
2022-10-16
LibWeb: Let LoadRequest::set_body() take by value
Kenneth Myhra
2022-10-16
LibWeb: Add support for DOM::Document to XHR::send()
Kenneth Myhra
2022-10-16
LibWeb: Let lambdas return WebIDL::ExceptionOr in XHR::send()
Kenneth Myhra
2022-10-09
LibWeb: Add Exposed attribute and IDL spec links where missing
Andrew Kaster
2022-10-04
LibWeb: Remove redundant JS::Value() calls in XMLHttpRequest::response()
Linus Groh
2022-10-04
LibWeb: Use Infra AO for JSON parsing in XMLHttpRequest::response()
Linus Groh
2022-10-01
LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI
Andrew Kaster
2022-09-29
LibWeb: Fix crash in get_response_mime_type()
Andreas Kling
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
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: Make FileAPI::Blob::create() buffer/type overload infallible
Linus Groh
2022-09-22
LibWeb: Update extract_body() to use BodyInit
Linus Groh
2022-09-22
LibWeb: Move extract_body() into Fetch
Linus Groh
2022-09-22
LibWeb: Remove ReadableStreamDummy in favor of ReadableStream
Linus Groh
2022-09-22
LibWeb: Move XMLHttpRequestBodyInit into Fetch
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-18
LibWeb: Don't replace existing Content-Type header in outgoing XHRs
Andreas Kling
2022-09-06
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
Andreas Kling
2022-09-06
LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap()
Andreas Kling
2022-09-06
LibWeb: Remove now-unused Bindings::Wrappable class
Andreas Kling
2022-09-06
LibWeb: Make DOMException GC-allocated
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: Use cached_web_prototype() as much as possible
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
[next]