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

Issue 2265863002: Streams: Remove isTerminating() calls (Closed)

Created:
4 years, 4 months ago by nhiroki
Modified:
4 years, 4 months ago
Reviewers:
haraken, yhirano
CC:
chromium-reviews, falken, kinuko+worker_chromium.org, haraken, blink-reviews-bindings_chromium.org, blink-reviews, horo+watch_chromium.org, blink-worker-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Streams: Remove isTerminating() calls isTerminating() is used for making sure whether a worker execution context is still valid after V8 API calls, but this is no longer necessary thanks to graceful shutdown mechanism for WorkerThread (https://crbug.com/487050) BUG=614272, 638877 Committed: https://crrev.com/53752ac68bbd8b93650a9475c9b5b5f2e13a8e9a Cr-Commit-Position: refs/heads/master@{#413420}

Patch Set 1 #

Patch Set 2 : remove unused header inclusions #

Total comments: 3

Patch Set 3 : remove empty checks #

Messages

Total messages: 19 (11 generated)
nhiroki
PTAL, thanks!
4 years, 4 months ago (2016-08-22 04:32:21 UTC) #5
haraken
LGTM https://codereview.chromium.org/2265863002/diff/20001/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp File third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp (right): https://codereview.chromium.org/2265863002/diff/20001/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp#newcode113 third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp:113: if (bodyValue.IsEmpty()) I recently changed toV8 so that ...
4 years, 4 months ago (2016-08-22 04:35:39 UTC) #7
yhirano
lgtm, thanks. https://codereview.chromium.org/2265863002/diff/20001/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp File third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp (right): https://codereview.chromium.org/2265863002/diff/20001/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp#newcode113 third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp:113: if (bodyValue.IsEmpty()) On 2016/08/22 04:35:39, haraken wrote: ...
4 years, 4 months ago (2016-08-22 06:22:13 UTC) #10
nhiroki
Thank you for reviewing. https://codereview.chromium.org/2265863002/diff/20001/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp File third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp (right): https://codereview.chromium.org/2265863002/diff/20001/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp#newcode113 third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp:113: if (bodyValue.IsEmpty()) On 2016/08/22 06:22:13, ...
4 years, 4 months ago (2016-08-22 06:57:46 UTC) #11
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/2265863002/40001
4 years, 4 months ago (2016-08-22 06:58:06 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-22 08:28:02 UTC) #16
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/53752ac68bbd8b93650a9475c9b5b5f2e13a8e9a Cr-Commit-Position: refs/heads/master@{#413420}
4 years, 4 months ago (2016-08-22 08:29:41 UTC) #18
nhiroki
4 years, 4 months ago (2016-08-24 11:16:22 UTC) #19
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.chromium.org/2277703002/ by nhiroki@chromium.org.

The reason for reverting is: This causes crashes (see
https://bugs.chromium.org/p/chromium/issues/detail?id=640521).

Powered by Google App Engine
This is Rietveld 408576698