summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/XHR
AgeCommit message (Expand)Author
2021-10-04LibWeb: Don't send a request body in XMLHttpRequest GET or HEADAndreas Kling
2021-10-01LibWeb: Add the missing ProgressEvent IDL constructorIdan Horowitz
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: Use an enumerator macro for XMLHttpRequestEventTarget accessorsAndreas Kling
2021-09-19LibWeb: Keep XMLHttpRequest alive while handling load/error eventsAndreas Kling
2021-09-19LibWeb: Remove unnecessary WeakPtr creation in XMLHttpRequest::send()Andreas Kling
2021-09-19LibWeb: Add event handler attributes to XMLHttpRequestEventTargetAndreas Kling
2021-09-19LibWeb: Implement XMLHttpRequest.onreadystatechangeAndreas Kling
2021-09-14AK: Make URL::m_port an Optional<u16>, Expose raw port getterIdan Horowitz
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-12LibWeb+Browser: Add Debug menu action for toggling Same-Origin PolicyAndreas Kling
2021-09-09LibWeb: Rename Document::complete_url() => parse_url()Andreas Kling
2021-09-09LibWeb: Rename DOM::Window::document() => associated_document()Andreas Kling
2021-09-09LibWeb: Add DOM::Window::page()Andreas Kling
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-15LibWeb: Set Cookie header on remaining resource requestsTimothy Flynn
2021-04-03LibWeb: Implement XMLHttpRequest.getResponseHeader()Linus Groh
2021-04-03LibWeb: Implement XMLHttpRequest.statusLinus Groh
2021-04-03LibWeb: Make XMLHttpRequest.open() work with relative URLsLinus Groh
2021-04-03LibWeb: Pass optional status code to ResourceLoader callbacksLinus 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-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
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
2021-01-23LibWeb: Move XMLHttpRequest to separate XHR directoryAndreas Kling