Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 سال پیش |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 سال پیش |
Andrew Kaster
|
c79bac70f4
LibWeb: Consistently use the EmptyString state of ReferrerPolicy
|
1 سال پیش |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 سال پیش |
Shannon Booth
|
f9e5b43b7a
LibWeb: Rename URL platform object to DOMURL
|
1 سال پیش |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 سال پیش |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 سال پیش |
Kemal Zebari
|
4533794c32
LibWeb/Fetch: Use origins in `Cross-Origin-Embedder-Policy` algorithm
|
1 سال پیش |
Aliaksandr Kalenik
|
d05be0d504
LibWeb: Fix `Request::visit_edges` to actually visit `m_body`
|
1 سال پیش |
Aliaksandr Kalenik
|
bdd3a16b16
LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated
|
1 سال پیش |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 سال پیش |
Matthew Olsson
|
39d8c8d2a9
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
|
2 سال پیش |
Luke Wilde
|
9acc542059
LibWeb: Propagate Realm instead of VM more through Fetch
|
2 سال پیش |
Linus Groh
|
11023a3c53
LibWeb/Fetch: Port infrastructure to new String
|
2 سال پیش |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 سال پیش |
Linus Groh
|
2f1bda3347
LibWeb/Fetch: Tweak wording in some spec comments
|
2 سال پیش |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 سال پیش |
Linus Groh
|
216f68c566
LibWeb: Register PendingResponse with a Request to keep it alive
|
2 سال پیش |
Linus Groh
|
a1de15498d
LibWeb: Use proper origins in Request::has_redirect_tainted_origin()
|
2 سال پیش |
Linus Groh
|
5ee9feb9cf
LibWeb: Implement 'Append a request `Origin` header' AO
|
2 سال پیش |
Linus Groh
|
b1968b8bed
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
|
2 سال پیش |
Linus Groh
|
e40c8f550f
LibWeb: Add non-const variants of Request::{current_,}url()
|
2 سال پیش |
Linus Groh
|
02a4cba086
LibWeb: Use MUST() for infallible ByteBuffer::copy() invocations
|
2 سال پیش |
Linus Groh
|
c12c6fd5ea
LibWeb: Fix typo in Fetch::Infrastructure::Request::add_range_header()
|
2 سال پیش |
Linus Groh
|
1c12f5c31d
LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted
|
2 سال پیش |
Linus Groh
|
9fb672e981
LibWeb: Implement '5.4. Request class' from the Fetch API :^)
|
2 سال پیش |
Linus Groh
|
afe2563e2b
LibWeb: Make HeaderList ref-counted
|
2 سال پیش |
Linus Groh
|
a7164f2674
LibWeb: Stub out Fetch::Infrastructure::Body::clone()
|
2 سال پیش |
Linus Groh
|
a602a4c780
LibWeb: Heap-allocate returned Fetch::Infrastructure::{Request,Response}
|
2 سال پیش |
Linus Groh
|
2726fc9c73
LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace
|
3 سال پیش |