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

Issue 2273483003: [WONT COMMIT] WebSocket: Signal when worker thread lifecycle context is destroyed (Closed)

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

Description

WebSocket: Signal when worker thread lifecycle context is destroyed This should be necessary to unblock a worker thread and make sure to run closing sequence on it before termination. BUG=640088

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -5 lines) Patch
M third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h View 2 chunks +2 lines, -1 line 2 comments Download
M third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp View 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
nhiroki
Ptal, thanks! (Is there an existing crbug issue that is suitable for this CL?)
4 years, 4 months ago (2016-08-23 04:47:36 UTC) #4
yhirano
lgtm https://codereview.chromium.org/2273483003/diff/1/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h File third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h (right): https://codereview.chromium.org/2273483003/diff/1/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h#newcode126 third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h:126: Member<DocumentWebSocketChannel> m_mainWebSocketChannel; Just out of curiosity, is this ...
4 years, 4 months ago (2016-08-23 04:51:48 UTC) #5
haraken
LGTM
4 years, 4 months ago (2016-08-23 04:52:14 UTC) #6
nhiroki
Thank you! https://codereview.chromium.org/2273483003/diff/1/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h File third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h (right): https://codereview.chromium.org/2273483003/diff/1/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h#newcode126 third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h:126: Member<DocumentWebSocketChannel> m_mainWebSocketChannel; On 2016/08/23 04:51:48, yhirano wrote: ...
4 years, 4 months ago (2016-08-23 04:56:46 UTC) #7
yhirano
On 2016/08/23 04:56:46, nhiroki wrote: > Thank you! > > https://codereview.chromium.org/2273483003/diff/1/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h > File third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h > ...
4 years, 4 months ago (2016-08-23 05:01:08 UTC) #8
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/2273483003/1
4 years, 4 months ago (2016-08-23 05:21:24 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/284601)
4 years, 4 months ago (2016-08-23 06:09:52 UTC) #14
nhiroki
This change fails following tests: http/tests/websocket/workers/worker-open-reload-repeated.html http/tests/websocket/workers/worker-stall-reload-repeated.html http/tests/websocket/workers/worker-reload.html I'll investigate...
4 years, 4 months ago (2016-08-23 06:19:01 UTC) #15
nhiroki
On 2016/08/23 06:19:01, nhiroki wrote: > This change fails following tests: > > http/tests/websocket/workers/worker-open-reload-repeated.html > ...
4 years, 4 months ago (2016-08-24 05:28:13 UTC) #16
nhiroki
4 years, 4 months ago (2016-08-24 08:38:56 UTC) #17
Let me close this CL in favor of https://codereview.chromium.org/2271133002/

Powered by Google App Engine
This is Rietveld 408576698