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

Issue 368453003: [WebSocket] Task creation should be separated from task posting. (Closed)

Created:
6 years, 5 months ago by yhirano
Modified:
6 years, 5 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@crash
Project:
blink
Visibility:
Public.

Description

[WebSocket] Task creation should be separated from task posting. Having a complex argument as a waitForMethodCompletion may keep alive temporary objects which must be killed before posting a task to another thread. BUG=390174 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177359

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -17 lines) Patch
M Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp View 1 2 3 15 chunks +66 lines, -17 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
yhirano
6 years, 5 months ago (2014-07-01 12:28:10 UTC) #1
tyoshino (SeeGerritForStatus)
lgtm
6 years, 5 months ago (2014-07-01 13:23:17 UTC) #2
hiroshige
lgtm. I added comments for more possible code changes, but I'm not so sure. https://codereview.chromium.org/368453003/diff/1/Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp ...
6 years, 5 months ago (2014-07-01 14:13:41 UTC) #3
yhirano
https://codereview.chromium.org/368453003/diff/1/Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp File Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp (left): https://codereview.chromium.org/368453003/diff/1/Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp#oldcode525 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp:525: m_loaderProxy.postTaskToLoader(CallClosureTask::create(bind(&Peer::close, m_peer, code, reason.isolatedCopy()))); On 2014/07/01 14:13:41, hiroshige wrote: ...
6 years, 5 months ago (2014-07-02 01:35:23 UTC) #4
yhirano
The CQ bit was checked by yhirano@chromium.org
6 years, 5 months ago (2014-07-02 01:35:26 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/368453003/60001
6 years, 5 months ago (2014-07-02 01:35:39 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 5 months ago (2014-07-02 02:40:33 UTC) #7
commit-bot: I haz the power
6 years, 5 months ago (2014-07-02 08:08:08 UTC) #8
Message was sent while issue was closed.
Change committed as 177359

Powered by Google App Engine
This is Rietveld 408576698