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 16385005: Avoid WebSocket::stop() being processed twice (Closed)

Created:
7 years, 6 months ago by vivekg_samsung
Modified:
7 years, 6 months ago
CC:
blink-reviews, eae+blinkwatch
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Avoid WebSocket::stop() being processed twice R=tyoshino Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152201

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -5 lines) Patch
M Source/modules/websockets/WebSocket.cpp View 1 1 chunk +9 lines, -5 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
vivekg__
7 years, 6 months ago (2013-06-08 17:52:44 UTC) #1
vivekg_samsung
When navigation occurs on a page with WebSocket, these are two different code flows which ...
7 years, 6 months ago (2013-06-08 23:31:14 UTC) #2
tyoshino (SeeGerritForStatus)
Thanks https://codereview.chromium.org/16385005/diff/1/Source/modules/websockets/WebSocket.cpp File Source/modules/websockets/WebSocket.cpp (right): https://codereview.chromium.org/16385005/diff/1/Source/modules/websockets/WebSocket.cpp#newcode492 Source/modules/websockets/WebSocket.cpp:492: if (!hasPendingActivity()) could you please insert ASSERT(!m_channel); here?
7 years, 6 months ago (2013-06-10 04:41:49 UTC) #3
vivekg_samsung
https://codereview.chromium.org/16385005/diff/1/Source/modules/websockets/WebSocket.cpp File Source/modules/websockets/WebSocket.cpp (right): https://codereview.chromium.org/16385005/diff/1/Source/modules/websockets/WebSocket.cpp#newcode492 Source/modules/websockets/WebSocket.cpp:492: if (!hasPendingActivity()) On 2013/06/10 04:41:49, tyoshino wrote: > could ...
7 years, 6 months ago (2013-06-10 06:29:46 UTC) #4
tyoshino (SeeGerritForStatus)
https://codereview.chromium.org/16385005/diff/1/Source/modules/websockets/WebSocket.cpp File Source/modules/websockets/WebSocket.cpp (right): https://codereview.chromium.org/16385005/diff/1/Source/modules/websockets/WebSocket.cpp#newcode492 Source/modules/websockets/WebSocket.cpp:492: if (!hasPendingActivity()) On 2013/06/10 06:29:46, vivekg wrote: > On ...
7 years, 6 months ago (2013-06-10 08:49:46 UTC) #5
tyoshino (SeeGerritForStatus)
LGTM
7 years, 6 months ago (2013-06-11 05:37:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vivek.vg@samsung.com/16385005/8001
7 years, 6 months ago (2013-06-11 05:38:01 UTC) #7
commit-bot: I haz the power
Retried try job too often on mac_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_layout_rel&number=9292
7 years, 6 months ago (2013-06-11 07:39:12 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vivek.vg@samsung.com/16385005/8001
7 years, 6 months ago (2013-06-11 07:39:53 UTC) #9
commit-bot: I haz the power
7 years, 6 months ago (2013-06-11 08:06:22 UTC) #10
Message was sent while issue was closed.
Change committed as 152201

Powered by Google App Engine
This is Rietveld 408576698