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

Issue 1131853004: Include the session id in feedback logs. (Closed)

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

Include the session id in feedback logs. BUG=b/19776978 Committed: https://crrev.com/2d5dba6c3020b037973da36a1808ffae361805f1 Cr-Commit-Position: refs/heads/master@{#330007}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Reviewer feedback. #

Total comments: 4

Patch Set 3 : Reviewer feedback. #

Total comments: 4

Patch Set 4 : Removed blank line. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -8 lines) Patch
M remoting/webapp/app_remoting/js/app_connected_view.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/webapp/app_remoting/js/application_context_menu.js View 1 2 2 chunks +9 lines, -3 lines 0 comments Download
M remoting/webapp/app_remoting/js/feedback_consent.js View 1 2 3 chunks +9 lines, -1 line 0 comments Download
M remoting/webapp/base/js/client_session.js View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M remoting/webapp/base/js/log_to_server.js View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 15 (3 generated)
Jamie
PTAL. This involves plumbing the ClientSession through to the ApplicationContextMenu. If you can think of ...
5 years, 7 months ago (2015-05-13 20:40:08 UTC) #2
kelvinp
https://codereview.chromium.org/1131853004/diff/1/remoting/webapp/app_remoting/js/app_connected_view.js File remoting/webapp/app_remoting/js/app_connected_view.js (right): https://codereview.chromium.org/1131853004/diff/1/remoting/webapp/app_remoting/js/app_connected_view.js#newcode39 remoting/webapp/app_remoting/js/app_connected_view.js:39: connectionInfo, clientSession can be accessed through connectionInfo.session() https://codereview.chromium.org/1131853004/diff/1/remoting/webapp/app_remoting/js/application_context_menu.js File ...
5 years, 7 months ago (2015-05-13 22:36:53 UTC) #3
Jamie
ptal https://codereview.chromium.org/1131853004/diff/1/remoting/webapp/app_remoting/js/app_connected_view.js File remoting/webapp/app_remoting/js/app_connected_view.js (right): https://codereview.chromium.org/1131853004/diff/1/remoting/webapp/app_remoting/js/app_connected_view.js#newcode39 remoting/webapp/app_remoting/js/app_connected_view.js:39: connectionInfo, On 2015/05/13 22:36:53, kelvinp wrote: > clientSession ...
5 years, 7 months ago (2015-05-13 23:41:24 UTC) #4
kelvinp
lgtm once my comments are addressed. https://codereview.chromium.org/1131853004/diff/1/remoting/webapp/app_remoting/js/application_context_menu.js File remoting/webapp/app_remoting/js/application_context_menu.js (right): https://codereview.chromium.org/1131853004/diff/1/remoting/webapp/app_remoting/js/application_context_menu.js#newcode23 remoting/webapp/app_remoting/js/application_context_menu.js:23: remoting.ApplicationContextMenu = function(adapter, ...
5 years, 7 months ago (2015-05-14 01:18:05 UTC) #5
Jamie
https://codereview.chromium.org/1131853004/diff/20001/remoting/webapp/app_remoting/js/application_context_menu.js File remoting/webapp/app_remoting/js/application_context_menu.js (right): https://codereview.chromium.org/1131853004/diff/20001/remoting/webapp/app_remoting/js/application_context_menu.js#newcode103 remoting/webapp/app_remoting/js/application_context_menu.js:103: sessionId: that.clientSession_.getLogSessionId() On 2015/05/14 01:18:05, kelvinp wrote: > that.clientSession_.logger().getSessionId(); ...
5 years, 7 months ago (2015-05-14 01:38:07 UTC) #6
kelvinp
https://codereview.chromium.org/1131853004/diff/20001/remoting/webapp/app_remoting/js/application_context_menu.js File remoting/webapp/app_remoting/js/application_context_menu.js (right): https://codereview.chromium.org/1131853004/diff/20001/remoting/webapp/app_remoting/js/application_context_menu.js#newcode103 remoting/webapp/app_remoting/js/application_context_menu.js:103: sessionId: that.clientSession_.getLogSessionId() On 2015/05/14 01:38:07, Jamie wrote: > On ...
5 years, 7 months ago (2015-05-14 01:44:45 UTC) #7
Jamie
PTAL https://codereview.chromium.org/1131853004/diff/20001/remoting/webapp/app_remoting/js/application_context_menu.js File remoting/webapp/app_remoting/js/application_context_menu.js (right): https://codereview.chromium.org/1131853004/diff/20001/remoting/webapp/app_remoting/js/application_context_menu.js#newcode103 remoting/webapp/app_remoting/js/application_context_menu.js:103: sessionId: that.clientSession_.getLogSessionId() On 2015/05/14 01:44:45, kelvinp wrote: > ...
5 years, 7 months ago (2015-05-14 16:39:40 UTC) #8
kelvinp
Looks good. Just some white spaces nit. https://codereview.chromium.org/1131853004/diff/40001/remoting/webapp/base/js/client_session.js File remoting/webapp/base/js/client_session.js (right): https://codereview.chromium.org/1131853004/diff/40001/remoting/webapp/base/js/client_session.js#newcode606 remoting/webapp/base/js/client_session.js:606: }; Unintended ...
5 years, 7 months ago (2015-05-14 21:54:58 UTC) #9
Jamie
FYI https://codereview.chromium.org/1131853004/diff/40001/remoting/webapp/base/js/client_session.js File remoting/webapp/base/js/client_session.js (right): https://codereview.chromium.org/1131853004/diff/40001/remoting/webapp/base/js/client_session.js#newcode606 remoting/webapp/base/js/client_session.js:606: }; On 2015/05/14 21:54:57, kelvinp wrote: > Unintended ...
5 years, 7 months ago (2015-05-15 00:26:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1131853004/60001
5 years, 7 months ago (2015-05-15 00:28:15 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 7 months ago (2015-05-15 01:21:05 UTC) #14
commit-bot: I haz the power
5 years, 7 months ago (2015-05-15 01:21:49 UTC) #15
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2d5dba6c3020b037973da36a1808ffae361805f1
Cr-Commit-Position: refs/heads/master@{#330007}

Powered by Google App Engine
This is Rietveld 408576698