Matthew Olsson
|
9ea6ab0ad4
LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues
|
1 rok temu |
Kenneth Myhra
|
34ecc59508
LibWeb: Implement read a chunk concept for ReadableStreamDefaultReader
|
1 rok temu |
Timothy Flynn
|
46b8a3afb7
LibWeb: Move the read bytes into ReadLoopReadRequest's success callback
|
1 rok temu |
Timothy Flynn
|
dce05dd273
LibWeb: Revert using a vector to store each chunk in ReadLoopReadRequest
|
1 rok temu |
Timothy Flynn
|
6c6fb224ec
LibWeb: Add an ad-hoc ReadableStreamDefaultReader::read_all_chunks AO
|
1 rok temu |
Timothy Flynn
|
2d4d16ac37
LibWeb: Remove exceptional return types from infallible stream IDL
|
1 rok temu |
Timothy Flynn
|
fc070c8cbd
LibWeb: Mark readable stream cancel/pull/release steps as infallible
|
1 rok temu |
Matthew Olsson
|
31341b280a
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 rok temu |
Matthew Olsson
|
8450041b52
LibWeb: Fix some GCVerifier warnings
|
1 rok temu |
Kenneth Myhra
|
12cfa08a09
LibWeb: Use Vector<ByteBuffer> to store chunks in ReadLoopReadRequest
|
1 rok temu |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 rok temu |
Sam Atkins
|
4bdb7dba8c
LibWeb: Add and use a helper to reject a promise with an exception
|
1 rok temu |
Aliaksandr Kalenik
|
6ac43274b2
LibWeb+LibJS: Use JS::GCPtr for pointers to GC-allocated objects
|
1 rok temu |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 rok temu |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 rok temu |
Timothy Flynn
|
54d1f4e234
LibJS: Stop propagating small OOM errors from the Error object
|
1 rok temu |
Timothy Flynn
|
df915f8a98
LibWeb: Add missing return statement to bail from a stream read request
|
1 rok temu |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 rok temu |
Andreas Kling
|
9c3e9e8981
LibWeb/Streams: Make ReadRequest GC-allocated
|
1 rok temu |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 rok temu |
Timothy Flynn
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
2 lat temu |
Shannon Booth
|
2b46e6f664
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
2 lat temu |
Shannon Booth
|
b0bc8f2282
LibWeb: Add ReadableStreamDefaultReader::read_all_bytes_deprecated
|
2 lat temu |
Shannon Booth
|
3df10d7fb6
LibWeb: Add Streams::ReadableStreamDefaultReader::read_all_bytes
|
2 lat temu |
Shannon Booth
|
46f9a49bd8
LibWeb: Add Streams::ReadableStreamDefaultReader read-loop reader
|
2 lat temu |
Matthew Olsson
|
2b269d4a49
LibWeb: Fix a blatant nullptr dereference in ReadableStreamGenericReader
|
2 lat temu |
Linus Groh
|
1c165b67ef
LibWeb/Streams: Use MUST_OR_THROW_OOM() when creating JS exceptions
|
2 lat temu |
Matthew Olsson
|
f9d6a161e8
LibWeb: Add ByteStreamController to ReadableStreamController type
|
2 lat temu |
Matthew Olsson
|
222e3c32cd
LibWeb: Add ReadableStreamDefaultReader
|
2 lat temu |