Sam Atkins
|
4bdb7dba8c
LibWeb: Add and use a helper to reject a promise with an exception
|
1 year ago |
Aliaksandr Kalenik
|
6ac43274b2
LibWeb+LibJS: Use JS::GCPtr for pointers to GC-allocated objects
|
1 year ago |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Timothy Flynn
|
54d1f4e234
LibJS: Stop propagating small OOM errors from the Error object
|
1 year ago |
Timothy Flynn
|
df915f8a98
LibWeb: Add missing return statement to bail from a stream read request
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
9c3e9e8981
LibWeb/Streams: Make ReadRequest GC-allocated
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Timothy Flynn
|
9d7215c636
LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h
|
1 year ago |
Shannon Booth
|
2b46e6f664
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
1 year ago |
Shannon Booth
|
b0bc8f2282
LibWeb: Add ReadableStreamDefaultReader::read_all_bytes_deprecated
|
2 years ago |
Shannon Booth
|
3df10d7fb6
LibWeb: Add Streams::ReadableStreamDefaultReader::read_all_bytes
|
2 years ago |
Shannon Booth
|
46f9a49bd8
LibWeb: Add Streams::ReadableStreamDefaultReader read-loop reader
|
2 years ago |
Matthew Olsson
|
2b269d4a49
LibWeb: Fix a blatant nullptr dereference in ReadableStreamGenericReader
|
2 years ago |
Linus Groh
|
1c165b67ef
LibWeb/Streams: Use MUST_OR_THROW_OOM() when creating JS exceptions
|
2 years ago |
Matthew Olsson
|
f9d6a161e8
LibWeb: Add ByteStreamController to ReadableStreamController type
|
2 years ago |
Matthew Olsson
|
222e3c32cd
LibWeb: Add ReadableStreamDefaultReader
|
2 years ago |