Shannon Booth
|
c25485700a
AK: Port URL scheme from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
55a01e72ca
AK: Port URL username/password from DeprecatedString to String
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 year ago |
Timothy Flynn
|
a14f6e42a8
LibWeb: Begin support for requesting blob URLs with Fetch infrastructure
|
1 year ago |
Simon McMahon
|
2ce416a676
LibWeb: Parse header value lists for some CORS headers
|
1 year ago |
Simon McMahon
|
3a1f510af0
LibWeb: Support for Access-Control-Expose-Headers in Fetch
|
1 year ago |
Karol Kosek
|
eb41f0144b
AK: Decode data URLs to separate class (and parse like every other URL)
|
2 years ago |
Shannon Booth
|
3cb65645cf
LibWeb: Make Web::URL::host_is_domain accept an AK::URL::Host
|
1 year ago |
Shannon Booth
|
8751be09f9
AK: Serialize URL hosts with 'concept-host-serializer'
|
1 year ago |
Timothy Flynn
|
6406a561ef
LibWeb: Handover the fetch response's internal body data upon completion
|
2 years ago |
Andreas Kling
|
055dabc123
LibWeb: Fix unsafe capture of stack variables in main_fetch()
|
2 years ago |
Sam Atkins
|
9c2d496dbe
LibWeb: Make `processBodyError` take an optional exception
|
2 years ago |
Aliaksandr Kalenik
|
269c25e1d2
LibWeb/Fetch: Pass recursive=false to manual navigation redirect
|
2 years ago |
Sam Atkins
|
22e0603bf7
LibWeb: Implement integrity-metadata part of fetch algorithm
|
2 years ago |
Sam Atkins
|
955528055c
LibWeb: Add FIXME: for new step 6 of Fetch's "main fetch"
|
2 years ago |
MacDue
|
35612c6a7f
AK+Everywhere: Change URL::path() to serialize_path()
|
2 years ago |
Aliaksandr Kalenik
|
47f03c3a9a
LibWeb/Fetch: Use a basic filtered response for redirect navigations
|
2 years ago |
Timothy Flynn
|
ddb4137ed4
LibWeb: Ensure fetch errors set their response types/codes appropriately
|
2 years ago |
Andreas Kling
|
d005b1ad1b
LibWeb: Support loading file:// URLs via fetch (through ResourceLoader)
|
2 years ago |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 years ago |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 years ago |
Luke Wilde
|
b91b67f4f3
LibWeb/Fetch: Actually check if the response is null in recursive fetch
|
2 years ago |
Luke Wilde
|
e557602d34
LibWeb: Fully read body if there is one in fetch response handover
|
2 years ago |
Luke Wilde
|
ccdb1bcc4e
LibWeb/Fetch: Implement Body's "fully read" function from the spec
|
2 years ago |
Luke Wilde
|
9acc542059
LibWeb: Propagate Realm instead of VM more through Fetch
|
2 years ago |
Matthew Olsson
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
2 years ago |
Matthew Olsson
|
70a2ca7fc0
LibJS: Handle both const and non-const Ts in Handle<T>::create()
|
2 years ago |
Linus Groh
|
1032ac2453
LibWeb/Fetch: Store Response error message as a String{,View} variant
|
2 years ago |
Linus Groh
|
ad4b4046f4
LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type()
|
2 years ago |