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

Issue 10703034: Remove 'Enable' button on unsupported platforms. Added 'No hosts' message. (Closed)

Created:
8 years, 5 months ago by Jamie
Modified:
8 years, 5 months ago
Reviewers:
Sergey Ulanov, 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, jshin+watch_chromium.org
Visibility:
Public.

Description

Remove 'Enable' button on unsupported platforms. Added 'No hosts' message. BUG=131403 TEST=Manual Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145045

Patch Set 1 #

Total comments: 13

Patch Set 2 : Reviewer comments. #

Total comments: 2

Patch Set 3 : Split 'no hosts' message into two sentences and display the second only if hosting is not supported. #

Total comments: 2

Patch Set 4 : Updated after UX input. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -44 lines) Patch
M remoting/remoting.gyp View 1 2 3 2 chunks +9 lines, -8 lines 0 comments Download
A remoting/resources/host_setup_instructions.png View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M remoting/webapp/_locales/en/messages.json View 1 2 3 3 chunks +21 lines, -5 lines 0 comments Download
M remoting/webapp/host_controller.js View 1 2 3 1 chunk +8 lines, -15 lines 0 comments Download
M remoting/webapp/host_list.js View 1 2 3 chunks +13 lines, -3 lines 0 comments Download
M remoting/webapp/l10n.js View 1 1 chunk +14 lines, -7 lines 0 comments Download
M remoting/webapp/main.css View 1 2 3 4 chunks +17 lines, -6 lines 0 comments Download
M remoting/webapp/main.html View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M remoting/webapp/remoting.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M remoting/webapp/verify-webapp.py View 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
Jamie
ptal. The "no hosts registered" message includes instructions on how to set up a host, ...
8 years, 5 months ago (2012-06-28 21:38:39 UTC) #1
Sergey Ulanov
couple drive-by nits. https://chromiumcodereview.appspot.com/10703034/diff/1/remoting/webapp/_locales/en/messages.json File remoting/webapp/_locales/en/messages.json (right): https://chromiumcodereview.appspot.com/10703034/diff/1/remoting/webapp/_locales/en/messages.json#newcode222 remoting/webapp/_locales/en/messages.json:222: "message": "You have no computers registered. ...
8 years, 5 months ago (2012-06-28 21:57:56 UTC) #2
Jamie
https://chromiumcodereview.appspot.com/10703034/diff/1/remoting/webapp/_locales/en/messages.json File remoting/webapp/_locales/en/messages.json (right): https://chromiumcodereview.appspot.com/10703034/diff/1/remoting/webapp/_locales/en/messages.json#newcode222 remoting/webapp/_locales/en/messages.json:222: "message": "You have no computers registered. Before you can ...
8 years, 5 months ago (2012-06-28 22:07:12 UTC) #3
Wez
https://chromiumcodereview.appspot.com/10703034/diff/1/remoting/webapp/_locales/en/messages.json File remoting/webapp/_locales/en/messages.json (right): https://chromiumcodereview.appspot.com/10703034/diff/1/remoting/webapp/_locales/en/messages.json#newcode222 remoting/webapp/_locales/en/messages.json:222: "message": "You have no computers registered. Before you can ...
8 years, 5 months ago (2012-06-28 23:00:20 UTC) #4
Jamie
Branding is done when the strings are sent for l10n; "Chromoting" is the correct form ...
8 years, 5 months ago (2012-06-28 23:28:57 UTC) #5
Wez
lgtm https://chromiumcodereview.appspot.com/10703034/diff/6002/remoting/webapp/l10n.js File remoting/webapp/l10n.js (right): https://chromiumcodereview.appspot.com/10703034/diff/6002/remoting/webapp/l10n.js#newcode78 remoting/webapp/l10n.js:78: break; nit: You log an error if there's ...
8 years, 5 months ago (2012-06-29 00:11:49 UTC) #6
Jamie
https://chromiumcodereview.appspot.com/10703034/diff/6002/remoting/webapp/l10n.js File remoting/webapp/l10n.js (right): https://chromiumcodereview.appspot.com/10703034/diff/6002/remoting/webapp/l10n.js#newcode78 remoting/webapp/l10n.js:78: break; On 2012/06/29 00:11:49, Wez wrote: > nit: You ...
8 years, 5 months ago (2012-06-29 00:21:40 UTC) #7
Wez
On 2012/06/29 00:21:40, Jamie wrote: > https://chromiumcodereview.appspot.com/10703034/diff/6002/remoting/webapp/l10n.js > File remoting/webapp/l10n.js (right): > > https://chromiumcodereview.appspot.com/10703034/diff/6002/remoting/webapp/l10n.js#newcode78 > ...
8 years, 5 months ago (2012-06-29 00:26:42 UTC) #8
Jamie
Updated to match our recent discussions.
8 years, 5 months ago (2012-06-29 20:08:55 UTC) #9
Wez
lgtm https://chromiumcodereview.appspot.com/10703034/diff/2005/remoting/webapp/host_controller.js File remoting/webapp/host_controller.js (right): https://chromiumcodereview.appspot.com/10703034/diff/2005/remoting/webapp/host_controller.js#newcode267 remoting/webapp/host_controller.js:267: if (configStr != '{}') { Under what circumstances ...
8 years, 5 months ago (2012-06-29 21:40:51 UTC) #10
Jamie
https://chromiumcodereview.appspot.com/10703034/diff/2005/remoting/webapp/host_controller.js File remoting/webapp/host_controller.js (right): https://chromiumcodereview.appspot.com/10703034/diff/2005/remoting/webapp/host_controller.js#newcode267 remoting/webapp/host_controller.js:267: if (configStr != '{}') { On 2012/06/29 21:40:51, Wez ...
8 years, 5 months ago (2012-06-29 21:56:27 UTC) #11
Jamie
One more time please, now that we've had a proper UX person look at it.
8 years, 5 months ago (2012-06-29 22:52:09 UTC) #12
Wez
8 years, 5 months ago (2012-06-30 00:51:34 UTC) #13
lgtm

Powered by Google App Engine
This is Rietveld 408576698