Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Issue 2792513002: Ship ReadableStream pipeTo() (Closed)

Created:
3 years, 8 months ago by Adam Rice
Modified:
3 years, 8 months ago
CC:
domenic, blink-reviews, chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Ship ReadableStream pipeTo() This involves removing the hack where out-of-line methods are defined as internal functions in ReadableStream.js and then exported by ReadableStreamExperimentalPipeTo.js. Now pipeThrough() and pipeTo() are defined directly on the ReadableStream object. ReadableStreamPipeTo() is still implemented as a separate function for readability. Intent to ship thread: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/0EW0_vT_MOU/rY-0w8efCwAJ TBR=brettw@chromium.org R=tyoshino@chromium.org CC=domenic@chromium.org BUG=668951 Review-Url: https://codereview.chromium.org/2792513002 Cr-Commit-Position: refs/heads/master@{#462041} Committed: https://chromium.googlesource.com/chromium/src/+/3f731a954bb05de9f166e427c507dac861cab0fc

Patch Set 1 #

Patch Set 2 : Updates to stable interfaces in layout tests #

Total comments: 4

Patch Set 3 : Add a comment explaining the purpose of the asserts in PipeTo #

Messages

Total messages: 31 (18 generated)
Adam Rice
3 years, 8 months ago (2017-03-31 12:25:26 UTC) #8
domenic
Can we also import the web platform tests/delete our old tests? https://codereview.chromium.org/2792513002/diff/20001/third_party/WebKit/Source/core/streams/ReadableStream.js File third_party/WebKit/Source/core/streams/ReadableStream.js (right): ...
3 years, 8 months ago (2017-04-03 05:49:30 UTC) #12
Adam Rice
On 2017/04/03 05:49:30, domenic wrote: > Can we also import the web platform tests/delete our ...
3 years, 8 months ago (2017-04-03 15:07:28 UTC) #13
Adam Rice
https://codereview.chromium.org/2792513002/diff/20001/third_party/WebKit/Source/core/streams/ReadableStream.js File third_party/WebKit/Source/core/streams/ReadableStream.js (right): https://codereview.chromium.org/2792513002/diff/20001/third_party/WebKit/Source/core/streams/ReadableStream.js#newcode181 third_party/WebKit/Source/core/streams/ReadableStream.js:181: return readable; On 2017/04/03 05:49:30, domenic wrote: > Shouldn't ...
3 years, 8 months ago (2017-04-03 15:08:15 UTC) #14
Adam Rice
+foolip for API_OWNERS. tyoshino@ and domenic@ are at the ServiceWorker f2f, but can I have ...
3 years, 8 months ago (2017-04-05 02:49:34 UTC) #16
foolip
webexposed bits lgtm, but can you link to https://groups.google.com/a/chromium.org/d/msg/blink-dev/0EW0_vT_MOU/rY-0w8efCwAJ in the description? (I often follow ...
3 years, 8 months ago (2017-04-05 04:15:50 UTC) #17
tyoshino (SeeGerritForStatus)
lgtm https://codereview.chromium.org/2792513002/diff/20001/third_party/WebKit/Source/core/streams/ReadableStream.js File third_party/WebKit/Source/core/streams/ReadableStream.js (right): https://codereview.chromium.org/2792513002/diff/20001/third_party/WebKit/Source/core/streams/ReadableStream.js#newcode224 third_party/WebKit/Source/core/streams/ReadableStream.js:224: // assert(!binding.IsWritableStreamLocked(dest)); Please write some comment in natural ...
3 years, 8 months ago (2017-04-05 06:08:41 UTC) #19
Adam Rice
https://codereview.chromium.org/2792513002/diff/20001/third_party/WebKit/Source/core/streams/ReadableStream.js File third_party/WebKit/Source/core/streams/ReadableStream.js (right): https://codereview.chromium.org/2792513002/diff/20001/third_party/WebKit/Source/core/streams/ReadableStream.js#newcode224 third_party/WebKit/Source/core/streams/ReadableStream.js:224: // assert(!binding.IsWritableStreamLocked(dest)); On 2017/04/05 06:08:41, tyoshino wrote: > Please ...
3 years, 8 months ago (2017-04-05 07:03:47 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2792513002/40001
3 years, 8 months ago (2017-04-05 07:04:20 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/398508)
3 years, 8 months ago (2017-04-05 07:55:50 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2792513002/40001
3 years, 8 months ago (2017-04-05 11:33:20 UTC) #27
tyoshino (SeeGerritForStatus)
lgtm ps3
3 years, 8 months ago (2017-04-05 12:21:40 UTC) #28
commit-bot: I haz the power
3 years, 8 months ago (2017-04-05 12:36:17 UTC) #31
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/3f731a954bb05de9f166e427c507...

Powered by Google App Engine
This is Rietveld 408576698