[webkit-changes] [WebKit/WebKit] 07e4b9: Mark pipeThrough pipeTo promise as handled as per ...

youennf noreply at github.com
Mon Mar 27 02:35:55 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 07e4b92acde0550b9212a8b93569b966c020e32f
      https://github.com/WebKit/WebKit/commit/07e4b92acde0550b9212a8b93569b966c020e32f
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/streams/piping/pipe-through.any-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/streams/piping/pipe-through.any.serviceworker-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/streams/piping/pipe-through.any.sharedworker-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/streams/piping/pipe-through.any.worker-expected.txt
    M Source/WebCore/Modules/streams/ReadableStream.js

  Log Message:
  -----------
  Mark pipeThrough pipeTo promise as handled as per streams spec
https://bugs.webkit.org/show_bug.cgi?id=254400
rdar://problem/107179072

Reviewed by Alex Christensen.

Implement https://streams.spec.whatwg.org/#rs-pipe-through step 5.

* LayoutTests/imported/w3c/web-platform-tests/streams/piping/pipe-through.any-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/streams/piping/pipe-through.any.serviceworker-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/streams/piping/pipe-through.any.sharedworker-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/streams/piping/pipe-through.any.worker-expected.txt:
* Source/WebCore/Modules/streams/ReadableStream.js:
(pipeThrough):

Canonical link: https://commits.webkit.org/262140@main




More information about the webkit-changes mailing list