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

Issue 8679017: Don't update jabberId when renaming a host. (Closed)

Created:
9 years, 1 month ago by Sergey Ulanov
Modified:
9 years, 1 month ago
Reviewers:
simonmorris, Jamie
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

Don't update jabberId when renaming a host. Previous the webapp specified jabberId in the update request when a host is rename. To the directory this looks as updated jabberId, and so the status is set to ONLINE. Another problem was that update request was also setting the status field, but it shouldn't. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111469

Patch Set 1 #

Total comments: 3

Patch Set 2 : - #

Total comments: 2

Patch Set 3 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M remoting/webapp/me2mom/host_list.js View 1 2 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Sergey Ulanov
9 years, 1 month ago (2011-11-23 20:30:52 UTC) #1
Jamie
http://codereview.chromium.org/8679017/diff/1/remoting/webapp/me2mom/host_list.js File remoting/webapp/me2mom/host_list.js (left): http://codereview.chromium.org/8679017/diff/1/remoting/webapp/me2mom/host_list.js#oldcode125 remoting/webapp/me2mom/host_list.js:125: if (host.hostName && host.hostId && host.status && host.jabberId && ...
9 years, 1 month ago (2011-11-23 20:53:23 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/8679017/diff/1/remoting/webapp/me2mom/host_list.js File remoting/webapp/me2mom/host_list.js (left): http://codereview.chromium.org/8679017/diff/1/remoting/webapp/me2mom/host_list.js#oldcode125 remoting/webapp/me2mom/host_list.js:125: if (host.hostName && host.hostId && host.status && host.jabberId && ...
9 years, 1 month ago (2011-11-23 21:10:47 UTC) #3
Sergey Ulanov
http://codereview.chromium.org/8679017/diff/1/remoting/webapp/me2mom/host_list.js File remoting/webapp/me2mom/host_list.js (left): http://codereview.chromium.org/8679017/diff/1/remoting/webapp/me2mom/host_list.js#oldcode125 remoting/webapp/me2mom/host_list.js:125: if (host.hostName && host.hostId && host.status && host.jabberId && ...
9 years, 1 month ago (2011-11-23 21:16:50 UTC) #4
Jamie
On 2011/11/23 21:10:47, sergeyu wrote: > http://codereview.chromium.org/8679017/diff/1/remoting/webapp/me2mom/host_list.js > File remoting/webapp/me2mom/host_list.js (left): > > http://codereview.chromium.org/8679017/diff/1/remoting/webapp/me2mom/host_list.js#oldcode125 > ...
9 years, 1 month ago (2011-11-23 21:17:49 UTC) #5
Sergey Ulanov
On Wed, Nov 23, 2011 at 1:17 PM, <jamiewalch@chromium.org> wrote: > On 2011/11/23 21:10:47, sergeyu ...
9 years, 1 month ago (2011-11-23 21:28:29 UTC) #6
Jamie
lgtm http://codereview.chromium.org/8679017/diff/3002/remoting/webapp/me2mom/host_list.js File remoting/webapp/me2mom/host_list.js (right): http://codereview.chromium.org/8679017/diff/3002/remoting/webapp/me2mom/host_list.js#newcode126 remoting/webapp/me2mom/host_list.js:126: && host.publicKey) { nit: This change now looks ...
9 years, 1 month ago (2011-11-23 21:34:18 UTC) #7
Sergey Ulanov
http://codereview.chromium.org/8679017/diff/3002/remoting/webapp/me2mom/host_list.js File remoting/webapp/me2mom/host_list.js (right): http://codereview.chromium.org/8679017/diff/3002/remoting/webapp/me2mom/host_list.js#newcode126 remoting/webapp/me2mom/host_list.js:126: && host.publicKey) { On 2011/11/23 21:34:19, Jamie wrote: > ...
9 years, 1 month ago (2011-11-24 00:15:29 UTC) #8
Jamie
9 years, 1 month ago (2011-11-24 00:19:46 UTC) #9
lgtm

Powered by Google App Engine
This is Rietveld 408576698