Chromium Code Reviews

Issue 3338014: Improve UI of Chromoting client UI to select available hosts. (Closed)

Created:
10 years, 3 months ago by garykac
Modified:
9 years, 6 months ago
Reviewers:
Sergey Ulanov, Alpha Left Google
CC:
chromium-reviews, Alpha Left Google, Sergey Ulanov, Erik does not do reviews, Aaron Boodman, dmac, pam+watch_chromium.org, awong, garykac
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Improve UI of Chromoting client UI to select available hosts. BUG=53988 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=58862

Patch Set 1 #

Patch Set 2 : Fixup 80-col #

Total comments: 4

Patch Set 3 : Remove unused code #

Total comments: 12

Patch Set 4 : Review changes #

Total comments: 8

Patch Set 5 : camels #

Patch Set 6 : One more camel #

Unified diffs Side-by-side diffs Stats (+355 lines, -139 lines)
A remoting/client/extension/chromoticon.png View Binary file 0 comments
M remoting/client/extension/client.js View 1 2 3 4 5 3 chunks +198 lines, -110 lines 0 comments
D remoting/client/extension/icon.png View Binary file 0 comments
A remoting/client/extension/login.html View 1 2 3 1 chunk +41 lines, -0 lines 0 comments
A remoting/client/extension/machine.png View Binary file 0 comments
A remoting/client/extension/main.css View 1 chunk +98 lines, -0 lines 0 comments
M remoting/client/extension/manifest.json View 1 chunk +1 line, -1 line 0 comments
M remoting/client/extension/popup.html View 1 2 3 4 1 chunk +10 lines, -28 lines 0 comments
A remoting/tools/gethosts.sh View 1 2 3 1 chunk +7 lines, -0 lines 0 comments

Messages

Total messages: 6 (0 generated)
garykac
10 years, 3 months ago (2010-09-07 21:39:50 UTC) #1
Sergey Ulanov
http://codereview.chromium.org/3338014/diff/4001/5009 File remoting/tools/gethosts.sh (right): http://codereview.chromium.org/3338014/diff/4001/5009#newcode1 remoting/tools/gethosts.sh:1: #!/bin/bash Maybe add some comments about what this script ...
10 years, 3 months ago (2010-09-07 22:03:30 UTC) #2
garykac
http://codereview.chromium.org/3338014/diff/4001/5009 File remoting/tools/gethosts.sh (right): http://codereview.chromium.org/3338014/diff/4001/5009#newcode1 remoting/tools/gethosts.sh:1: #!/bin/bash On 2010/09/07 22:03:30, sergeyu wrote: > Maybe add ...
10 years, 3 months ago (2010-09-08 18:41:39 UTC) #3
Sergey Ulanov
LGTM, but can you please rename all variables that still don't use camelCase? Thanks! http://codereview.chromium.org/3338014/diff/12/16002 ...
10 years, 3 months ago (2010-09-08 18:57:31 UTC) #4
garykac
http://codereview.chromium.org/3338014/diff/12/16002 File remoting/client/extension/client.js (right): http://codereview.chromium.org/3338014/diff/12/16002#newcode20 remoting/client/extension/client.js:20: var login_div = document.getElementById('login_div'); On 2010/09/08 18:57:31, sergeyu wrote: ...
10 years, 3 months ago (2010-09-08 19:43:36 UTC) #5
Sergey Ulanov
10 years, 3 months ago (2010-09-08 19:53:32 UTC) #6
LGTM

Powered by Google App Engine