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

Issue 18295009: Allow transport candidates to arrive after the authentication accepted message. (Closed)

Created:
7 years, 5 months ago by rmsousa
Modified:
7 years, 5 months ago
Reviewers:
Sergey Ulanov, Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, weitaosu+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Allow transport candidates to arrive before the authentication accepted message. BUG=259598 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=211558

Patch Set 1 #

Total comments: 8

Patch Set 2 : Factor out pending candidate handling #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -4 lines) Patch
M remoting/protocol/jingle_session.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M remoting/protocol/jingle_session.cc View 1 4 chunks +22 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
rmsousa
I tested this locally, and it seems to work. Looking through the code, it seems ...
7 years, 5 months ago (2013-07-12 22:14:56 UTC) #1
Wez
LGTM w/ nits! https://codereview.chromium.org/18295009/diff/1/remoting/protocol/jingle_session.cc File remoting/protocol/jingle_session.cc (right): https://codereview.chromium.org/18295009/diff/1/remoting/protocol/jingle_session.cc#newcode240 remoting/protocol/jingle_session.cc:240: // Check if any remote candidates ...
7 years, 5 months ago (2013-07-12 22:43:24 UTC) #2
rmsousa
https://codereview.chromium.org/18295009/diff/1/remoting/protocol/jingle_session.cc File remoting/protocol/jingle_session.cc (right): https://codereview.chromium.org/18295009/diff/1/remoting/protocol/jingle_session.cc#newcode240 remoting/protocol/jingle_session.cc:240: // Check if any remote candidates were already received ...
7 years, 5 months ago (2013-07-13 00:11:47 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rmsousa@chromium.org/18295009/2003
7 years, 5 months ago (2013-07-13 03:59:40 UTC) #4
Wez
Looks great - CQing. Let's try to back-merge first thing next week.
7 years, 5 months ago (2013-07-13 03:59:55 UTC) #5
commit-bot: I haz the power
Change committed as 211558
7 years, 5 months ago (2013-07-13 09:44:59 UTC) #6
Sergey Ulanov
I'm not arguing that this is a right fix, but I think it should be ...
7 years, 5 months ago (2013-07-15 17:25:52 UTC) #7
Wez
7 years, 5 months ago (2013-07-15 18:17:51 UTC) #8
Message was sent while issue was closed.
On 2013/07/15 17:25:52, Sergey Ulanov wrote:
> I'm not arguing that this is a right fix, but I think it should be framed as a
> workaround for a bug in WCS. XMPP requires that messages are delivered in the
> order in which they are sent ( http://xmpp.org/rfcs/rfc6120.html#rules-order
).
> If that doesn't happen with WCS it's clearly a bug.

Definitely worth raising w/ WCS folks, and perhaps adding a comment to this code
w/ a reference to the rules-order link.

Powered by Google App Engine
This is Rietveld 408576698