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
2023-04-15
LibJS: Port create_iterator_result_object() to NonnullGCPtr
Linus Groh
2023-04-09
LibWeb: Port fire_progress_event() + request_error_steps() to new String
Kenneth Myhra
2023-04-09
LibWeb: Port EventTarget to new {Fly}String
Kenneth Myhra
2023-04-07
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
Kenneth Myhra
2023-04-06
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
Kenneth Myhra
2023-04-05
LibWeb: Add FormData support to XHR
Kenneth Myhra
2023-04-05
LibWeb: Add get accessor to internal entry list of FormData
Kenneth Myhra
2023-03-23
LibWeb: Create the correct error objects in XHR::handle_errors
Luke Wilde
2023-03-18
LibWeb: Initialize static web strings during main-thread VM creation
Timothy Flynn
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-08
LibWeb: Add FormDataIterator implementation
Kenneth Myhra
2023-03-07
LibWeb: Refactor XHR (almost) exactly to the spec
Luke Wilde
2023-03-07
LibWeb: Propagate Realm instead of VM more through Fetch
Luke Wilde
2023-03-05
LibWeb: Port ProgressEvent to new String
Kenneth Myhra
2023-03-03
LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type()
Linus Groh
2023-03-03
LibWeb/MimeSniff: Port MimeType to new String
Linus Groh
2023-03-03
LibWeb/MimeSniff: Rename MimeType::from_string() to MimeType::parse()
Linus Groh
2023-03-03
LibWeb/XHR: Fix blob type in XMLHttpRequest::response()
Linus Groh
2023-02-26
LibWeb: Port IDL implementations Blob and File to new String
Kenneth Myhra
2023-02-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
2023-02-19
LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`
Sam Atkins
2023-02-18
LibWeb: Convert FormData to String and Vector storage
Luke Wilde
2023-02-18
LibWeb: Make factory method of XHR::ProgressEvent fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Event fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of XHR::XMLHttpRequest fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of FileAPI::Blob fallible
Kenneth Myhra
2023-02-12
LibWeb: Move setting of FormDataPrototype to initialize()
Kenneth Myhra
2023-02-12
LibWeb: Implement algorithm 'construct the entry list given a form'
Kenneth Myhra
2023-02-12
LibWeb: Introduce the FormData interface from the XHR specification
Kenneth Myhra
2023-02-09
LibJS+LibWeb: Convert empty PrimitiveString instances to String
Timothy Flynn
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-08
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
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
[next]