Commits
User selector
Commit History
Commits on Sep 14, 2021
Refactor WritableStream to better integrate https://streams.spec.whatwg.org/#create-writable-stream
Show description for 5a362fecommitted
Commits on Sep 13, 2021
Remove WritableStream runtime flag
Show description for 7e5cab2committed
Commits on Sep 10, 2021
Allow to subclass WritableStream
Show description for e94659ccommitted
Commits on Aug 4, 2021
ReadableStream's pipeTo() and pipeThrough() don't properly check for AbortSignal
Show description for 46613c1committed
Commits on Aug 3, 2021
ReadableStream's pipeTo() and pipeThrough() don't handle options in spec-perfect way
Show description for aa18f8ecommitted
Commits on Jul 9, 2021
Fix StructuredClone for streams to handle BigInt64Array / BigUint64Array
Show description for e9824f0committed
Commits on Jul 7, 2021
Unreviewed, reverting r279546, r279554, r279558 and r279567.
Show description for d033331committed
Commits on Jul 5, 2021
Use AbortSignal's [PrivateIdentifier] whenSignalAborted() static method
Show description for acdbd37committed
Commits on Jul 1, 2021
ReadableStream.getReader do not throw a proper exception when parameter is of wrong type
Show description for 1aa5e1fcommitted
Commits on Jun 10, 2021
Replace ReadableStreamChunk struct with a WTF::Span
Show description for 3b14a3dcommittedCountQueuingStrategy.constructor misses checking the type of init param
Show description for ca2ed09committed
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 17, 2021
[ BigSur Debug wk2 ARM64 ] imported/w3c/web-platform-tests/webrtc-encoded-transform/sframe-transform-readable.html is flaky crashing
Show description for ac353aecommitted
Commits on Apr 8, 2021
Streams: new test failure for canceling the branches of an errored tee'd stream
Show description for 4602fd1committed
Commits on Dec 1, 2020
Add support for readable/writable to RTCRtpSFrameTransform
Show description for a8ff5fdcommitted
Commits on Nov 20, 2020
Add support for RTCRtpScriptTransform
Show description for 9877c92committed
Commits on Oct 14, 2020
Use @putByValDirect instead of Array.prototype.@push in built-ins
Show description for 7af2659committed
Commits on Sep 5, 2020
[WebIDL] Realign our IDL extended attribute names with those specified in WebIDL
Show description for 862860fcommitted
Sam Weinig
Commits on Aug 30, 2020
Add support for TextEncoderStream
Show description for 95dec2fcommitted
Commits on Aug 28, 2020
[WebIDL] 'void' type is changing to 'undefined'
Show description for 217b253committed
Sam WeiniginitializeReadableStream should check for highWaterMark be undefined
Show description for d348856committed
Commits on Aug 27, 2020
Fix propagation of errors in TransformStream
Show description for f468ec1committedAdd support for TransformStream
Show description for e9c7034committed
Commits on Aug 26, 2020
Abort pipeTo based on AbortSignal
Show description for 01311c8committedpipeThrough should check for readableStream type
Show description for fdeaa86committed
Commits on Aug 25, 2020
Refresh ReadableStream.pipeTo implementation up to spec
Show description for b11d887committed
Commits on Aug 19, 2020
Optimise resolution of promises with values in ReadableStream implementation
Show description for e4fd193committed
Commits on Aug 18, 2020
Add a JS built-in routine to mark a promise as handled
Show description for 990819dcommitted
Commits on Aug 17, 2020
Make sure writableStreamDefaultWriterEnsureClosedPromiseRejected overwrite the closedPromise if needed
Show description for 909aa2fcommittedCheck WritableStream underlyingSink methods
Show description for 0a913dccommitted
Commits on Aug 15, 2020
WritableStream rejected promises should be marked as handled as per spec
Show description for 5723cd0committed
Commits on Aug 14, 2020
WritableStreamDefaultWriterEnsureReadyPromiseRejected should create a new readPromise if the current readyPromise is not pending
Show description for 2cf4b42committed
Commits on Aug 12, 2020
Refresh WritableStream up to spec
Show description for bafe2dccommitted
Commits on Aug 9, 2020
Always resolve ReadableStream's tee()'s cancel promise after the stream closes or errors
Show description for bcc33c0committed