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

Issue 8587050: Implement rename and delete. (Closed)

Created:
9 years, 1 month ago by Jamie
Modified:
9 years, 1 month ago
Reviewers:
Wez, simonmorris
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Implement rename and delete. BUG=None TEST=Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110962

Patch Set 1 #

Patch Set 2 : Cleaned up CSS. #

Total comments: 32

Patch Set 3 : Refactored HostList class. #

Patch Set 4 : Fixed comment. #

Total comments: 2

Patch Set 5 : Fixed typo. #

Patch Set 6 : Rebase #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+493 lines, -252 lines) Patch
M remoting/remoting.gyp View 1 2 3 4 5 4 chunks +5 lines, -3 lines 0 comments Download
A remoting/resources/icon_cross.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A remoting/resources/icon_pencil.png View 0 chunks +-1 lines, --1 lines 0 comments Download
M remoting/webapp/me2mom/choice.css View 1 4 chunks +25 lines, -5 lines 0 comments Download
M remoting/webapp/me2mom/choice.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/me2mom/client_screen.js View 1 2 1 chunk +20 lines, -21 lines 0 comments Download
D remoting/webapp/me2mom/home_screen.js View 1 2 1 chunk +0 lines, -101 lines 0 comments Download
M remoting/webapp/me2mom/host_list.js View 1 2 3 4 5 chunks +172 lines, -70 lines 0 comments Download
A remoting/webapp/me2mom/host_table_entry.js View 1 2 1 chunk +189 lines, -0 lines 0 comments Download
M remoting/webapp/me2mom/ui_mode.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/me2mom/xhr.js View 1 2 3 4 chunks +82 lines, -52 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Jamie
Simon, I think you're probably best placed to look at this. In particular, is my ...
9 years, 1 month ago (2011-11-17 21:42:09 UTC) #1
Wez
http://codereview.chromium.org/8587050/diff/1008/remoting/webapp/me2mom/host_list.js File remoting/webapp/me2mom/host_list.js (right): http://codereview.chromium.org/8587050/diff/1008/remoting/webapp/me2mom/host_list.js#newcode220 remoting/webapp/me2mom/host_list.js:220: function() {}, '', headers); Why not refresh the host ...
9 years, 1 month ago (2011-11-17 22:58:57 UTC) #2
simonmorris
I think REST dogma is that the URL is the name of the resource, and ...
9 years, 1 month ago (2011-11-17 23:59:48 UTC) #3
Jamie
Regarding adding a REST helper: I think I'd rather leave it as a xhr helper ...
9 years, 1 month ago (2011-11-18 22:54:57 UTC) #4
simonmorris
LGTM Only one nit. http://codereview.chromium.org/8587050/diff/4003/remoting/webapp/me2mom/host_list.js File remoting/webapp/me2mom/host_list.js (right): http://codereview.chromium.org/8587050/diff/4003/remoting/webapp/me2mom/host_list.js#newcode17 remoting/webapp/me2mom/host_list.js:17: * be have a common ...
9 years, 1 month ago (2011-11-18 23:17:19 UTC) #5
Jamie
http://codereview.chromium.org/8587050/diff/4003/remoting/webapp/me2mom/host_list.js File remoting/webapp/me2mom/host_list.js (right): http://codereview.chromium.org/8587050/diff/4003/remoting/webapp/me2mom/host_list.js#newcode17 remoting/webapp/me2mom/host_list.js:17: * be have a common parent that contains only ...
9 years, 1 month ago (2011-11-19 00:00:59 UTC) #6
commit-bot: I haz the power
9 years, 1 month ago (2011-11-19 00:04:09 UTC) #7

Powered by Google App Engine
This is Rietveld 408576698