Kenneth Myhra
|
76418f3ffa
LibWeb: Implement the concept incrementally read a body
|
1 年之前 |
Timothy Flynn
|
b5ba60f1d1
LibWeb: Change Fetch's ProcessBodyError to accept a plain JS value
|
1 年之前 |
Timothy Flynn
|
1ffda6a805
LibWeb: Propagate OOM in Body::fully_read() through its error callback
|
1 年之前 |
Timothy Flynn
|
ec5988d56b
LibWeb: Mark the task in the success steps of reading a body as mutable
|
1 年之前 |
Andreas Kling
|
184368285c
LibWeb: Fix GC leaks in Fetch::Infrastructure::Body::fully_read()
|
1 年之前 |
Kenneth Myhra
|
291d0e5de8
LibWeb: Let queue_fetch_task() take a JS::HeapFunction
|
1 年之前 |
Timothy Flynn
|
66959bcc09
LibWeb: Use the stream teeing methods for cloning Fetch response bodies
|
1 年之前 |
Shannon Booth
|
5f484d200a
LibWeb: Port Stream algorithms from JS::SafeFunction to JS::HeapFunction
|
1 年之前 |
Timothy Flynn
|
9272d185ad
LibWeb: Implement a slightly better ad-hoc Body::clone method
|
1 年之前 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 年之前 |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 年之前 |
Aliaksandr Kalenik
|
bdd3a16b16
LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Timothy Flynn
|
a14f6e42a8
LibWeb: Begin support for requesting blob URLs with Fetch infrastructure
|
1 年之前 |
Sam Atkins
|
9c2d496dbe
LibWeb: Make `processBodyError` take an optional exception
|
2 年之前 |
Luke Wilde
|
ccdb1bcc4e
LibWeb/Fetch: Implement Body's "fully read" function from the spec
|
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 年之前 |
Timothy Flynn
|
88814acbd3
LibJS+Everywhere: Convert JS::Error to String
|
2 年之前 |
networkException
|
f1dd4f42bc
LibWeb: Clarify WebIDL::Promise as an alias for JS::PromiseCapability
|
2 年之前 |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 年之前 |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 年之前 |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Linus Groh
|
cc6eaafe6b
LibWeb: Implement 'Byte sequence as body' AO
|
2 年之前 |
Linus Groh
|
fc9d587e39
LibJS: Make PromiseCapability GC-allocated
|
2 年之前 |
Linus Groh
|
c2326ec95a
LibJS: Move PromiseCapability into its own cpp/h file
|
2 年之前 |
Andrew Kaster
|
4bb6345b2f
LibWeb: Remove unecessary dependence on Window from assorted classes
|
2 年之前 |
Linus Groh
|
924d7721f0
LibWeb: Stub out Fetch::Infrastructure::Body::fully_read_as_promise()
|
2 年之前 |
Linus Groh
|
a7164f2674
LibWeb: Stub out Fetch::Infrastructure::Body::clone()
|
2 年之前 |