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

Issue 1908213004: [Streams] Remove SetReadableStreamDisturbed from ReadableStream.js (Closed)

Created:
4 years, 8 months ago by yhirano
Modified:
4 years, 7 months ago
Reviewers:
domenic
CC:
chromium-reviews, blink-reviews, haraken
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Streams] Remove SetReadableStreamDisturbed from ReadableStream.js This CL removes SetReadableStreamDisturbed from ReadableStream.js. The operation is used to mark the stream disturbed while not pulling from the source, but we can do that without the operation by closing the stream first and then making a read call. BUG=596832 Committed: https://crrev.com/4cdc2945869f26e2394e9f05b5564613c53d42d0 Cr-Commit-Position: refs/heads/master@{#390923}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -55 lines) Patch
M third_party/WebKit/Source/core/streams/ReadableStream.js View 1 2 3 2 chunks +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/streams/ReadableStreamOperations.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/streams/ReadableStreamOperations.cpp View 1 2 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/streams/ReadableStreamOperationsTest.cpp View 1 2 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp View 1 2 4 chunks +21 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchRequestData.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/Request.cpp View 1 2 1 chunk +8 lines, -4 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
yhirano
Domenic, is this what you suggested at https://codereview.chromium.org/1898873003/#msg10 ?
4 years, 8 months ago (2016-04-25 06:17:24 UTC) #3
yhirano
(Note: this CL depends on https://codereview.chromium.org/1899873006/ which was once landed but reverted after that. I'm ...
4 years, 8 months ago (2016-04-25 06:20:03 UTC) #4
domenic
On 2016/04/25 at 06:17:24, yhirano wrote: > Domenic, is this what you suggested at https://codereview.chromium.org/1898873003/#msg10 ...
4 years, 8 months ago (2016-04-25 16:16:23 UTC) #5
yhirano
On 2016/04/25 16:16:23, domenic wrote: > On 2016/04/25 at 06:17:24, yhirano wrote: > > Domenic, ...
4 years, 8 months ago (2016-04-26 01:40:37 UTC) #6
yhirano
Now it's ready. PTAL.
4 years, 7 months ago (2016-04-28 09:24:09 UTC) #10
domenic
On 2016/04/28 at 09:24:09, yhirano wrote: > Now it's ready. PTAL. LGTM; thanks for taking ...
4 years, 7 months ago (2016-04-28 19:06:40 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1908213004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1908213004/60001
4 years, 7 months ago (2016-05-02 09:32:36 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-02 12:24:40 UTC) #15
commit-bot: I haz the power
4 years, 7 months ago (2016-05-02 12:26:17 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/4cdc2945869f26e2394e9f05b5564613c53d42d0
Cr-Commit-Position: refs/heads/master@{#390923}

Powered by Google App Engine
This is Rietveld 408576698