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

Issue 11362267: Add status service for remoting host. (Closed)

Created:
8 years, 1 month ago by Sergey Ulanov
Modified:
8 years ago
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, rmsousa+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Add status service for remoting host. Host status service will accepts WebSocket connections from the webapp and provides updates with the current status of the host. BUG=132904 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=169512

Patch Set 1 : #

Total comments: 76

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+319 lines, -0 lines) Patch
A remoting/host/host_status_service.h View 1 2 3 4 1 chunk +63 lines, -0 lines 0 comments Download
A remoting/host/host_status_service.cc View 1 2 3 4 5 1 chunk +224 lines, -0 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 2 3 4 5 9 chunks +30 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Sergey Ulanov
The new websocket server is turned off by default, and can be enabled via --enabled-status-service ...
8 years, 1 month ago (2012-11-15 03:01:07 UTC) #1
alexeypa (please no reviews)
https://codereview.chromium.org/11362267/diff/4001/remoting/host/host_status_service.cc File remoting/host/host_status_service.cc (right): https://codereview.chromium.org/11362267/diff/4001/remoting/host/host_status_service.cc#newcode24 remoting/host/host_status_service.cc:24: const int kPortRangeMin = 12810; Does this range need ...
8 years, 1 month ago (2012-11-15 19:45:56 UTC) #2
Wez
https://chromiumcodereview.appspot.com/11362267/diff/4001/remoting/host/host_status_service.cc File remoting/host/host_status_service.cc (right): https://chromiumcodereview.appspot.com/11362267/diff/4001/remoting/host/host_status_service.cc#newcode27 remoting/host/host_status_service.cc:27: const char kChromeExtensionProtocolPrefix[] = "chrome-extension://"; You should really change ...
8 years, 1 month ago (2012-11-15 23:34:59 UTC) #3
Sergey Ulanov
https://codereview.chromium.org/11362267/diff/4001/remoting/host/host_status_service.cc File remoting/host/host_status_service.cc (right): https://codereview.chromium.org/11362267/diff/4001/remoting/host/host_status_service.cc#newcode24 remoting/host/host_status_service.cc:24: const int kPortRangeMin = 12810; On 2012/11/15 19:45:56, alexeypa ...
8 years, 1 month ago (2012-11-16 00:52:10 UTC) #4
Sergey Ulanov
ping
8 years, 1 month ago (2012-11-20 00:56:40 UTC) #5
Wez
lgtm https://chromiumcodereview.appspot.com/11362267/diff/4001/remoting/host/host_status_service.h File remoting/host/host_status_service.h (right): https://chromiumcodereview.appspot.com/11362267/diff/4001/remoting/host/host_status_service.h#newcode30 remoting/host/host_status_service.h:30: bool IsAllowedOrigin(const std::string& origin); On 2012/11/16 00:52:10, sergeyu ...
8 years, 1 month ago (2012-11-20 05:55:53 UTC) #6
Sergey Ulanov
https://chromiumcodereview.appspot.com/11362267/diff/4001/remoting/host/host_status_service.h File remoting/host/host_status_service.h (right): https://chromiumcodereview.appspot.com/11362267/diff/4001/remoting/host/host_status_service.h#newcode30 remoting/host/host_status_service.h:30: bool IsAllowedOrigin(const std::string& origin); On 2012/11/20 05:55:53, Wez wrote: ...
8 years, 1 month ago (2012-11-22 00:29:34 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/11362267/8010
8 years, 1 month ago (2012-11-22 08:20:06 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-22 08:40:14 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/11362267/19002
8 years ago (2012-11-26 20:01:08 UTC) #10
commit-bot: I haz the power
8 years ago (2012-11-26 22:37:32 UTC) #11
Message was sent while issue was closed.
Change committed as 169512

Powered by Google App Engine
This is Rietveld 408576698