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

Issue 2966243003: Fixing signed in message and disconnect/reconnect case. (Closed)

Created:
3 years, 5 months ago by nicholss
Modified:
3 years, 5 months ago
Reviewers:
Yuwei, brucedawson
CC:
chromium-reviews, ios-reviews_chromium.org, chromoting-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

This CL fixes the disconnection from an interruption during the session and lets you reconnect. Also removes the "you are signed in" message each time you view the host list. Review-Url: https://codereview.chromium.org/2966243003 Cr-Commit-Position: refs/heads/master@{#485035} Committed: https://chromium.googlesource.com/chromium/src/+/37d54e306cbf2723af12caac99dcfea8a42159e4

Patch Set 1 #

Patch Set 2 : Fixing a race condition on two button taps. #

Patch Set 3 : Adding formatting and todo for later. #

Total comments: 8

Patch Set 4 : Minor rename. #

Patch Set 5 : Merged. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -46 lines) Patch
M remoting/ios/app/client_connection_view_controller.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M remoting/ios/app/client_connection_view_controller.mm View 1 2 3 4 14 chunks +55 lines, -23 lines 0 comments Download
M remoting/ios/app/host_view_controller.mm View 1 chunk +1 line, -1 line 0 comments Download
M remoting/ios/app/pin_entry_view.mm View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M remoting/ios/app/remoting_view_controller.mm View 1 2 3 4 5 chunks +14 lines, -19 lines 0 comments Download
M remoting/ios/session/remoting_client.mm View 1 3 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (16 generated)
nicholss
3 years, 5 months ago (2017-07-06 21:50:34 UTC) #2
Yuwei
https://codereview.chromium.org/2966243003/diff/40001/remoting/ios/app/client_connection_view_controller.mm File remoting/ios/app/client_connection_view_controller.mm (right): https://codereview.chromium.org/2966243003/diff/40001/remoting/ios/app/client_connection_view_controller.mm#newcode455 remoting/ios/app/client_connection_view_controller.mm:455: showMessage:[MDCSnackbarMessage messageWithText:@"Connection Closed."]]; Do we really need to show ...
3 years, 5 months ago (2017-07-06 22:29:45 UTC) #5
nicholss
https://codereview.chromium.org/2966243003/diff/40001/remoting/ios/app/client_connection_view_controller.mm File remoting/ios/app/client_connection_view_controller.mm (right): https://codereview.chromium.org/2966243003/diff/40001/remoting/ios/app/client_connection_view_controller.mm#newcode455 remoting/ios/app/client_connection_view_controller.mm:455: showMessage:[MDCSnackbarMessage messageWithText:@"Connection Closed."]]; On 2017/07/06 22:29:45, Yuwei wrote: > ...
3 years, 5 months ago (2017-07-06 22:40:02 UTC) #6
Yuwei
LGTM
3 years, 5 months ago (2017-07-06 22:54:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2966243003/80001
3 years, 5 months ago (2017-07-07 20:35:29 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/37d54e306cbf2723af12caac99dcfea8a42159e4
3 years, 5 months ago (2017-07-07 20:43:20 UTC) #21
brucedawson
3 years, 5 months ago (2017-07-07 21:14:51 UTC) #23
Message was sent while issue was closed.
Please make sure that your CL descriptions contain a one-line summary followed
by a blank line. The first line of the CL description is shown by "git log
--oneline" and "git branch" and if it is an entire paragraph then it makes the
output harder to read.

In this case there was an excellent title for the CL but that title was not
copied into the CL description so it did not get passed along to git when the CL
was committed.

This article gives some guidance: https://chris.beams.io/posts/git-commit/. We
are not required to follow this advice at Chrome but it offers a good start.

FWIW.

Powered by Google App Engine
This is Rietveld 408576698