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

Issue 1397463003: Report the Auth method for me2me connections. (Closed)

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

Report the Auth method for me2me connections. As of M46, 20% of the connection failure are due to invalid access code. We should record the auth method so we can understand if there are correlations between auth failures and auth methods. Summary of changes: 1. Reports the AuthMethod in CredentialsProvider. 2. Adds an unittest. 3. Merge the enum remoting.MockClientPlugin.AuthMethod with remoting.ChromotingEvent.AuthMethod BUG=539928 Committed: https://crrev.com/cb01fddc7697aa1fdbda295d9503c88614d85291 Cr-Commit-Position: refs/heads/master@{#353345}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Reviewer's feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -16 lines) Patch
M remoting/webapp/base/js/chromoting_event.js View 2 chunks +11 lines, -0 lines 0 comments Download
M remoting/webapp/base/js/client_session.js View 2 chunks +14 lines, -0 lines 0 comments Download
M remoting/webapp/base/js/credentials_provider.js View 4 chunks +16 lines, -0 lines 0 comments Download
M remoting/webapp/base/js/log_to_server.js View 1 chunk +6 lines, -0 lines 0 comments Download
M remoting/webapp/base/js/logger.js View 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/webapp/base/js/session_logger.js View 3 chunks +10 lines, -0 lines 0 comments Download
M remoting/webapp/browser_test/bump_scroll_browser_test.js View 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/me2me_telemetry_integration_test.js View 1 2 chunks +102 lines, -1 line 0 comments Download
M remoting/webapp/crd/js/mock_client_plugin.js View 1 6 chunks +12 lines, -14 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
kelvinp
PTAL
5 years, 2 months ago (2015-10-07 23:44:43 UTC) #2
kelvinp
Ping
5 years, 2 months ago (2015-10-08 21:49:52 UTC) #3
Jamie
https://codereview.chromium.org/1397463003/diff/1/remoting/webapp/base/js/credentials_provider.js File remoting/webapp/base/js/credentials_provider.js (right): https://codereview.chromium.org/1397463003/diff/1/remoting/webapp/base/js/credentials_provider.js#newcode61 remoting/webapp/base/js/credentials_provider.js:61: this.authMethod_ = remoting.ChromotingEvent.AuthMethod.ACCESS_CODE; This isn't the right place to ...
5 years, 2 months ago (2015-10-08 22:22:42 UTC) #4
kelvinp
https://codereview.chromium.org/1397463003/diff/1/remoting/webapp/base/js/credentials_provider.js File remoting/webapp/base/js/credentials_provider.js (right): https://codereview.chromium.org/1397463003/diff/1/remoting/webapp/base/js/credentials_provider.js#newcode61 remoting/webapp/base/js/credentials_provider.js:61: this.authMethod_ = remoting.ChromotingEvent.AuthMethod.ACCESS_CODE; On 2015/10/08 22:22:42, Jamie wrote: > ...
5 years, 2 months ago (2015-10-09 00:45:41 UTC) #5
Jamie
LGTM once the new test is added. https://codereview.chromium.org/1397463003/diff/1/remoting/webapp/base/js/client_session.js File remoting/webapp/base/js/client_session.js (right): https://codereview.chromium.org/1397463003/diff/1/remoting/webapp/base/js/client_session.js#newcode566 remoting/webapp/base/js/client_session.js:566: this.state_ == ...
5 years, 2 months ago (2015-10-09 01:17:21 UTC) #6
kelvinp
FYI https://codereview.chromium.org/1397463003/diff/1/remoting/webapp/base/js/client_session.js File remoting/webapp/base/js/client_session.js (right): https://codereview.chromium.org/1397463003/diff/1/remoting/webapp/base/js/client_session.js#newcode566 remoting/webapp/base/js/client_session.js:566: this.state_ == remoting.ClientSession.State.FAILED) { On 2015/10/09 01:17:21, Jamie ...
5 years, 2 months ago (2015-10-09 18:00:34 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1397463003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1397463003/20001
5 years, 2 months ago (2015-10-09 18:07:30 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 2 months ago (2015-10-09 18:58:03 UTC) #11
commit-bot: I haz the power
5 years, 2 months ago (2015-10-09 18:58:58 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/cb01fddc7697aa1fdbda295d9503c88614d85291
Cr-Commit-Position: refs/heads/master@{#353345}

Powered by Google App Engine
This is Rietveld 408576698