Commit History

Author SHA1 Message Date
  Shannon Booth 673329e1bd LibWeb: Use ArrayBufferView for ReadableStreamBYOBReader 1 year ago
  Shannon Booth dcb7bb4a92 LibWeb: Support BYOB readers in ReadableByteStreamControllerEnqueue 1 year ago
  Shannon Booth 9662872b20 LibWeb: Implement AO ReadableStreamByobReaderRead 1 year ago
  Shannon Booth 3d37cb0753 LibWeb: Partially implement ReadableByteStreamControllerPullInto 1 year ago
  Shannon Booth 1443715775 LibWeb: Add ReadableBSControllerProcessPullIntoDescriptorsUsingQueue 1 year ago
  Shannon Booth 737dc6ce4e LibWeb: Add ReadableByteStreamControllerFillPullIntoDescriptorFromQueue 1 year ago
  Shannon Booth aca63fd947 LibWeb: Implement ReadableByteStreamControllerCommitPullIntoDescriptor 1 year ago
  Shannon Booth cdcc1ebbba LibWeb: Implement ReadableByteStreamControllerFillHeadPullIntoDescriptor 1 year ago
  Shannon Booth 26e393fbbc LibWeb: Implement ReadableByteStreamControllerConvertPullIntoDescriptor 1 year ago
  Shannon Booth 25f8b80eab LibWeb: Use move on ByteBuffer in TransferArrayBuffer 1 year ago
  Shannon Booth 446a78f30e LibWeb: Implement Streams AO ReadableStreamAddReadIntoRequest 1 year ago
  Shannon Booth f27e76b0b7 LibWeb: Make ReadableStreamAddReadRequest take a NonnullGCPtr 1 year ago
  Shannon Booth 5ef41dca53 LibWeb: Implement Streams AO ReadableStreamFulfillReadIntoRequest 1 year ago
  Shannon Booth acda17ccc4 LibWeb/Streams: Handle BYOB reader in ReadableStreamError 1 year ago
  Timothy Flynn 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object 1 year ago
  Shannon Booth b06d80e6fd LibWeb: Implement ReadableStreamBYOBReaderRelease Streams AO 1 year ago
  Shannon Booth 8ce4f5597c LibWeb: Implement ReadableStreamBYOBReaderErrorReadIntoRequests AO 1 year ago
  Shannon Booth e08072ac2b LibWeb: Explicitly clear read requests for default stream reader 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 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
  Andreas Kling c084269e5f LibJS: Make PrimitiveString::utf8_string() infallible 1 year ago
  Daniel Bertalan 9feb1ce39f LibJS+LibWeb: Apply the Rule of Zero to `{Nonnull,}GCPtr<T>` 1 year ago
  Shannon Booth 2b46e6f664 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2 years ago
  Kenneth Myhra 7117cb7a35 LibWeb: Add set_up_transform_stream_default_controller_from_transformer 2 years ago
  Kenneth Myhra f7c532d093 LibWeb: Add AO set_up_transform_stream_default_controller() 2 years ago
  Kenneth Myhra 86455bbb74 LibWeb: Add AO initialize_transform_stream() 2 years ago
  Kenneth Myhra a52f9970bc LibWeb: Add AO create_readable_stream() 2 years ago
  Kenneth Myhra 8e6b386ff7 LibWeb: Add AO initialize_readable_stream() 2 years ago
  Kenneth Myhra f91c150cfc LibWeb: Add AO transform_stream_default_source_pull_algorithm() 2 years ago