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

Issue 8573013: Add CancelChannelCreation() in protocol::Session interface. (Closed)

Created:
9 years, 1 month ago by Sergey Ulanov
Modified:
9 years, 1 month ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, dmaclach+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, ajwong+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Add CancelChannelCreation() in protocol::Session interface. The new method cancels channel creation for pending channel. This prevents some potential crashes. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110401

Patch Set 1 #

Total comments: 16

Patch Set 2 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -40 lines) Patch
M remoting/protocol/connection_to_client.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M remoting/protocol/fake_session.h View 1 chunk +20 lines, -17 lines 0 comments Download
M remoting/protocol/fake_session.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M remoting/protocol/jingle_session.h View 3 chunks +4 lines, -1 line 0 comments Download
M remoting/protocol/jingle_session.cc View 2 chunks +9 lines, -1 line 0 comments Download
M remoting/protocol/pepper_channel.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M remoting/protocol/pepper_session.h View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/pepper_session.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M remoting/protocol/pepper_stream_channel.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/protocol/pepper_stream_channel.cc View 1 2 chunks +9 lines, -4 lines 0 comments Download
M remoting/protocol/protobuf_video_reader.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/protobuf_video_reader.cc View 1 chunk +8 lines, -3 lines 0 comments Download
M remoting/protocol/protobuf_video_writer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/protobuf_video_writer.cc View 1 2 chunks +11 lines, -3 lines 0 comments Download
M remoting/protocol/protocol_mock_objects.h View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/rtp_video_reader.h View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/rtp_video_reader.cc View 1 chunk +9 lines, -3 lines 0 comments Download
M remoting/protocol/rtp_video_writer.h View 2 chunks +3 lines, -1 line 0 comments Download
M remoting/protocol/rtp_video_writer.cc View 1 3 chunks +8 lines, -1 line 0 comments Download
M remoting/protocol/session.h View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Sergey Ulanov
9 years, 1 month ago (2011-11-15 20:39:00 UTC) #1
Wez
http://codereview.chromium.org/8573013/diff/1/remoting/protocol/connection_to_client.cc File remoting/protocol/connection_to_client.cc (right): http://codereview.chromium.org/8573013/diff/1/remoting/protocol/connection_to_client.cc#newcode167 remoting/protocol/connection_to_client.cc:167: dispatcher_.reset(); Are these changes related to this CL? http://codereview.chromium.org/8573013/diff/1/remoting/protocol/fake_session.h ...
9 years, 1 month ago (2011-11-15 22:29:13 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/8573013/diff/1/remoting/protocol/connection_to_client.cc File remoting/protocol/connection_to_client.cc (right): http://codereview.chromium.org/8573013/diff/1/remoting/protocol/connection_to_client.cc#newcode167 remoting/protocol/connection_to_client.cc:167: dispatcher_.reset(); On 2011/11/15 22:29:13, Wez wrote: > Are these ...
9 years, 1 month ago (2011-11-16 00:01:33 UTC) #3
Wez
lgtm
9 years, 1 month ago (2011-11-16 22:02:18 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8573013/6001
9 years, 1 month ago (2011-11-16 22:17:19 UTC) #5
commit-bot: I haz the power
9 years, 1 month ago (2011-11-17 00:48:14 UTC) #6
Change committed as 110401

Powered by Google App Engine
This is Rietveld 408576698