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
/
Fetch
Age
Commit message (
Expand
)
Author
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-07
LibWeb/HTML: Port Window.fetch() to IDL
Linus Groh
2023-03-07
LibWeb/Fetch: Actually check if the response is null in recursive fetch
Luke Wilde
2023-03-07
LibWeb/Fetch: Set length synchronously in extract_body
Luke Wilde
2023-03-07
LibWeb: Fully read body if there is one in fetch response handover
Luke Wilde
2023-03-07
LibWeb/Fetch: Implement Header's "extract a length" function
Luke Wilde
2023-03-07
LibWeb/Fetch: Implement Body's "fully read" function from the spec
Luke Wilde
2023-03-07
LibWeb: Propagate Realm instead of VM more through Fetch
Luke Wilde
2023-03-06
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-03-06
LibJS: Handle both const and non-const Ts in Handle<T>::create()
Matthew Olsson
2023-03-03
LibWeb/Fetch: Store Response error message as a String{,View} variant
Linus Groh
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/Fetch: Port infrastructure to new String
Linus Groh
2023-03-03
LibWeb/Fetch: Port JS interfaces to new String
Linus Groh
2023-03-01
LibWeb: Port URL and URLSearchParams to new String
Kenneth Myhra
2023-02-26
LibWeb: Port IDL implementations Blob and File to new String
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Fetch::Response fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Fetch::Request fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Fetch::HeadersIterator fallible
Kenneth Myhra
2023-02-19
LibWeb: Use is_ascii_case_insensitive_match() where the spec says to
Sam Atkins
2023-02-18
LibWeb: Make factory method of FileAPI::Blob fallible
Kenneth Myhra
2023-02-17
LibJS+Everywhere: Convert JS::Error to String
Timothy Flynn
2023-02-13
LibWeb: Clarify WebIDL::Promise as an alias for JS::PromiseCapability
networkException
2023-02-11
LibWeb: Implement Headers.getSetCookie()
Linus Groh
2023-02-11
LibWeb: Fix UAF in convert_header_names_to_a_sorted_lowercase_set()
Linus Groh
2023-02-10
LibWeb/Fetch: Implement CORS preflight
Luke Wilde
2023-02-10
LibWeb: Make extract_header_list_values differentiate parsing failures
Luke Wilde
2023-02-10
LibWeb/Fetch: Don't add cookies when creating ResourceLoader request
Luke Wilde
2023-02-10
LibWeb: Add missing GCPtr.h includes to Fetch headers
Timothy Flynn
2023-02-10
AK+Everywhere: Do not implicitly copy variables in TRY macros
Timothy Flynn
2023-02-09
LibJS+LibWeb: Convert string view 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-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-22
LibJS+LibWeb: Convert empty PrimitiveString invocators to String
Timothy Flynn
2023-01-15
LibWeb: Make sure that fetch() response cookies get saved
Andreas Kling
2023-01-15
Everywhere: Fully qualify IsLvalueReference in TRY() macros
Andrew Kaster
2023-01-13
AK+Everywhere: Disallow returning a reference from a fallible expression
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-10
LibWeb: Generate dedicated methods to create Web constructors/prototypes
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2023-01-08
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
Timothy Flynn
2022-12-20
AK: Stop using `DeprecatedString` in Base64 encoding
Jelle Raaijmakers
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloads
Linus Groh
2022-12-14
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-12-08
LibWeb/Fetch: Remove redundant timingInfo variables
Linus Groh
[next]