Log signal strategy progress to server.
commitb1df9f57a4e3d376230e0aab0d17d724bed2adf3
authorjamiewalch <jamiewalch@chromium.org>
Thu, 22 Jan 2015 02:45:12 +0000 (21 18:45 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 22 Jan 2015 02:47:15 +0000 (22 02:47 +0000)
treebc0cd4be6e2b53c3a26e4887d3aee4f925bd352a
parent876b4210bb9ce206138f89c1721ad9a5bc8cb492
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

Review URL: https://codereview.chromium.org/855003008

Cr-Commit-Position: refs/heads/master@{#312542}
remoting/webapp/crd/js/fallback_signal_strategy.js
remoting/webapp/crd/js/log_to_server.js
remoting/webapp/crd/js/server_log_entry.js
remoting/webapp/crd/js/signal_strategy.js
remoting/webapp/crd/js/wcs_adapter.js
remoting/webapp/crd/js/xmpp_connection.js
remoting/webapp/unittests/fallback_signal_strategy_unittest.js