Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 anno fa |
Timothy Flynn
|
d8413774df
LibWeb: Expose the ReadableStream `tee` IDL interface
|
1 anno fa |
Shannon Booth
|
5f484d200a
LibWeb: Port Stream algorithms from JS::SafeFunction to JS::HeapFunction
|
1 anno fa |
Andrew Kaster
|
d361221657
LibJS+LibWeb: Add JS::Value constructor for ``JS::Handle<T>``
|
1 anno fa |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 anno fa |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 anno fa |
Timothy Flynn
|
54d1f4e234
LibJS: Stop propagating small OOM errors from the Error object
|
1 anno fa |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 anno fa |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 anno fa |
Daniel Bertalan
|
9feb1ce39f
LibJS+LibWeb: Apply the Rule of Zero to `{Nonnull,}GCPtr<T>`
|
1 anno fa |
Shannon Booth
|
2b46e6f664
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
2 anni fa |
Shannon Booth
|
0f040456a7
LibWeb: Add ReadableStreamGetReaderOptions to ReadableStream.getReader
|
2 anni fa |
Shannon Booth
|
4f217947b3
LibWeb: Implement QueuingStrategy for Web::Streams::ReadableStream
|
2 anni fa |
Shannon Booth
|
314eeeb9b2
LibWeb: Const qualify Web::Streams::ReadableStream::locked
|
2 anni fa |
Matthew Olsson
|
b57b3c54cc
LibWeb: Add ReadableStreamBYOBReader to ReadableStreamReader type
|
2 anni fa |
Timothy Flynn
|
781287c1e3
LibWeb: Do not dereference empty Optional in ReadableStream::visit_edges
|
2 anni fa |
Matthew Olsson
|
f9d6a161e8
LibWeb: Add ByteStreamController to ReadableStreamController type
|
2 anni fa |
Linus Groh
|
742f6f7e26
LibWeb/Streams: Fix inconsistent uses of realm() and vm()
|
2 anni fa |
Matthew Olsson
|
36ca1386e8
LibWeb: Add ReadableStream.locked/cancel()/getReader()
|
2 anni fa |
Matthew Olsson
|
d8710aa604
LibWeb: Implement ReadableStream's constructor
|
2 anni fa |
Matthew Olsson
|
bc9919178e
LibWeb: Add ReadableStreamDefaultController
|
2 anni fa |
Matthew Olsson
|
222e3c32cd
LibWeb: Add ReadableStreamDefaultReader
|
2 anni fa |
Matthew Olsson
|
fe69d66a4e
LibWeb: Add the ReadableStreamGenericReader mixin interface
|
2 anni fa |
Kenneth Myhra
|
d69e863286
LibWeb: Propagate error in factory method of Streams::ReadableStream
|
2 anni fa |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 anni fa |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 anni fa |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 anni fa |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 anni fa |
Andrew Kaster
|
4bb6345b2f
LibWeb: Remove unecessary dependence on Window from assorted classes
|
2 anni fa |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 anni fa |