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}
Description was changed from ========== Streams: Remove isTerminating() calls isTerminating() is used for making sure ...
4 years, 4 months ago
(2016-08-22 04:30:15 UTC)
#3
Description was changed from
==========
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
WorkerThread graceful shutdown mechanism (https://crbug.com/487050)
BUG=614272, 638877
==========
to
==========
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
==========
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
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
Description was changed from ========== Streams: Remove isTerminating() calls isTerminating() is used for making sure ...
4 years, 4 months ago
(2016-08-22 08:28:00 UTC)
#15
Message was sent while issue was closed.
Description was changed from
==========
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
==========
to
==========
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
==========
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago
(2016-08-22 08:28:02 UTC)
#16
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
commit-bot: I haz the power
Description was changed from ========== Streams: Remove isTerminating() calls isTerminating() is used for making sure ...
4 years, 4 months ago
(2016-08-22 08:29:40 UTC)
#17
Message was sent while issue was closed.
Description was changed from
==========
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
==========
to
==========
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}
==========
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
Issue 2265863002: Streams: Remove isTerminating() calls
(Closed)
Created 4 years, 4 months ago by nhiroki
Modified 4 years, 4 months ago
Reviewers: yhirano, haraken
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 3