Timothy Flynn
|
2d4d16ac37
LibWeb: Remove exceptional return types from infallible stream IDL
|
1 year ago |
Timothy Flynn
|
fc070c8cbd
LibWeb: Mark readable stream cancel/pull/release steps as infallible
|
1 year ago |
Shannon Booth
|
bad44f8fc9
LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h
|
1 year ago |
Shannon Booth
|
80658743d3
LibWeb: Generate Optional<NonnullGCPtr<T>> as GCPtr<T>
|
1 year ago |
Kenneth Myhra
|
d593436b6d
LibWeb: Implement ReadableStream.pipeThrough()
|
1 year ago |
Kenneth Myhra
|
d3b2cd8ab6
LibWeb: Implement ReadableStream.pipeTo()
|
1 year ago |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 year ago |
Timothy Flynn
|
d8413774df
LibWeb: Expose the ReadableStream `tee` IDL interface
|
1 year ago |
Shannon Booth
|
5f484d200a
LibWeb: Port Stream algorithms from JS::SafeFunction to JS::HeapFunction
|
1 year ago |
Andrew Kaster
|
d361221657
LibJS+LibWeb: Add JS::Value constructor for ``JS::Handle<T>``
|
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 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
2 years ago |
Daniel Bertalan
|
9feb1ce39f
LibJS+LibWeb: Apply the Rule of Zero to `{Nonnull,}GCPtr<T>`
|
2 years ago |
Shannon Booth
|
2b46e6f664
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
2 years ago |
Shannon Booth
|
0f040456a7
LibWeb: Add ReadableStreamGetReaderOptions to ReadableStream.getReader
|
2 years ago |
Shannon Booth
|
4f217947b3
LibWeb: Implement QueuingStrategy for Web::Streams::ReadableStream
|
2 years ago |
Shannon Booth
|
314eeeb9b2
LibWeb: Const qualify Web::Streams::ReadableStream::locked
|
2 years ago |
Matthew Olsson
|
b57b3c54cc
LibWeb: Add ReadableStreamBYOBReader to ReadableStreamReader type
|
2 years ago |
Timothy Flynn
|
781287c1e3
LibWeb: Do not dereference empty Optional in ReadableStream::visit_edges
|
2 years ago |
Matthew Olsson
|
f9d6a161e8
LibWeb: Add ByteStreamController to ReadableStreamController type
|
2 years ago |
Linus Groh
|
742f6f7e26
LibWeb/Streams: Fix inconsistent uses of realm() and vm()
|
2 years ago |
Matthew Olsson
|
36ca1386e8
LibWeb: Add ReadableStream.locked/cancel()/getReader()
|
2 years ago |
Matthew Olsson
|
d8710aa604
LibWeb: Implement ReadableStream's constructor
|
2 years ago |
Matthew Olsson
|
bc9919178e
LibWeb: Add ReadableStreamDefaultController
|
2 years ago |
Matthew Olsson
|
222e3c32cd
LibWeb: Add ReadableStreamDefaultReader
|
2 years ago |
Matthew Olsson
|
fe69d66a4e
LibWeb: Add the ReadableStreamGenericReader mixin interface
|
2 years ago |
Kenneth Myhra
|
d69e863286
LibWeb: Propagate error in factory method of Streams::ReadableStream
|
2 years ago |