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

Issue 855003008: Log signal strategy progress to server. (Closed)

Created:
5 years, 11 months ago by Jamie
Modified:
5 years, 11 months ago
Reviewers:
rmsousa
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

Log signal strategy progress to server. The previous design provided a callback so that an external function could log the progress, but since it's not possible to log anything until the signal strategy has connected, that doesn't make a lot of sense. The new design instead tracks progress internally and sends it when the connection is established. BUG=432171 Committed: https://crrev.com/b1df9f57a4e3d376230e0aab0d17d724bed2adf3 Cr-Commit-Position: refs/heads/master@{#312542}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Update for new log format. #

Total comments: 1

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+342 lines, -170 lines) Patch
M remoting/webapp/crd/js/fallback_signal_strategy.js View 1 2 9 chunks +94 lines, -31 lines 0 comments Download
M remoting/webapp/crd/js/log_to_server.js View 1 15 chunks +42 lines, -29 lines 0 comments Download
M remoting/webapp/crd/js/server_log_entry.js View 1 16 chunks +85 lines, -49 lines 0 comments Download
M remoting/webapp/crd/js/signal_strategy.js View 1 2 4 chunks +23 lines, -2 lines 0 comments Download
M remoting/webapp/crd/js/wcs_adapter.js View 1 2 5 chunks +24 lines, -11 lines 0 comments Download
M remoting/webapp/crd/js/xmpp_connection.js View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M remoting/webapp/unittests/fallback_signal_strategy_unittest.js View 1 2 10 chunks +61 lines, -48 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
Jamie
ptal https://codereview.chromium.org/855003008/diff/1/remoting/webapp/crd/js/log_to_server.js File remoting/webapp/crd/js/log_to_server.js (right): https://codereview.chromium.org/855003008/diff/1/remoting/webapp/crd/js/log_to_server.js#newcode61 remoting/webapp/crd/js/log_to_server.js:61: this.maybeExpireSessionId_(); Fixed naming convention for consistency. https://codereview.chromium.org/855003008/diff/1/remoting/webapp/unittests/fallback_signal_strategy_unittest.js File ...
5 years, 11 months ago (2015-01-16 22:17:46 UTC) #2
rmsousa
https://codereview.chromium.org/855003008/diff/1/remoting/webapp/crd/js/fallback_signal_strategy.js File remoting/webapp/crd/js/fallback_signal_strategy.js (right): https://codereview.chromium.org/855003008/diff/1/remoting/webapp/crd/js/fallback_signal_strategy.js#newcode132 remoting/webapp/crd/js/fallback_signal_strategy.js:132: PRIMARY_SUCCEEDED: 'primary-succeeded', This naming is fairly ambiguous - I ...
5 years, 11 months ago (2015-01-17 00:23:17 UTC) #3
Jamie
ptal https://codereview.chromium.org/855003008/diff/1/remoting/webapp/crd/js/fallback_signal_strategy.js File remoting/webapp/crd/js/fallback_signal_strategy.js (right): https://codereview.chromium.org/855003008/diff/1/remoting/webapp/crd/js/fallback_signal_strategy.js#newcode132 remoting/webapp/crd/js/fallback_signal_strategy.js:132: PRIMARY_SUCCEEDED: 'primary-succeeded', On 2015/01/17 00:23:17, rmsousa wrote: > ...
5 years, 11 months ago (2015-01-21 19:41:08 UTC) #4
rmsousa
lgtm
5 years, 11 months ago (2015-01-22 01:14:18 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/855003008/20001
5 years, 11 months ago (2015-01-22 01:21:09 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/113345) android_aosp on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/50694) android_arm64_dbg_recipe ...
5 years, 11 months ago (2015-01-22 01:26:40 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/855003008/40001
5 years, 11 months ago (2015-01-22 01:26:50 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 11 months ago (2015-01-22 02:45:47 UTC) #11
commit-bot: I haz the power
5 years, 11 months ago (2015-01-22 02:47:45 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b1df9f57a4e3d376230e0aab0d17d724bed2adf3
Cr-Commit-Position: refs/heads/master@{#312542}

Powered by Google App Engine
This is Rietveld 408576698