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
/
Infrastructure
Age
Commit message (
Expand
)
Author
2022-10-30
LibWeb: Explain the use-URL-credentials flag
Linus Groh
2022-10-30
LibWeb: Add has-cross-origin-redirects flag to Fetch::Infra::Response
Linus Groh
2022-10-30
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
Linus Groh
2022-10-26
LibWeb: Fix incorrect peek offset in HeaderList::get_decode_and_split()
Linus Groh
2022-10-24
LibWeb: Use getters instead of direct member access in Response methods
Linus Groh
2022-10-24
LibWeb: Also make non-const Response getters virtual
Linus Groh
2022-10-24
LibWeb: Handle filtered response in Response::clone()
Linus Groh
2022-10-24
LibWeb: Add non-const variants of Request::{current_,}url()
Linus Groh
2022-10-24
LibWeb: Move internal response in FilteredResponse create() functions
Linus Groh
2022-10-24
LibWeb: Use MUST() for infallible ByteBuffer::copy() invocations
Linus Groh
2022-10-24
LibWeb: Add Fetch::Infrastructure::Header::from_string_pair() helper
Linus Groh
2022-10-24
LibWeb: Fix typo in Fetch::Infrastructure::Request::add_range_header()
Linus Groh
2022-10-15
LibWeb/Fetch: Add "webidentity" destination for FedCM
Linus Groh
2022-10-15
LibWeb/Fetch: Add support for parsing a single range header value
Linus Groh
2022-10-09
AK+Everywhere: Fix data corruption due to code-point-to-char conversion
Ben Wiederhake
2022-10-05
LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted
Linus Groh
2022-10-05
LibWeb: Add missing Request::policy_container() getter and setter
Linus Groh
2022-10-05
LibWeb: Make Fetch::Infrastructure::Request::set_client() take a pointer
Linus Groh
2022-10-05
LibWeb: Add missing link to Fetch::Infrastructure::Response member
Linus Groh
2022-10-05
LibWeb: Add missing links to Fetch::Infrastructure::Request members
Linus Groh
2022-10-02
LibJS: Make PromiseCapability GC-allocated
Linus Groh
2022-10-02
LibJS: Move PromiseCapability into its own cpp/h file
Linus Groh
2022-10-01
LibWeb: Remove unecessary dependence on Window from assorted classes
Andrew Kaster
2022-09-27
LibWeb: Implement '5.4. Request class' from the Fetch API :^)
Linus Groh
2022-09-27
LibWeb: Make HeaderList ref-counted
Linus Groh
2022-09-27
LibWeb: Make Fetch::Infrastructure::Request::m_method default to "GET"
Linus Groh
2022-09-27
LibWeb: Stub out Fetch::Infrastructure::Body::fully_read_as_promise()
Linus Groh
2022-09-27
LibWeb: Stub out Fetch::Infrastructure::Body::clone()
Linus Groh
2022-09-27
LibWeb: Implement Fetch::Infrastructure::Response::clone()
Linus Groh
2022-09-27
LibWeb: Add referrer policy to Fetch::Infrastructure::Request
Linus Groh
2022-09-27
LibWeb: Heap-allocate returned Fetch::Infrastructure::{Request,Response}
Linus Groh
2022-09-27
LibWeb: Mark two Fetch::Infrastructure::Request getters as const
Linus Groh
2022-09-22
LibWeb: Make Fetch::Infrastructure::Body::stream() const
Linus Groh
2022-09-22
LibWeb: Remove ReadableStreamDummy in favor of ReadableStream
Linus Groh
2022-09-21
LibWeb: Fix e-mail address mishap
Andreas Kling
2022-09-21
LibWeb: Add two more scheme helpers to the Fetch infrastructure
Andreas Kling
2022-09-20
LibWeb: Add referrer accessors to Fetch Request
Andreas Kling
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Blob and File GC-allocated
Andreas Kling
2022-07-20
LibWeb: Move extract_mime_type() from XMLHttpRequest to HeaderList
Linus Groh
2022-07-19
LibWeb: Implement HeaderList::sort_and_combine()
Linus Groh
2022-07-19
LibWeb: Implement CaseInsensitiveBytesTraits::equals()
Linus Groh
2022-07-19
LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace
Linus Groh
2022-07-18
LibWeb: Add Blob to Fetch's Body::SourceType variant
Linus Groh
2022-07-16
LibWeb: Add definitions from '2.2.6. Responses' in the Fetch spec
Linus Groh
2022-07-15
LibWeb: Add definitions from '2.2.5 Requests' in the Fetch spec
Linus Groh
2022-07-15
LibWeb: Add a couple of missing includes to Fetch's Headers.h
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.4. Bodies' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.3. Statuses' in the Fetch spec
Linus Groh
2022-07-14
LibWeb: Add definitions from '2.2.2. Headers' in the Fetch spec
Linus Groh
[prev]
[next]