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

Issue 10692179: Propagate connection state from networking layer to UI. (Closed)

Created:
8 years, 5 months ago by Sergey Ulanov
Modified:
8 years, 5 months ago
Reviewers:
Jamie, Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Show connection state in the Chromoting client UI. Now screen is desaturated when we get notification that video channel is not working. BUG=131411 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147830

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Total comments: 19

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -2 lines) Patch
M remoting/client/chromoting_client.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M remoting/client/chromoting_client.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M remoting/client/client_user_interface.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M remoting/protocol/connection_to_host.h View 1 2 3 4 chunks +12 lines, -0 lines 0 comments Download
M remoting/protocol/connection_to_host.cc View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M remoting/protocol/jingle_session.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/jingle_session.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M remoting/protocol/libjingle_transport_factory.cc View 1 2 3 4 3 chunks +8 lines, -0 lines 0 comments Download
M remoting/protocol/session.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M remoting/protocol/transport.h View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M remoting/webapp/client_plugin.js View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/webapp/client_plugin_async.js View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download
M remoting/webapp/client_session.js View 1 2 3 4 5 4 chunks +21 lines, -2 lines 0 comments Download
M remoting/webapp/main.css View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Sergey Ulanov
8 years, 5 months ago (2012-07-12 01:35:18 UTC) #1
Jamie
http://codereview.chromium.org/10692179/diff/1/remoting/webapp/client_session.js File remoting/webapp/client_session.js (right): http://codereview.chromium.org/10692179/diff/1/remoting/webapp/client_session.js#newcode485 remoting/webapp/client_session.js:485: * @param {number} error The plugin's error state, if ...
8 years, 5 months ago (2012-07-12 01:46:42 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/10692179/diff/1/remoting/webapp/client_session.js File remoting/webapp/client_session.js (right): http://codereview.chromium.org/10692179/diff/1/remoting/webapp/client_session.js#newcode485 remoting/webapp/client_session.js:485: * @param {number} error The plugin's error state, if ...
8 years, 5 months ago (2012-07-13 20:42:50 UTC) #3
Wez
http://codereview.chromium.org/10692179/diff/7001/remoting/protocol/connection_to_host.cc File remoting/protocol/connection_to_host.cc (right): http://codereview.chromium.org/10692179/diff/7001/remoting/protocol/connection_to_host.cc#newcode215 remoting/protocol/connection_to_host.cc:215: event_callback_->OnConnectionInactive(inactive); You're basing the connection's "active" state purely on ...
8 years, 5 months ago (2012-07-16 18:51:23 UTC) #4
Wez
http://codereview.chromium.org/10692179/diff/7001/remoting/webapp/main.css File remoting/webapp/main.css (right): http://codereview.chromium.org/10692179/diff/7001/remoting/webapp/main.css#newcode566 remoting/webapp/main.css:566: -webkit-filter: grayscale(70%) blur(1px); nit: Do we really want to ...
8 years, 5 months ago (2012-07-16 18:52:39 UTC) #5
Wez
Please update the CL title e.g. to "Desaturate the desktop when the video channel becomes ...
8 years, 5 months ago (2012-07-16 18:54:47 UTC) #6
Sergey Ulanov
http://codereview.chromium.org/10692179/diff/7001/remoting/protocol/connection_to_host.cc File remoting/protocol/connection_to_host.cc (right): http://codereview.chromium.org/10692179/diff/7001/remoting/protocol/connection_to_host.cc#newcode215 remoting/protocol/connection_to_host.cc:215: event_callback_->OnConnectionInactive(inactive); On 2012/07/16 18:51:23, Wez wrote: > You're basing ...
8 years, 5 months ago (2012-07-17 01:17:17 UTC) #7
Wez
http://codereview.chromium.org/10692179/diff/7001/remoting/webapp/main.css File remoting/webapp/main.css (right): http://codereview.chromium.org/10692179/diff/7001/remoting/webapp/main.css#newcode566 remoting/webapp/main.css:566: -webkit-filter: grayscale(70%) blur(1px); On 2012/07/17 01:17:18, sergeyu wrote: > ...
8 years, 5 months ago (2012-07-17 01:47:50 UTC) #8
Jamie
http://codereview.chromium.org/10692179/diff/7001/remoting/webapp/main.css File remoting/webapp/main.css (right): http://codereview.chromium.org/10692179/diff/7001/remoting/webapp/main.css#newcode566 remoting/webapp/main.css:566: -webkit-filter: grayscale(70%) blur(1px); On 2012/07/17 01:47:50, Wez wrote: > ...
8 years, 5 months ago (2012-07-17 02:58:10 UTC) #9
Sergey Ulanov
http://codereview.chromium.org/10692179/diff/7001/remoting/webapp/main.css File remoting/webapp/main.css (right): http://codereview.chromium.org/10692179/diff/7001/remoting/webapp/main.css#newcode566 remoting/webapp/main.css:566: -webkit-filter: grayscale(70%) blur(1px); On 2012/07/17 01:47:50, Wez wrote: > ...
8 years, 5 months ago (2012-07-18 00:52:07 UTC) #10
Wez
lgtm
8 years, 5 months ago (2012-07-19 00:53:08 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10692179/27003
8 years, 5 months ago (2012-07-20 01:38:19 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10692179/28008
8 years, 5 months ago (2012-07-23 03:40:53 UTC) #13
commit-bot: I haz the power
8 years, 5 months ago (2012-07-23 05:00:34 UTC) #14
Change committed as 147830

Powered by Google App Engine
This is Rietveld 408576698