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
2021-10-04
LibWeb: Don't send a request body in XMLHttpRequest GET or HEAD
Andreas Kling
2021-10-01
LibWeb: Add the missing ProgressEvent IDL constructor
Idan Horowitz
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: Use an enumerator macro for XMLHttpRequestEventTarget accessors
Andreas Kling
2021-09-19
LibWeb: Keep XMLHttpRequest alive while handling load/error events
Andreas Kling
2021-09-19
LibWeb: Remove unnecessary WeakPtr creation in XMLHttpRequest::send()
Andreas Kling
2021-09-19
LibWeb: Add event handler attributes to XMLHttpRequestEventTarget
Andreas Kling
2021-09-19
LibWeb: Implement XMLHttpRequest.onreadystatechange
Andreas Kling
2021-09-14
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
Idan Horowitz
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-12
LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
Andreas Kling
2021-09-09
LibWeb: Rename Document::complete_url() => parse_url()
Andreas Kling
2021-09-09
LibWeb: Rename DOM::Window::document() => associated_document()
Andreas Kling
2021-09-09
LibWeb: Add DOM::Window::page()
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
LibWeb: Set Cookie header on remaining resource requests
Timothy Flynn
2021-04-03
LibWeb: Implement XMLHttpRequest.getResponseHeader()
Linus Groh
2021-04-03
LibWeb: Implement XMLHttpRequest.status
Linus Groh
2021-04-03
LibWeb: Make XMLHttpRequest.open() work with relative URLs
Linus Groh
2021-04-03
LibWeb: Pass optional status code to ResourceLoader callbacks
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-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
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
2021-01-23
LibWeb: Move XMLHttpRequest to separate XHR directory
Andreas Kling