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

Issue 1285213006: Send connection setup results using XHRs. (Closed)

Created:
5 years, 4 months ago by Jamie
Modified:
5 years, 4 months ago
Reviewers:
kelvinp
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Send connection setup results using XHRs. This allows them to be sent immediately, rather than only when the session starts, which will give us insight into cases where both signal strategies fail. It also simplifies the code a little. Committed: https://crrev.com/5e173e3e5d0dde16a252d0ae141742aab698f7de Cr-Commit-Position: refs/heads/master@{#343516}

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -73 lines) Patch
M remoting/webapp/base/js/client_session.js View 1 chunk +0 lines, -1 line 0 comments Download
M remoting/webapp/base/js/dns_blackhole_checker.js View 1 chunk +0 lines, -5 lines 0 comments Download
M remoting/webapp/base/js/fallback_signal_strategy.js View 3 chunks +5 lines, -30 lines 2 comments Download
M remoting/webapp/base/js/fallback_signal_strategy_unittest.js View 5 chunks +1 line, -4 lines 2 comments Download
M remoting/webapp/base/js/log_to_server.js View 1 chunk +0 lines, -1 line 0 comments Download
M remoting/webapp/base/js/signal_strategy.js View 1 chunk +0 lines, -10 lines 0 comments Download
M remoting/webapp/base/js/wcs_adapter.js View 1 chunk +0 lines, -4 lines 0 comments Download
M remoting/webapp/base/js/xmpp_connection.js View 1 chunk +0 lines, -4 lines 0 comments Download
M remoting/webapp/crd/js/buffered_signal_strategy.js View 1 chunk +0 lines, -10 lines 0 comments Download
M remoting/webapp/crd/js/mock_signal_strategy.js View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Jamie
ptal https://codereview.chromium.org/1285213006/diff/1/remoting/webapp/base/js/fallback_signal_strategy.js File remoting/webapp/base/js/fallback_signal_strategy.js (right): https://codereview.chromium.org/1285213006/diff/1/remoting/webapp/base/js/fallback_signal_strategy.js#newcode341 remoting/webapp/base/js/fallback_signal_strategy.js:341: this.logger_.logSignalStrategyProgress(strategy.getType(), progress); Right now, this causes errors in ...
5 years, 4 months ago (2015-08-14 20:48:00 UTC) #2
kelvinp
lgtm https://codereview.chromium.org/1285213006/diff/1/remoting/webapp/base/js/fallback_signal_strategy.js File remoting/webapp/base/js/fallback_signal_strategy.js (right): https://codereview.chromium.org/1285213006/diff/1/remoting/webapp/base/js/fallback_signal_strategy.js#newcode341 remoting/webapp/base/js/fallback_signal_strategy.js:341: this.logger_.logSignalStrategyProgress(strategy.getType(), progress); On 2015/08/14 20:48:00, Jamie wrote: > ...
5 years, 4 months ago (2015-08-14 21:59:54 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1285213006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1285213006/1
5 years, 4 months ago (2015-08-14 22:09:57 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 4 months ago (2015-08-14 22:48:11 UTC) #6
commit-bot: I haz the power
5 years, 4 months ago (2015-08-14 22:48:52 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/5e173e3e5d0dde16a252d0ae141742aab698f7de
Cr-Commit-Position: refs/heads/master@{#343516}

Powered by Google App Engine
This is Rietveld 408576698