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

Issue 8865005: The chromoting client logs connection statistics to the server. (Closed)

Created:
9 years ago by simonmorris
Modified:
9 years ago
Reviewers:
Jamie
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

The chromoting client logs connection statistics to the server. BUG=106208 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113868

Patch Set 1 #

Total comments: 8

Patch Set 2 : Review. #

Total comments: 14

Patch Set 3 : Review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+365 lines, -104 lines) Patch
M remoting/remoting.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M remoting/webapp/me2mom/choice.html View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/webapp/me2mom/client_screen.js View 1 chunk +3 lines, -1 line 0 comments Download
M remoting/webapp/me2mom/client_session.js View 2 chunks +34 lines, -9 lines 0 comments Download
M remoting/webapp/me2mom/debug_log.js View 1 3 chunks +20 lines, -47 lines 0 comments Download
M remoting/webapp/me2mom/log_to_server.js View 1 2 3 chunks +49 lines, -4 lines 0 comments Download
M remoting/webapp/me2mom/server_log_entry.js View 1 2 14 chunks +131 lines, -43 lines 0 comments Download
A remoting/webapp/me2mom/stats_accumulator.js View 1 chunk +126 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
simonmorris
PTAL
9 years ago (2011-12-07 23:10:11 UTC) #1
Jamie
http://codereview.chromium.org/8865005/diff/1/remoting/webapp/me2mom/debug_log.js File remoting/webapp/me2mom/debug_log.js (right): http://codereview.chromium.org/8865005/diff/1/remoting/webapp/me2mom/debug_log.js#newcode697 remoting/webapp/me2mom/debug_log.js:697: if (event_name == 'session-state') { This feels unnecessary to ...
9 years ago (2011-12-09 06:58:34 UTC) #2
simonmorris
http://codereview.chromium.org/8865005/diff/1/remoting/webapp/me2mom/debug_log.js File remoting/webapp/me2mom/debug_log.js (right): http://codereview.chromium.org/8865005/diff/1/remoting/webapp/me2mom/debug_log.js#newcode697 remoting/webapp/me2mom/debug_log.js:697: if (event_name == 'session-state') { On 2011/12/09 06:58:34, Jamie ...
9 years ago (2011-12-09 18:40:35 UTC) #3
simonmorris
> > It doesn't buy me anything yet, but just returning the mean throws away ...
9 years ago (2011-12-09 18:48:25 UTC) #4
Jamie
http://codereview.chromium.org/8865005/diff/7001/remoting/webapp/me2mom/client_session.js File remoting/webapp/me2mom/client_session.js (right): http://codereview.chromium.org/8865005/diff/7001/remoting/webapp/me2mom/client_session.js#newcode440 remoting/webapp/me2mom/client_session.js:440: return dict; Nit: Why change to this form of ...
9 years ago (2011-12-09 19:47:56 UTC) #5
simonmorris
http://codereview.chromium.org/8865005/diff/7001/remoting/webapp/me2mom/client_session.js File remoting/webapp/me2mom/client_session.js (right): http://codereview.chromium.org/8865005/diff/7001/remoting/webapp/me2mom/client_session.js#newcode440 remoting/webapp/me2mom/client_session.js:440: return dict; On 2011/12/09 19:47:56, Jamie wrote: > Nit: ...
9 years ago (2011-12-09 21:12:12 UTC) #6
Jamie
9 years ago (2011-12-09 22:01:40 UTC) #7
lgtm

Powered by Google App Engine
This is Rietveld 408576698