Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 year ago |
Andrew Kaster
|
c79bac70f4
LibWeb: Consistently use the EmptyString state of ReferrerPolicy
|
1 year ago |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
networkException
|
d1c1218d42
LibWeb/Fetch: Implement changes to priority
|
1 year ago |
Aliaksandr Kalenik
|
bdd3a16b16
LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Matthew Olsson
|
a3344cab63
LibWeb: Fix incorrect usage of JS::GCPtr
|
2 years ago |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 years ago |
Luke Wilde
|
9acc542059
LibWeb: Propagate Realm instead of VM more through Fetch
|
2 years ago |
Linus Groh
|
11023a3c53
LibWeb/Fetch: Port infrastructure to new String
|
2 years ago |
Timothy Flynn
|
7955cb14fb
LibWeb: Add missing GCPtr.h includes to Fetch headers
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Linus Groh
|
216f68c566
LibWeb: Register PendingResponse with a Request to keep it alive
|
2 years ago |
Linus Groh
|
5ee9feb9cf
LibWeb: Implement 'Append a request `Origin` header' AO
|
2 years ago |
Linus Groh
|
55315d72f7
LibWeb: Explain the use-URL-credentials flag
|
2 years ago |
Linus Groh
|
b1968b8bed
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
|
2 years ago |
Linus Groh
|
e40c8f550f
LibWeb: Add non-const variants of Request::{current_,}url()
|
2 years ago |
Linus Groh
|
c12c6fd5ea
LibWeb: Fix typo in Fetch::Infrastructure::Request::add_range_header()
|
2 years ago |
Linus Groh
|
acc1c2b3cb
LibWeb/Fetch: Add "webidentity" destination for FedCM
|
2 years ago |
Linus Groh
|
1c12f5c31d
LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted
|
2 years ago |
Linus Groh
|
886ca9c7b6
LibWeb: Add missing Request::policy_container() getter and setter
|
2 years ago |
Linus Groh
|
16d6c62193
LibWeb: Make Fetch::Infrastructure::Request::set_client() take a pointer
|
2 years ago |
Linus Groh
|
7b50e96434
LibWeb: Add missing links to Fetch::Infrastructure::Request members
|
2 years ago |
Linus Groh
|
afe2563e2b
LibWeb: Make HeaderList ref-counted
|
2 years ago |
Linus Groh
|
2d57d47132
LibWeb: Make Fetch::Infrastructure::Request::m_method default to "GET"
|
2 years ago |
Linus Groh
|
a7164f2674
LibWeb: Stub out Fetch::Infrastructure::Body::clone()
|
2 years ago |
Linus Groh
|
dc6fb43d26
LibWeb: Add referrer policy to Fetch::Infrastructure::Request
|
2 years ago |
Linus Groh
|
a602a4c780
LibWeb: Heap-allocate returned Fetch::Infrastructure::{Request,Response}
|
2 years ago |
Linus Groh
|
88ee15a497
LibWeb: Mark two Fetch::Infrastructure::Request getters as const
|
2 years ago |