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

Issue 1231823002: Make sure we process all pending offer/answer requests before terminating. (Closed)

Created:
5 years, 5 months ago by tommi
Modified:
5 years, 5 months ago
Reviewers:
pbos-webrtc
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), Andrew MacDonald, tterriberry_mozilla.com, qiang.lu, niklas.enbom
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Make sure we process all pending offer/answer requests before terminating. This fixes a bug in the WebRtcSessionDescriptionFactory where messages would be dropped or worse yet processed after the factory was deleted. BUG=chromium:507307 Committed: https://crrev.com/0f620f4e318a162e7a251133e7a8ddea5188b9bb Cr-Commit-Position: refs/heads/master@{#9557}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Quit() instead of ProcessMessage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -19 lines) Patch
M talk/app/webrtc/dtlsidentitystore.cc View 1 chunk +0 lines, -1 line 0 comments Download
M talk/app/webrtc/dtlsidentitystore_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M talk/app/webrtc/peerconnection.cc View 1 chunk +1 line, -0 lines 0 comments Download
M talk/app/webrtc/webrtcsession.cc View 1 chunk +1 line, -0 lines 0 comments Download
M talk/app/webrtc/webrtcsession_unittest.cc View 1 1 chunk +32 lines, -0 lines 0 comments Download
M talk/app/webrtc/webrtcsessiondescriptionfactory.h View 2 chunks +8 lines, -7 lines 0 comments Download
M talk/app/webrtc/webrtcsessiondescriptionfactory.cc View 4 chunks +28 lines, -10 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
tommi
5 years, 5 months ago (2015-07-09 08:50:42 UTC) #2
pbos-webrtc
lgtm https://codereview.webrtc.org/1231823002/diff/1/talk/app/webrtc/peerconnection.cc File talk/app/webrtc/peerconnection.cc (right): https://codereview.webrtc.org/1231823002/diff/1/talk/app/webrtc/peerconnection.cc#newcode341 talk/app/webrtc/peerconnection.cc:341: ASSERT(signaling_thread()->IsCurrent()); CHECK/DCHECK? https://codereview.webrtc.org/1231823002/diff/1/talk/app/webrtc/webrtcsession.cc File talk/app/webrtc/webrtcsession.cc (right): https://codereview.webrtc.org/1231823002/diff/1/talk/app/webrtc/webrtcsession.cc#newcode501 talk/app/webrtc/webrtcsession.cc:501: ...
5 years, 5 months ago (2015-07-09 09:09:22 UTC) #3
tommi
Quit() instead of ProcessMessage
5 years, 5 months ago (2015-07-09 09:17:58 UTC) #4
tommi
https://codereview.webrtc.org/1231823002/diff/1/talk/app/webrtc/peerconnection.cc File talk/app/webrtc/peerconnection.cc (right): https://codereview.webrtc.org/1231823002/diff/1/talk/app/webrtc/peerconnection.cc#newcode341 talk/app/webrtc/peerconnection.cc:341: ASSERT(signaling_thread()->IsCurrent()); On 2015/07/09 09:09:22, pbos-webrtc wrote: > CHECK/DCHECK? We ...
5 years, 5 months ago (2015-07-09 09:18:16 UTC) #5
pbos-webrtc
Great, lgtm.
5 years, 5 months ago (2015-07-09 09:21:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1231823002/20001
5 years, 5 months ago (2015-07-09 09:24:12 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 5 months ago (2015-07-09 10:25:08 UTC) #9
commit-bot: I haz the power
5 years, 5 months ago (2015-07-09 10:25:16 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/0f620f4e318a162e7a251133e7a8ddea5188b9bb
Cr-Commit-Position: refs/heads/master@{#9557}

Powered by Google App Engine
This is Rietveld 408576698