summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Fetch/Request.cpp
AgeCommit message (Expand)Author
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-11AK+Everywhere: Use Optional for URLParser::parse's base_url parameternetworkException
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-07LibWeb: Propagate Realm instead of VM more through FetchLuke Wilde
2023-03-06LibWeb: Fix a few const-ness issuesMatthew Olsson
2023-03-03LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type()Linus Groh
2023-03-03LibWeb/Fetch: Port infrastructure to new StringLinus Groh
2023-03-03LibWeb/Fetch: Port JS interfaces to new StringLinus Groh
2023-02-22LibWeb: Make factory method of Fetch::Request fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2023-01-08LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJSTimothy Flynn
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-08LibWeb/Fetch: Tweak wording in some spec commentsLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-04LibWeb: Properly copy method and headers from the input in Request()Linus Groh
2022-10-31LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`sLinus Groh
2022-10-30LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'dLinus Groh
2022-10-26LibWeb: Make Fetch::Request follow abort signals where appropriate Luke Wilde
2022-10-26LibWeb: Fix unchecked Variant access in Request::construct_impl()Linus Groh
2022-10-15LibWeb/Fetch: Add duplex property to RequestLinus Groh
2022-10-05LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-countedLinus Groh
2022-10-05LibWeb: Make Fetch::Infrastructure::Request::set_client() take a pointerLinus Groh
2022-10-01LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPIAndrew Kaster
2022-09-27LibWeb: Implement '5.4. Request class' from the Fetch API :^)Linus Groh