Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 年之前 |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 年之前 |
Shannon Booth
|
f9e5b43b7a
LibWeb: Rename URL platform object to DOMURL
|
1 年之前 |
Timothy Flynn
|
2b22402c6a
LibWeb: Correctly categorize Fetch responses as network errors
|
1 年之前 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 年之前 |
Aliaksandr Kalenik
|
5d885e9047
LibWeb/Fetch: Align `is_network_error()` with the latest specification
|
1 年之前 |
Aliaksandr Kalenik
|
bdd3a16b16
LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated
|
1 年之前 |
Shannon Booth
|
9d60f23abc
AK: Port URL::m_fragment from DeprecatedString to String
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Shannon Booth
|
6fecd8cc44
LibWeb: Add interface for 'concept-url-parser'
|
2 年之前 |
Timothy Flynn
|
dff0e8a0dc
LibWeb: Implement the fetch response's unsafe response AO
|
2 年之前 |
Timothy Flynn
|
e4cb27050a
LibWeb: Implement the fetch response is CORS-cross-origin AO
|
2 年之前 |
networkException
|
9915fa72fb
AK+Everywhere: Use Optional for URLParser::parse's base_url parameter
|
2 年之前 |
Luke Wilde
|
9acc542059
LibWeb: Propagate Realm instead of VM more through Fetch
|
2 年之前 |
Linus Groh
|
1032ac2453
LibWeb/Fetch: Store Response error message as a String{,View} variant
|
2 年之前 |
Linus Groh
|
11023a3c53
LibWeb/Fetch: Port infrastructure to new String
|
2 年之前 |
Luke Wilde
|
237df9df5c
LibWeb: Make extract_header_list_values differentiate parsing failures
|
2 年之前 |
Timothy Flynn
|
d8044c5358
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
|
2 年之前 |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Andreas Kling
|
b81816a539
LibJS+LibWeb: Make CyclicModule.h not include AST.h
|
2 年之前 |
Linus Groh
|
c8d121fa32
LibWeb: Implement most of the 'Fetching' AOs
|
2 年之前 |
Linus Groh
|
32e0f0aec8
LibWeb: Require error message for Response::network_error()
|
2 年之前 |
Linus Groh
|
caa13bf41d
LibWeb: Fix URL parsing in Response::location_url()
|
2 年之前 |
Linus Groh
|
fd042dce55
LibWeb: Actually extract Location header in Response::location_url()
|
2 年之前 |
Linus Groh
|
c93e6ea0d9
LibWeb: Implement 'Appropriate network error' AO
|
2 年之前 |
Linus Groh
|
b1968b8bed
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
|
2 年之前 |
Linus Groh
|
7e7def71c1
LibWeb: Use getters instead of direct member access in Response methods
|
2 年之前 |
Linus Groh
|
0a186cb460
LibWeb: Handle filtered response in Response::clone()
|
2 年之前 |
Linus Groh
|
9ad6031bca
LibWeb: Move internal response in FilteredResponse create() functions
|
2 年之前 |